Home
last modified time | relevance | path

Searched refs:irda_en (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Duart_ll.h618 hw->conf0.irda_en = 0; in uart_ll_set_mode_normal()
632 hw->conf0.irda_en = 0; in uart_ll_set_mode_rs485_app_ctrl()
634 hw->conf0.irda_en = 0; in uart_ll_set_mode_rs485_app_ctrl()
653 hw->conf0.irda_en = 0; in uart_ll_set_mode_rs485_half_duplex()
666 hw->conf0.irda_en = 0; in uart_ll_set_mode_collision_detect()
688 hw->conf0.irda_en = 1; in uart_ll_set_mode_irda()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Duart_struct.h181 uint32_t irda_en: 1; /*Set this bit to enable irda protocol.*/ member