/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | timer_ll.h | 140 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture() 143 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | timer_ll.h | 144 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture() 147 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | timer_ll.h | 140 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture() 143 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | timer_ll.h | 140 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture() 143 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
|
D | i2s_ll.h | 372 hw->tx_conf.tx_update = 1; in i2s_ll_tx_start() 373 while (hw->tx_conf.tx_update); in i2s_ll_tx_start()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | timer_ll.h | 182 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture() 185 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
|
D | i2s_ll.h | 385 hw->tx_conf.tx_update = 1; in i2s_ll_tx_start() 386 while (hw->tx_conf.tx_update); in i2s_ll_tx_start()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | timer_ll.h | 182 hw->hw_timer[timer_num].update.tx_update = 1; in timer_ll_trigger_soft_capture() 185 while (hw->hw_timer[timer_num].update.tx_update) { in timer_ll_trigger_soft_capture()
|
D | i2s_ll.h | 392 hw->tx_conf.tx_update = 1; in i2s_ll_tx_start() 393 while (hw->tx_conf.tx_update); in i2s_ll_tx_start()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | timer_group_struct.h | 94 uint32_t tx_update:1; member
|
D | i2s_struct.h | 509 uint32_t tx_update:1; member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | timer_group_struct.h | 94 uint32_t tx_update:1; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | timer_group_struct.h | 94 uint32_t tx_update: 1; member
|
D | i2s_struct.h | 94 …uint32_t tx_update: 1; /*Set 1 to update I2S TX registers from APB clock domain … member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | timer_group_struct.h | 94 uint32_t tx_update:1; member
|
D | i2s_struct.h | 512 uint32_t tx_update:1; member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | timer_group_struct.h | 95 uint32_t tx_update: 1; member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | timer_group_struct.h | 100 uint32_t tx_update: 1; member
|
D | i2c_struct.h | 84 uint32_t tx_update: 1; member
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | i2s_ll.h | 373 hw->tx_conf.tx_update = 1; in i2s_ll_tx_start() 374 while (hw->tx_conf.tx_update); in i2s_ll_tx_start()
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | i2s_struct.h | 96 …uint32_t tx_update : 1; /*Set 1 to update I2S TX registers from APB clock … member
|