Searched refs:uart_ll_set_stop_bits (Results 1 – 5 of 5) sorted by relevance
/device/soc/esp/esp32/components/hal/ |
D | uart_hal.c | 40 uart_ll_set_stop_bits(hal->dev, stop_bit); in uart_hal_set_stop_bits() 152 uart_ll_set_stop_bits(hal->dev, UART_STOP_BITS_1); in uart_hal_init()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/common/hal/ |
D | uart_hal.c | 39 uart_ll_set_stop_bits(hal->hw, id, config->stop_bits); in uart_hal_init_uart()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/common/hal/include/ |
D | uart_hal.h | 57 #define uart_hal_set_stop_bits(hal, id, stop_bits) uart_ll_set_stop_bits((hal)->hw, id, stop_bits)
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/hal/ |
D | uart_ll.h | 184 static inline void uart_ll_set_stop_bits(uart_hw_t *hw, uart_id_t id, uart_stop_bits_t value) in uart_ll_set_stop_bits() function
|
/device/soc/esp/esp32/components/hal/esp32/include/hal/ |
D | uart_ll.h | 327 FORCE_INLINE_ATTR void uart_ll_set_stop_bits(uart_dev_t *hw, uart_stop_bits_t stop_bit) in uart_ll_set_stop_bits() function
|