Searched refs:Chip_UART_SendBlocking (Results 1 – 5 of 5) sorted by relevance
/lk-master/platform/lpc15xx/ |
A D | debug.c | 65 Chip_UART_SendBlocking(DEBUG_UART, &c, 1); in platform_dputc()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rb/example/src/ |
A D | uart_rb.c | 161 Chip_UART_SendBlocking(LPC_USART, inst1, sizeof(inst1) - 1); in main()
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src/ |
A D | board.c | 59 Chip_UART_SendBlocking(DEBUG_UART, &ch, 1); in Board_UARTPutChar()
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
A D | uart_15xx.c | 109 int Chip_UART_SendBlocking(LPC_USART_T *pUART, const void *data, int numBytes) in Chip_UART_SendBlocking() function
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | uart_15xx.h | 354 int Chip_UART_SendBlocking(LPC_USART_T *pUART, const void *data, int numBytes);
|
Completed in 4 milliseconds