/hal_espressif-latest/components/hal/include/hal/ |
D | uart_types.h | 137 uint8_t xon_char; /*!< Xon flow control char*/ member
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | uart_ll.h | 490 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf1, xon_char, flow_ctrl->xon_char); in uart_ll_set_sw_flow_ctrl()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | port_api.h | 87 UINT8 xon_char; member
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | uart_ll.h | 533 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf1, xon_char, flow_ctrl->xon_char); in uart_ll_set_sw_flow_ctrl()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | uart_ll.h | 559 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf1, xon_char, flow_ctrl->xon_char); in uart_ll_set_sw_flow_ctrl()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | uart_ll.h | 520 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf, xon_char, flow_ctrl->xon_char); in uart_ll_set_sw_flow_ctrl()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | uart_ll.h | 559 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf1, xon_char, flow_ctrl->xon_char); in uart_ll_set_sw_flow_ctrl()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | uart_ll.h | 582 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf0_sync, xon_char, flow_ctrl->xon_char); in uart_ll_set_sw_flow_ctrl()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | uart_ll.h | 603 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->swfc_conf0_sync, xon_char, flow_ctrl->xon_char); in uart_ll_set_sw_flow_ctrl()
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | uart_struct.h | 252 uint32_t xon_char: 8; member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | uart_struct.h | 254 … uint32_t xon_char: 8; /*This register stores the xon flow control char.*/ member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_port_fsm.c | 901 port_pars->xon_char = p_frame->u.rpn.xon_char; in rfc_set_port_state()
|
D | rfc_ts_frames.c | 491 *p_data++ = p_pars->xon_char; in rfc_send_rpn() 914 p_rx_frame->u.rpn.xon_char = *p_data++; in rfc_process_mx_message()
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | uart_struct.h | 252 … uint32_t xon_char: 8; /*This register stores the Xon flow control char.*/ member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | uart_struct.h | 253 …uint32_t xon_char : 8; /*This register stores the Xon flow control char.*/ member
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | lp_uart_struct.h | 673 uint32_t xon_char:8; member
|
D | uart_struct.h | 743 uint32_t xon_char:8; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | uart_struct.h | 747 uint32_t xon_char:8; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | uart_struct.h | 743 uint32_t xon_char:8; member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | rfc_int.h | 121 UINT8 xon_char; member
|
/hal_espressif-latest/components/driver/uart/ |
D | uart.c | 309 .xon_char = XON, in uart_set_sw_flow_ctrl()
|