Searched refs:UART_BUF_LEN (Results 1 – 1 of 1) sorted by relevance
41 #define UART_BUF_LEN CONFIG_NET_PPP_UART_BUF_LEN macro84 uint8_t buf[UART_BUF_LEN];87 uint8_t buf2[UART_BUF_LEN];94 uint8_t send_buf[UART_BUF_LEN];735 memset(ppp->buf, 0, UART_BUF_LEN); in ppp_driver_feed_data()740 int data_to_copy = MIN(data_len, UART_BUF_LEN); in ppp_driver_feed_data()