Searched refs:UART_SEND_LOOP_MAX (Results 1 – 2 of 2) sorted by relevance
35 if (cnt > UART_SEND_LOOP_MAX) in lpc_byte_read()61 if (cnt > UART_SEND_LOOP_MAX) in lpc_byte_write()75 for (i = 0; i < UART_SEND_LOOP_MAX; i++) { in lpc_uart_core_putc()83 for (i = 0; i < UART_SEND_LOOP_MAX; i++) { in lpc_uart_core_putc()
12 #define UART_SEND_LOOP_MAX 1000000 macro