Searched refs:rx_gap_tout (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | uart_struct.h | 295 uint32_t rx_gap_tout:16; member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | uart_struct.h | 297 …uint32_t rx_gap_tout:24; /*This register is used to configure the duration time bet… member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | uart_struct.h | 301 …uint32_t rx_gap_tout:16; /*This register is used to configure the duration time… member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | uart_struct.h | 302 …uint32_t rx_gap_tout : 16; /*This register is used to configure the duration… member
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | lp_uart_struct.h | 988 uint32_t rx_gap_tout:16; member
|
D | uart_struct.h | 1095 uint32_t rx_gap_tout:16; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | uart_struct.h | 1098 uint32_t rx_gap_tout:16; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | uart_struct.h | 1045 uint32_t rx_gap_tout:16; member
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | uart_ll.h | 517 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->at_cmd_gaptout, rx_gap_tout, cmd_char->gap_tout); in uart_ll_set_at_cmd_char()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | uart_ll.h | 560 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->at_cmd_gaptout, rx_gap_tout, cmd_char->gap_tout); in uart_ll_set_at_cmd_char()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | uart_ll.h | 586 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->at_cmd_gaptout, rx_gap_tout, cmd_char->gap_tout); in uart_ll_set_at_cmd_char()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | uart_ll.h | 547 hw->at_cmd_gaptout.rx_gap_tout = cmd_char->gap_tout; in uart_ll_set_at_cmd_char()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | uart_ll.h | 586 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->at_cmd_gaptout, rx_gap_tout, cmd_char->gap_tout); in uart_ll_set_at_cmd_char()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | uart_ll.h | 610 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->at_cmd_gaptout_sync, rx_gap_tout, cmd_char->gap_tout); in uart_ll_set_at_cmd_char()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | uart_ll.h | 631 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->at_cmd_gaptout_sync, rx_gap_tout, cmd_char->gap_tout); in uart_ll_set_at_cmd_char()
|