Searched refs:div_cnt_chn (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | rmt_ll.h | 172 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->conf_ch[channel].conf0, div_cnt_chn, div); in rmt_ll_tx_set_channel_clock_div() 447 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->conf_ch[channel].conf0, div_cnt_chn, div); in rmt_ll_rx_set_channel_clock_div() 707 uint32_t div = HAL_FORCE_READ_U32_REG_FIELD(dev->conf_ch[channel].conf0, div_cnt_chn); in rmt_ll_tx_get_channel_clock_div() 714 uint32_t div = HAL_FORCE_READ_U32_REG_FIELD(dev->conf_ch[channel].conf0, div_cnt_chn); in rmt_ll_rx_get_channel_clock_div()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | rmt_struct.h | 85 uint32_t div_cnt_chn:8; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | rmt_struct.h | 85 uint32_t div_cnt_chn:8; member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | rmt_struct.h | 37 uint32_t div_cnt_chn: 8; member
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | rmt_ll.h | 174 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->chnconf0[channel], div_cnt_chn, div); in rmt_ll_tx_set_channel_clock_div() 776 uint32_t div = HAL_FORCE_READ_U32_REG_FIELD(dev->chnconf0[channel], div_cnt_chn); in rmt_ll_tx_get_channel_clock_div()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | rmt_ll.h | 176 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->chnconf0[channel], div_cnt_chn, div); in rmt_ll_tx_set_channel_clock_div() 753 uint32_t div = HAL_FORCE_READ_U32_REG_FIELD(dev->chnconf0[channel], div_cnt_chn); in rmt_ll_tx_get_channel_clock_div()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | rmt_ll.h | 173 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->chnconf0[channel], div_cnt_chn, div); in rmt_ll_tx_set_channel_clock_div() 750 uint32_t div = HAL_FORCE_READ_U32_REG_FIELD(dev->chnconf0[channel], div_cnt_chn); in rmt_ll_tx_get_channel_clock_div()
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | rmt_struct.h | 85 uint32_t div_cnt_chn: 8; member
|