![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE uint32_t | DDL_I2C_ReadEventStatus (I2C_TypeDef *I2Cx, uint32_t i2cEvent) |
| Checks if the current I2C event matches the specified event. | |
| __STATIC_INLINE uint32_t | I2C_ReadLastEvent (I2C_TypeDef *I2Cx) |
| Reads and returns the last I2C event status. | |
| __STATIC_INLINE uint32_t DDL_I2C_ReadEventStatus | ( | I2C_TypeDef * | I2Cx, |
| uint32_t | i2cEvent ) |
Checks if the current I2C event matches the specified event.
| I2Cx | I2C Instance. |
| i2cEvent | The event to be checked (e.g., DDL_I2C_EVENT_MASTER_MODE_SELECT, etc.). |
| 1 | if the specified event bits are all set, 0 otherwise. |
Definition at line 1225 of file g32r4xx_ddl_i2c.h.
| __STATIC_INLINE uint32_t I2C_ReadLastEvent | ( | I2C_TypeDef * | I2Cx | ) |
Reads and returns the last I2C event status.
| I2Cx | I2C Instance. |
| A | 24-bit value representing the last I2C event status. |
Definition at line 1253 of file g32r4xx_ddl_i2c.h.