![]() |
MINI51DE_BSP V3.02.004
The Board Support Package for Mini51DE Series MCU
|
#include <i2c_software_gpio_with_timer.h>
Data Fields | |
uint32_t | COUNT:4 |
uint32_t | NACK:1 |
uint32_t | START:1 |
uint32_t | STOP:1 |
uint32_t | RW:1 |
uint32_t | BUSY:1 |
uint32_t | RESERVE:23 |
Definition at line 17 of file i2c_software_gpio_with_timer.h.
uint32_t I2C_SW_FLAG_T::BUSY |
I2C Busy flag
Definition at line 24 of file i2c_software_gpio_with_timer.h.
uint32_t I2C_SW_FLAG_T::COUNT |
Data Bit Count
Definition at line 19 of file i2c_software_gpio_with_timer.h.
uint32_t I2C_SW_FLAG_T::NACK |
I2C NACK
Definition at line 20 of file i2c_software_gpio_with_timer.h.
uint32_t I2C_SW_FLAG_T::RESERVE |
Reserve
Definition at line 25 of file i2c_software_gpio_with_timer.h.
uint32_t I2C_SW_FLAG_T::RW |
I2C Read/Write Bit
Definition at line 23 of file i2c_software_gpio_with_timer.h.
uint32_t I2C_SW_FLAG_T::START |
I2C START
Definition at line 21 of file i2c_software_gpio_with_timer.h.
uint32_t I2C_SW_FLAG_T::STOP |
I2C STOP
Definition at line 22 of file i2c_software_gpio_with_timer.h.