Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Di2c_ll.h236 return hw->int_status.val; in i2c_ll_get_intsts_mask()
815 __typeof__(hw->int_status) int_sts = hw->int_status; in i2c_ll_master_get_event()
841 __typeof__(hw->int_status) int_sts = hw->int_status; in i2c_ll_slave_get_event()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Di2c_ll.h241 return hw->int_status.val; in i2c_ll_get_intsts_mask()
826 __typeof__(hw->int_status) int_sts = hw->int_status; in i2c_ll_master_get_event()
852 __typeof__(hw->int_status) int_sts = hw->int_status; in i2c_ll_slave_get_event()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Di2c_ll.h267 return hw->int_status.val; in i2c_ll_get_intsts_mask()
841 __typeof__(hw->int_status) int_sts = hw->int_status; in i2c_ll_master_get_event()
867 __typeof__(hw->int_status) int_sts = hw->int_status; in i2c_ll_slave_get_event()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Di2c_ll.h262 return hw->int_status.val; in i2c_ll_get_intsts_mask()
846 __typeof__(hw->int_status) int_sts = hw->int_status; in i2c_ll_master_get_event()
872 __typeof__(hw->int_status) int_sts = hw->int_status; in i2c_ll_slave_get_event()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Di2c_ll.h271 return hw->int_status.val; in i2c_ll_get_intsts_mask()
861 __typeof__(hw->int_status) int_sts = hw->int_status; in i2c_ll_master_get_event()
887 __typeof__(hw->int_status) int_sts = hw->int_status; in i2c_ll_slave_get_event()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Di2c_struct.h187 } int_status; member
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Di2c_struct.h220 } int_status; member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Di2c_struct.h220 } int_status; member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Di2c_struct.h208 } int_status; member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Di2c_struct.h1150 volatile i2c_int_status_reg_t int_status; member