Home
last modified time | relevance | path

Searched refs:u8ErrorStatus (Results 1 – 1 of 1) sorted by relevance

/bsp/nv32f100x/lib/src/
A Di2c.c166 uint8_t u8ErrorStatus; in I2C_Start() local
169 u8ErrorStatus = 0x00; in I2C_Start()
184 return u8ErrorStatus; in I2C_Start()
200 uint8_t u8ErrorStatus; in I2C_Stop() local
203 u8ErrorStatus = 0x00; in I2C_Stop()
217 return u8ErrorStatus; in I2C_Stop()
234 uint8_t u8ErrorStatus; in I2C_RepeatStart() local
237 u8ErrorStatus = 0x00; in I2C_RepeatStart()
393 u8ErrorStatus = 0x00; in I2C_WriteOneByte()
426 return u8ErrorStatus; in I2C_WriteOneByte()
[all …]

Completed in 4 milliseconds