Home
last modified time | relevance | path

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

/bsp/yichip/yc3121-pos/Libraries/sdk/
A Dyc_uart.h260 void UART_SendBuf(UART_TypeDef UARTx, uint8_t *buf, int len);
A Dyc_uart.c339 void UART_SendBuf(UART_TypeDef UARTx, uint8_t *buf, int len) in UART_SendBuf() function
/bsp/yichip/yc3122-pos/Libraries/sdk/
A Dyc_uart.h139 void UART_SendBuf(UART_TypeDef *UARTx, uint8_t *buf, uint32_t len);
A Dyc_uart.c192 void UART_SendBuf(UART_TypeDef *UARTx, uint8_t *buf, uint32_t len) in UART_SendBuf() function
/bsp/yichip/yc3121-pos/Libraries/core/
A Dsystem.c34 UART_SendBuf(UARTx, printbuf, len); in printfsend()
/bsp/yichip/yc3122-pos/Libraries/core/
A Dsystem.c66 UART_SendBuf(PRINTPORT, printbuf, len); in printfsend()

Completed in 15 milliseconds