Mini51 BSP  V3.02.002
The Board Support Package for Mini51 Series
Data Fields
I2C_SW_FLAG_T Struct Reference

#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
 

Detailed Description

Definition at line 17 of file i2c_software_gpio_with_timer.h.

Field Documentation

◆ BUSY

uint32_t I2C_SW_FLAG_T::BUSY

I2C Busy flag

Definition at line 24 of file i2c_software_gpio_with_timer.h.

◆ COUNT

uint32_t I2C_SW_FLAG_T::COUNT

Data Bit Count

Definition at line 19 of file i2c_software_gpio_with_timer.h.

◆ NACK

uint32_t I2C_SW_FLAG_T::NACK

I2C NACK

Definition at line 20 of file i2c_software_gpio_with_timer.h.

◆ RESERVE

uint32_t I2C_SW_FLAG_T::RESERVE

Reserve

Definition at line 25 of file i2c_software_gpio_with_timer.h.

◆ RW

uint32_t I2C_SW_FLAG_T::RW

I2C Read/Write Bit

Definition at line 23 of file i2c_software_gpio_with_timer.h.

◆ START

uint32_t I2C_SW_FLAG_T::START

I2C START

Definition at line 21 of file i2c_software_gpio_with_timer.h.

◆ STOP

uint32_t I2C_SW_FLAG_T::STOP

I2C STOP

Definition at line 22 of file i2c_software_gpio_with_timer.h.


The documentation for this struct was generated from the following file: