Home
last modified time | relevance | path

Searched defs:uart_no (Results 1 – 5 of 5) sorted by relevance

/device/soc/winnermicro/wm800/board/platform/drivers/uart/
Dwm_uart.c103 static void UartRegInit(int uart_no) in UartRegInit()
259 void tls_uart_set_fc_status(int uart_no, TLS_UART_FLOW_CTRL_MODE_T status) in tls_uart_set_fc_status()
477 void tls_set_uart_rx_status(int uart_no, int status) in tls_set_uart_rx_status()
764 int tls_uart_port_init(u16 uart_no, tls_uart_options_t * opts, u8 modeChoose) in tls_uart_port_init()
854 void tls_uart_rx_callback_register(u16 uart_no, s16(*rx_callback) (u16 len, void* user_data), void … in tls_uart_rx_callback_register()
860 void tls_uart_rx_byte_callback_flag(u16 uart_no, u8 flag) in tls_uart_rx_byte_callback_flag()
873 void tls_uart_tx_callback_register(u16 uart_no, s16(*tx_callback) (struct tls_uart_port *port)) in tls_uart_tx_callback_register()
877 void tls_uart_tx_sent_callback_register(u16 uart_no, s16(*tx_callback) (struct tls_uart_port *port)) in tls_uart_tx_sent_callback_register()
882 int tls_uart_try_read(u16 uart_no, int32_t read_size) in tls_uart_try_read()
903 int tls_uart_read(u16 uart_no, u8 * buf, u16 readsize) in tls_uart_read()
[all …]
/device/soc/esp/esp32/components/esp_rom/patches/
Desp_rom_uart.c26 IRAM_ATTR void esp_rom_uart_tx_wait_idle(uint8_t uart_no) in esp_rom_uart_tx_wait_idle()
44 IRAM_ATTR void esp_rom_uart_set_clock_baudrate(uint8_t uart_no, uint32_t clock_hz, uint32_t baud_ra… in esp_rom_uart_set_clock_baudrate()
/device/soc/esp/esp32/components/esp_rom/include/esp32/rom/
Duart.h269 static inline void IRAM_ATTR uart_tx_wait_idle(uint8_t uart_no) { in uart_tx_wait_idle()
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/
Dwm_uart_task.c321 struct tls_uart *tls_uart_open(u32 uart_no, TLS_UART_MODE_T uart_mode) in tls_uart_open()
/device/soc/winnermicro/wm800/board/include/driver/
Dwm_uart.h259 u32 uart_no; /**< uart number: 0 or 1 */ member