Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip.c213 …exd_Uart_Ip_StartSendUsingInterrupts(const uint8 Instance, const uint8 * TxBuff, const uint32 TxSi…
218 …e Linflexd_Uart_Ip_StartSendUsingDma(const uint8 Instance, const uint8 * TxBuff, const uint32 TxSi…
502 void Linflexd_Uart_Ip_SetTxBuffer(const uint8 Instance, const uint8 * TxBuff, const uint32 TxSize) in Linflexd_Uart_Ip_SetTxBuffer() argument
505 LINFLEXD_UART_IP_DEV_ASSERT(TxBuff != NULL_PTR); in Linflexd_Uart_Ip_SetTxBuffer()
514 UartState->TxBuff = TxBuff; in Linflexd_Uart_Ip_SetTxBuffer()
565 uint8 Data = *(UartState->TxBuff); in Linflexd_Uart_Ip_PutData()
567 ++UartState->TxBuff; in Linflexd_Uart_Ip_PutData()
577 uint16 Data = (uint16)(*UartState->TxBuff); in Linflexd_Uart_Ip_PutData()
578 ++UartState->TxBuff; in Linflexd_Uart_Ip_PutData()
584 uint16 Data = *((const uint16*)UartState->TxBuff); in Linflexd_Uart_Ip_PutData()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip.h172 void Linflexd_Uart_Ip_SetTxBuffer(const uint8 Instance, const uint8 * TxBuff, const uint32 TxSize);
226 Linflexd_Uart_Ip_StatusType Linflexd_Uart_Ip_SyncSend(const uint8 Instance, const uint8 *TxBuff, co…
276 Linflexd_Uart_Ip_StatusType Linflexd_Uart_Ip_AsyncSend(const uint8 Instance, const uint8 * TxBuff, …
DLinflexd_Uart_Ip_Types.h163 …const uint8 * TxBuff; /**< @brief The buffer of data being sent.*/ member