Searched refs:RxBuffer (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/ |
| D | Netc_Eth_Ip_Irq.h | 46 void Netc_Eth_Ip_MSIX_SIMsgEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize); 49 void Netc_Eth_Ip_0_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize); 52 void Netc_Eth_Ip_1_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize); 55 void Netc_Eth_Ip_2_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize); 58 void Netc_Eth_Ip_3_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize); 61 void Netc_Eth_Ip_4_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize); 64 void Netc_Eth_Ip_5_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize); 67 void Netc_Eth_Ip_6_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize); 70 void Netc_Eth_Ip_7_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize); 73 void Netc_Eth_Ip_0_MSIX_RxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize); [all …]
|
| /hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/ |
| D | Netc_Eth_Ip_Irq.c | 624 void Netc_Eth_Ip_MSIX_SIMsgEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize) in Netc_Eth_Ip_MSIX_SIMsgEvent() argument 660 (void)RxBuffer; in Netc_Eth_Ip_MSIX_SIMsgEvent() 664 void Netc_Eth_Ip_0_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize) in Netc_Eth_Ip_0_MSIX_TxEvent() argument 668 (void)RxBuffer; in Netc_Eth_Ip_0_MSIX_TxEvent() 672 void Netc_Eth_Ip_1_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize) in Netc_Eth_Ip_1_MSIX_TxEvent() argument 676 (void)RxBuffer; in Netc_Eth_Ip_1_MSIX_TxEvent() 680 void Netc_Eth_Ip_2_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize) in Netc_Eth_Ip_2_MSIX_TxEvent() argument 684 (void)RxBuffer; in Netc_Eth_Ip_2_MSIX_TxEvent() 688 void Netc_Eth_Ip_3_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize) in Netc_Eth_Ip_3_MSIX_TxEvent() argument 692 (void)RxBuffer; in Netc_Eth_Ip_3_MSIX_TxEvent() [all …]
|
| /hal_nxp-latest/s32/drivers/s32ze/Spi/src/ |
| D | Spi_Ip.c | 243 const uint8 *RxBuffer, 799 if(NULL_PTR == State->RxBuffer) in Spi_Ip_RxDmaTcdSGConfig() 807 DmaTcdList[0u].Value = (Dma_Ip_uintPtrType)State->RxBuffer; /* dest address write*/ in Spi_Ip_RxDmaTcdSGConfig() 987 if(NULL_PTR == State->RxBuffer) in Spi_Ip_DmaConfig() 995 DmaTcdList[1u].Value = (Dma_Ip_uintPtrType)State->RxBuffer; /* dest address write*/ in Spi_Ip_DmaConfig() 1194 if(NULL_PTR != State->RxBuffer) in Spi_Ip_ReceiveData() 1202 State->RxBuffer[Idx] = (uint8)Data; in Spi_Ip_ReceiveData() 1206 *((uint16*)&State->RxBuffer[Idx]) = (uint16)Data; in Spi_Ip_ReceiveData() 1210 *((uint32*)&State->RxBuffer[Idx]) = Data; in Spi_Ip_ReceiveData() 1346 const uint8 *RxBuffer, in Spi_Ip_CheckValidParameters() argument [all …]
|
| /hal_nxp-latest/s32/drivers/s32ze/Platform/include/ |
| D | Mru_Ip_Types.h | 135 typedef void (*Mru_Ip_ReceiveNotificationType)(uint8 RxChannelId, const uint32 * RxBuffer, uint8 Bu… 146 uint32 * RxBuffer; /**< Receiving buffer. */ member
|
| /hal_nxp-latest/s32/drivers/s32ze/Spi/include/ |
| D | Spi_Ip.h | 149 uint8 *RxBuffer, 173 uint8 *RxBuffer,
|
| D | Spi_Ip_Types.h | 184 uint8* RxBuffer; /**< Store pointer for Rx buffer */ member 226 uint8* RxBuffer; /**< Store pointer for Rx buffer */ member
|
| /hal_nxp-latest/s32/drivers/s32ze/Platform/src/ |
| D | Mru_Ip.c | 509 … ReceiveChCfgPtr->RxBuffer[RxMailbox_Idx] = *ReceiveChCfgPtr->MBAddList[RxMailbox_Idx]; in Mru_Ip_DisableChannel_Privileged() 517 ReceiveChCfgPtr->RxBuffer, in Mru_Ip_DisableChannel_Privileged() 798 pReceiveChConfig->RxBuffer[u8BufferIdx] = *pReceiveChConfig->MBAddList[u8BufferIdx]; in Mru_Ip_ProcessActiveMb() 807 pReceiveChConfig->RxBuffer, in Mru_Ip_ProcessActiveMb()
|