Searched refs:MAX_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance
28 static rt_uint8_t rx_buffer[MAX_BUFFER_SIZE];29 static rt_uint8_t tx_buffer[MAX_BUFFER_SIZE];74 rx_size = (huart->RxXferSize < MAX_BUFFER_SIZE) ? huart->RxXferSize : MAX_BUFFER_SIZE - 1; in VIRT_UART0_RxCpltCallback()105 device->serial.rbuf_size = MAX_BUFFER_SIZE; in _init()106 device->serial.tbuf_size = MAX_BUFFER_SIZE; in _init()
35 #define MAX_BUFFER_SIZE 256 macro
Completed in 11 milliseconds