EFM32 Zero Gecko Software Documentation
efm32zg-doc-4.2.1
|
#include <i2cspm.h>
Data Fields | |
I2C_TypeDef * | port |
GPIO_Port_TypeDef | sclPort |
uint8_t | sclPin |
GPIO_Port_TypeDef | sdaPort |
uint8_t | sdaPin |
uint8_t | portLocation |
uint32_t | i2cRefFreq |
uint32_t | i2cMaxFreq |
I2C_ClockHLR_TypeDef | i2cClhr |
I2C driver instance initialization structure. This data structure contains a number of I2C configuration options required for driver instance initialization. This struct is passed to I2CSPM_Init() when initializing a I2CSPM instance.
I2C_TypeDef* I2CSPM_Init_TypeDef::port |
GPIO_Port_TypeDef I2CSPM_Init_TypeDef::sclPort |
uint8_t I2CSPM_Init_TypeDef::sclPin |
GPIO_Port_TypeDef I2CSPM_Init_TypeDef::sdaPort |
uint8_t I2CSPM_Init_TypeDef::sdaPin |
uint8_t I2CSPM_Init_TypeDef::portLocation |
uint32_t I2CSPM_Init_TypeDef::i2cRefFreq |
uint32_t I2CSPM_Init_TypeDef::i2cMaxFreq |
I2C_ClockHLR_TypeDef I2CSPM_Init_TypeDef::i2cClhr |