Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/
Dtimer_hal.c24 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/
Dtwai_ll.h283 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/
Dtwai_ll.h283 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()
Di2c_ll.h451 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/
Dtwai_ll.h283 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/
Dtwai_ll.h283 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/
Di2c_ll.h444 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()
Dtwai_ll.h347 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/
Dtwai_struct.h67 } status_reg; /* Address 0x0008 */ member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dtwai_struct.h68 } status_reg; /* Address 0x0008 */ member
/hal_espressif-3.6.0/components/hal/include/hal/
Dtimer_hal.h60 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/
Dtwai_struct.h67 } status_reg; /* Address 0x0008 */ member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dtwai_struct.h67 } status_reg; /* Address 0x0008 */ member
Di2c_struct.h66 } status_reg; member
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dtwai_struct.h66 } status_reg; /* Address 0x0008 */ member
Di2c_struct.h65 } status_reg; member
/hal_espressif-3.6.0/components/driver/
Dtimer.c262 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/
Dhardware-abstraction.rst96 return hw->status_reg.rx_cnt;