Home
last modified time | relevance | path

Searched defs:TxBuff (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip.c490 void Linflexd_Uart_Ip_SetTxBuffer(const uint8 Instance, const uint8 * TxBuff, const uint32 TxSize) in Linflexd_Uart_Ip_SetTxBuffer()
715 Linflexd_Uart_Ip_StatusType Linflexd_Uart_Ip_SyncSend(const uint8 Instance, const uint8 *TxBuff, co… in Linflexd_Uart_Ip_SyncSend()
1219 …e Linflexd_Uart_Ip_StartSendUsingInterrupts(const uint8 Instance, const uint8 * TxBuff, const uint… in Linflexd_Uart_Ip_StartSendUsingInterrupts()
1273 Linflexd_Uart_Ip_StatusType Linflexd_Uart_Ip_AsyncSend(const uint8 Instance, const uint8 * TxBuff, … in Linflexd_Uart_Ip_AsyncSend()
1568 const uint8 * TxBuff, in Linflexd_Uart_Ip_StartSendUsingDma()
/hal_nxp-latest/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip_Types.h163 …const uint8 * TxBuff; /**< @brief The buffer of data being sent.*/ member