Home
last modified time | relevance | path

Searched refs:TX_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_gr5xx.c25 #define TX_BUF_SIZE 0X100 macro
422 ptxBuf = (uint8_t *)OsalMemCalloc(TX_BUF_SIZE); in UartHostDevInit()
436 udd->txBuffer.tx_buf_size = TX_BUF_SIZE; in UartHostDevInit()