Home
last modified time | relevance | path

Searched refs:shell_uart_write_async (Results 1 – 1 of 1) sorted by relevance

/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_cli/
Dshell_uart.c73 static u16 shell_uart_write_async(shell_dev_t * shell_dev, u8 * pBuf, u16 BufLen, u16 Tag);
84 .write_async = shell_uart_write_async,
306 static u16 shell_uart_write_async(shell_dev_t * shell_dev, u8 * pBuf, u16 BufLen, u16 Tag) in shell_uart_write_async() function