Home
last modified time | relevance | path

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

/bsp/nuvoton/libraries/ma35/rtt_port/
A Ddrv_i2c.h17 #define NU_I2C_MASTER_STATUS_REPEAT_START 0x10UL macro
A Ddrv_i2c.c205 if ((I2C_GET_STATUS(nu_i2c->I2C) != NU_I2C_MASTER_STATUS_REPEAT_START) && !ignore_nack) in nu_i2c_send_address()
294 if (I2C_GET_STATUS(nu_i2c->I2C) != NU_I2C_MASTER_STATUS_REPEAT_START) in nu_i2c_mst_xfer()
/bsp/nuvoton/libraries/nuc980/rtt_port/
A Ddrv_i2c.h17 #define NU_I2C_MASTER_STATUS_REPEAT_START 0x10UL macro
A Ddrv_i2c.c203 if ((I2C_GET_STATUS(nu_i2c->I2C) != NU_I2C_MASTER_STATUS_REPEAT_START) && !ignore_nack) in nu_i2c_send_address()
292 if (I2C_GET_STATUS(nu_i2c->I2C) != NU_I2C_MASTER_STATUS_REPEAT_START) in nu_i2c_mst_xfer()
/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_i2c.h17 #define NU_I2C_MASTER_STATUS_REPEAT_START 0x10UL macro
A Ddrv_i2c.c196 if ((I2C_GET_STATUS(nu_i2c->I2C) != NU_I2C_MASTER_STATUS_REPEAT_START) && !ignore_nack) in nu_i2c_send_address()
285 if (I2C_GET_STATUS(nu_i2c->I2C) != NU_I2C_MASTER_STATUS_REPEAT_START) in nu_i2c_mst_xfer()

Completed in 13 milliseconds