Home
last modified time | relevance | path

Searched refs:idle_thres (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Drmt_ll.h393 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->conf_ch[channel].conf0, idle_thres, thres); in rmt_ll_rx_set_idle_thres()
575 return HAL_FORCE_READ_U32_REG_FIELD(dev->conf_ch[channel].conf0, idle_thres); in rmt_ll_rx_get_idle_thres()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drmt_struct.h22 …uint32_t idle_thres: 16; /*In receive mode when no edge is detected on the input si… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drmt_struct.h42 uint32_t idle_thres: 15; member
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Drmt_ll.h508 dev->rx_conf[channel].conf0.idle_thres = thres; in rmt_ll_rx_set_idle_thres()
752 return dev->rx_conf[channel].conf0.idle_thres; in rmt_ll_rx_get_idle_thres()