Searched refs:tx_brk_num (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | uart_struct.h | 261 uint32_t tx_brk_num: 8; member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | uart_struct.h | 263 …uint32_t tx_brk_num: 8; /*This register is used to configure the number of 0 send … member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | uart_struct.h | 259 …uint32_t tx_brk_num: 8; /*This register is used to configure the number of 0 t… member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | uart_struct.h | 260 …uint32_t tx_brk_num : 8; /*This register is used to configure the number of… member
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | lp_uart_struct.h | 746 uint32_t tx_brk_num:8; member
|
D | uart_struct.h | 814 uint32_t tx_brk_num:8; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | uart_struct.h | 762 uint32_t tx_brk_num:8; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | uart_struct.h | 814 uint32_t tx_brk_num:8; member
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | uart_ll.h | 423 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->idle_conf, tx_brk_num, break_num); in uart_ll_tx_break()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | uart_ll.h | 467 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->txbrk_conf, tx_brk_num, break_num); in uart_ll_tx_break()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | uart_ll.h | 492 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->txbrk_conf, tx_brk_num, break_num); in uart_ll_tx_break()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | uart_ll.h | 453 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->idle_conf, tx_brk_num, break_num); in uart_ll_tx_break()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | uart_ll.h | 492 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->txbrk_conf, tx_brk_num, break_num); in uart_ll_tx_break()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | uart_ll.h | 513 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->txbrk_conf_sync, tx_brk_num, break_num); in uart_ll_tx_break()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | uart_ll.h | 534 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->txbrk_conf_sync, tx_brk_num, break_num); in uart_ll_tx_break()
|