Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_asr.c450 uint8_t *ptxBuf = NULL; in UartHostDevInit() local
466 ptxBuf = (uint8_t *)OsalMemCalloc(UART_RX_BUF_LEN); in UartHostDevInit()
467 if (ptxBuf == NULL) { in UartHostDevInit()
479 rx_buf[udd->resource.port] = ptxBuf; in UartHostDevInit()
H A Duart_gr5xx.c406 uint8_t *ptxBuf = NULL; in UartHostDevInit() local
422 ptxBuf = (uint8_t *)OsalMemCalloc(TX_BUF_SIZE); in UartHostDevInit()
423 if (ptxBuf == NULL) { in UartHostDevInit()
435 udd->txBuffer.tx_buf = ptxBuf; in UartHostDevInit()