I2C parameters structure definition. More...
#include <app_i2c.h>
Collaboration diagram for app_i2c_params_t:Public Attributes | |
| app_i2c_id_t | id |
| specified I2C module ID. More... | |
| app_i2c_role_t | role |
| specified the role of I2C. More... | |
| app_i2c_pin_cfg_t | pin_cfg |
| the pin configuration information for the specified I2C module. More... | |
| app_i2c_mode_t | use_mode |
| I2C operate mode. More... | |
| i2c_init_t | init |
| I2C communication parameters. More... | |
| app_i2c_id_t app_i2c_params_t::id |
| i2c_init_t app_i2c_params_t::init |
| app_i2c_pin_cfg_t app_i2c_params_t::pin_cfg |
| app_i2c_role_t app_i2c_params_t::role |
| app_i2c_mode_t app_i2c_params_t::use_mode |