Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_i2c_slave/
Di2c_slave.c24 uint32_t intr_stat = hw->intr_stat; in __not_in_flash_func() local
25 if (intr_stat == 0) { in __not_in_flash_func()
29 if (intr_stat & I2C_IC_INTR_STAT_R_TX_ABRT_BITS) { in __not_in_flash_func()
33 if (intr_stat & I2C_IC_INTR_STAT_R_START_DET_BITS) { in __not_in_flash_func()
37 if (intr_stat & I2C_IC_INTR_STAT_R_STOP_DET_BITS) { in __not_in_flash_func()
45 if (intr_stat & I2C_IC_INTR_STAT_R_RX_FULL_BITS) { in __not_in_flash_func()
49 if (intr_stat & I2C_IC_INTR_STAT_R_RD_REQ_BITS) { in __not_in_flash_func()
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Di2c.h101 io_ro_32 intr_stat;
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Di2c.h101 io_ro_32 intr_stat;