Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.h762 static inline void LPUART_WriteByte(LPUART_Type *base, uint8_t data) in LPUART_WriteByte() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_lpuart.c607LPUART_WriteByte(s_LpuartAdapterBase[instance], uartHandle->tx.buffer[uartHandle->tx.bufferSofar++… in HAL_UartInterruptHandle()