![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| uint32_t | DDL_I2C_Init (I2C_TypeDef *I2Cx, DDL_I2C_InitTypeDef *I2C_InitStruct) |
| Initialize the I2C registers according to the specified parameters in I2C_InitStruct. | |
| uint32_t | DDL_I2C_DeInit (I2C_TypeDef *I2Cx) |
| De-initialize the I2C registers to their default reset values. | |
| void | DDL_I2C_StructInit (DDL_I2C_InitTypeDef *I2C_InitStruct) |
| Set each DDL_I2C_InitTypeDef field to default value. | |
| uint32_t DDL_I2C_DeInit | ( | I2C_TypeDef * | I2Cx | ) |
De-initialize the I2C registers to their default reset values.
| I2Cx | I2C Instance. |
| An | ErrorStatus enumeration value:
|
Definition at line 118 of file g32r4xx_ddl_i2c.c.
| uint32_t DDL_I2C_Init | ( | I2C_TypeDef * | I2Cx, |
| DDL_I2C_InitTypeDef * | I2C_InitStruct ) |
Initialize the I2C registers according to the specified parameters in I2C_InitStruct.
| I2Cx | I2C Instance. |
| I2C_InitStruct | pointer to a DDL_I2C_InitTypeDef structure. |
| An | ErrorStatus enumeration value:
|
Definition at line 144 of file g32r4xx_ddl_i2c.c.
| void DDL_I2C_StructInit | ( | DDL_I2C_InitTypeDef * | I2C_InitStruct | ) |
Set each DDL_I2C_InitTypeDef field to default value.
| I2C_InitStruct | Pointer to a DDL_I2C_InitTypeDef structure. |
| None |
Definition at line 217 of file g32r4xx_ddl_i2c.c.