Home
last modified time | relevance | path

Searched defs:I2C_REG_FUNC_TABLE (Results 1 – 1 of 1) sorted by relevance

/SCP-firmware-master/product/synquacer/module/f_i2c/include/internal/
A Di2c_reg_access.h92 struct I2C_REG_FUNC_TABLE { struct
121 uint8_t (*get_BSR)(I2C_ST_PACKET_INFO_t *packet_info);
122 uint8_t (*get_BS2R)(I2C_ST_PACKET_INFO_t *packet_info);
123 uint8_t (*get_BCR)(I2C_ST_PACKET_INFO_t *packet_info);
124 uint8_t (*get_BC2R)(I2C_ST_PACKET_INFO_t *packet_info);
125 uint8_t (*get_ADR)(I2C_ST_PACKET_INFO_t *packet_info);
126 uint8_t (*get_DAR)(I2C_ST_PACKET_INFO_t *packet_info);
127 uint8_t (*get_NFR)(I2C_ST_PACKET_INFO_t *packet_info);
145 uint8_t (*get_CCR)(I2C_ST_PACKET_INFO_t *packet_info);
146 uint8_t (*get_CSR)(I2C_ST_PACKET_INFO_t *packet_info);
[all …]

Completed in 4 milliseconds