Searched refs:UART_SendBuf (Results 1 – 6 of 6) sorted by relevance
| /bsp/yichip/yc3121-pos/Libraries/sdk/ |
| A D | yc_uart.h | 260 void UART_SendBuf(UART_TypeDef UARTx, uint8_t *buf, int len);
|
| A D | yc_uart.c | 339 void UART_SendBuf(UART_TypeDef UARTx, uint8_t *buf, int len) in UART_SendBuf() function
|
| /bsp/yichip/yc3122-pos/Libraries/sdk/ |
| A D | yc_uart.h | 139 void UART_SendBuf(UART_TypeDef *UARTx, uint8_t *buf, uint32_t len);
|
| A D | yc_uart.c | 192 void UART_SendBuf(UART_TypeDef *UARTx, uint8_t *buf, uint32_t len) in UART_SendBuf() function
|
| /bsp/yichip/yc3121-pos/Libraries/core/ |
| A D | system.c | 34 UART_SendBuf(UARTx, printbuf, len); in printfsend()
|
| /bsp/yichip/yc3122-pos/Libraries/core/ |
| A D | system.c | 66 UART_SendBuf(PRINTPORT, printbuf, len); in printfsend()
|
Completed in 15 milliseconds