/hal_espressif-3.6.0/components/hal/ |
D | timer_hal.c | 24 void timer_hal_get_status_reg_mask_bit(timer_hal_context_t *hal, uint32_t *status_reg, uint32_t *ma… in timer_hal_get_status_reg_mask_bit() argument 26 *status_reg = timer_ll_get_intr_status_reg(hal->dev); in timer_hal_get_status_reg_mask_bit()
|
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/ |
D | twai_ll.h | 283 return hw->status_reg.val; in twai_ll_get_status() 294 return hw->status_reg.dos; in twai_ll_is_fifo_overrun() 305 return hw->status_reg.tcs; in twai_ll_is_last_tx_successful()
|
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | twai_ll.h | 283 return hw->status_reg.val; in twai_ll_get_status() 294 return hw->status_reg.dos; in twai_ll_is_fifo_overrun() 305 return hw->status_reg.tcs; in twai_ll_is_last_tx_successful()
|
D | i2c_ll.h | 451 return hw->status_reg.bus_busy; in i2c_ll_is_bus_busy() 475 return hw->status_reg.rx_fifo_cnt; in i2c_ll_get_rxfifo_cnt() 487 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | twai_ll.h | 283 return hw->status_reg.val; in twai_ll_get_status() 294 return hw->status_reg.dos; in twai_ll_is_fifo_overrun() 305 return hw->status_reg.tcs; in twai_ll_is_last_tx_successful()
|
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | twai_ll.h | 283 return hw->status_reg.val; in twai_ll_get_status() 294 return hw->status_reg.dos; in twai_ll_is_fifo_overrun() 305 return hw->status_reg.tcs; in twai_ll_is_last_tx_successful()
|
/hal_espressif-3.6.0/components/hal/esp32/include/hal/ |
D | i2c_ll.h | 444 return hw->status_reg.bus_busy; in i2c_ll_is_bus_busy() 468 return hw->status_reg.rx_fifo_cnt; in i2c_ll_get_rxfifo_cnt() 480 return SOC_I2C_FIFO_LEN - hw->status_reg.tx_fifo_cnt; in i2c_ll_get_txfifo_len()
|
D | twai_ll.h | 347 return hw->status_reg.val; in twai_ll_get_status() 358 return hw->status_reg.dos; in twai_ll_is_fifo_overrun() 369 return hw->status_reg.tcs; in twai_ll_is_last_tx_successful()
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | twai_struct.h | 67 } status_reg; /* Address 0x0008 */ member
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | twai_struct.h | 68 } status_reg; /* Address 0x0008 */ member
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | timer_hal.h | 60 void timer_hal_get_status_reg_mask_bit(timer_hal_context_t *hal, uint32_t *status_reg, uint32_t *ma…
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | twai_struct.h | 67 } status_reg; /* Address 0x0008 */ member
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | twai_struct.h | 67 } status_reg; /* Address 0x0008 */ member
|
D | i2c_struct.h | 66 } status_reg; member
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | twai_struct.h | 66 } status_reg; /* Address 0x0008 */ member
|
D | i2c_struct.h | 65 } status_reg; member
|
/hal_espressif-3.6.0/components/driver/ |
D | timer.c | 262 uint32_t status_reg = 0; in timer_isr_register() local 264 … timer_hal_get_status_reg_mask_bit(&(p_timer_obj[group_num][timer_num]->hal), &status_reg, &mask); in timer_isr_register() 265 …iph_signals.groups[group_num].t0_irq_id + timer_num, intr_alloc_flags, status_reg, mask, fn, arg, … in timer_isr_register()
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | hardware-abstraction.rst | 96 return hw->status_reg.rx_cnt;
|