Searched refs:RxBuffer (Results 1 – 7 of 7) sorted by relevance
/hal_nxp-3.6.0/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-3.6.0/s32/drivers/s32ze/Eth_NETC/src/ |
D | Netc_Eth_Ip_Irq.c | 479 void Netc_Eth_Ip_MSIX_SIMsgEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize) in Netc_Eth_Ip_MSIX_SIMsgEvent() argument 515 (void)RxBuffer; in Netc_Eth_Ip_MSIX_SIMsgEvent() 519 void Netc_Eth_Ip_0_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize) in Netc_Eth_Ip_0_MSIX_TxEvent() argument 523 (void)RxBuffer; in Netc_Eth_Ip_0_MSIX_TxEvent() 527 void Netc_Eth_Ip_1_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize) in Netc_Eth_Ip_1_MSIX_TxEvent() argument 531 (void)RxBuffer; in Netc_Eth_Ip_1_MSIX_TxEvent() 535 void Netc_Eth_Ip_2_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize) in Netc_Eth_Ip_2_MSIX_TxEvent() argument 539 (void)RxBuffer; in Netc_Eth_Ip_2_MSIX_TxEvent() 543 void Netc_Eth_Ip_3_MSIX_TxEvent(uint8 RxChannelId, const uint32 * RxBuffer, uint8 BufferSize) in Netc_Eth_Ip_3_MSIX_TxEvent() argument 547 (void)RxBuffer; in Netc_Eth_Ip_3_MSIX_TxEvent() [all …]
|
/hal_nxp-3.6.0/s32/drivers/s32ze/Spi/src/ |
D | Spi_Ip.c | 577 if(NULL_PTR == State->RxBuffer) in Spi_Ip_RxDmaTcdSGConfig() 585 DmaTcdList[0u].Value = (uint32)State->RxBuffer; /* dest address write*/ in Spi_Ip_RxDmaTcdSGConfig() 811 if(NULL_PTR == State->RxBuffer) in Spi_Ip_DmaConfig() 819 DmaTcdList[1u].Value = (uint32)State->RxBuffer; /* dest address write*/ in Spi_Ip_DmaConfig() 987 if(NULL_PTR != State->RxBuffer) in Spi_Ip_ReadRxFifo() 991 *((uint8*)(&State->RxBuffer[State->RxIndex])) = (uint8)Data; in Spi_Ip_ReadRxFifo() 995 *((uint16*)(&State->RxBuffer[2u * State->RxIndex])) = (uint16)Data; in Spi_Ip_ReadRxFifo() 999 *((uint32*)(&State->RxBuffer[4u * State->RxIndex])) = Data; in Spi_Ip_ReadRxFifo() 1422 uint8 *RxBuffer, in Spi_Ip_SyncTransmit() argument 1477 State->RxBuffer = RxBuffer; in Spi_Ip_SyncTransmit() [all …]
|
/hal_nxp-3.6.0/s32/drivers/s32ze/Platform/include/ |
D | Mru_Ip_Types.h | 119 typedef void (*Mru_Ip_ReceiveNotificationType)(uint8 RxChannelId, const uint32 * RxBuffer, uint8 Bu… 130 uint32 * RxBuffer; /**< Receiving buffer. */ member
|
/hal_nxp-3.6.0/s32/drivers/s32ze/Spi/include/ |
D | Spi_Ip.h | 149 uint8 *RxBuffer, 173 uint8 *RxBuffer,
|
D | Spi_Ip_Types.h | 183 uint8* RxBuffer; /**< Store pointer for Rx buffer */ member 225 uint8* RxBuffer; /**< Store pointer for Rx buffer */ member
|
/hal_nxp-3.6.0/s32/drivers/s32ze/Platform/src/ |
D | Mru_Ip.c | 467 … ReceiveChConfig->RxBuffer[BufferIdx] = *ReceiveChConfig->MBAddList[BufferIdx]; in Mru_Ip_IrqHandlerReceiveMb() 476 ReceiveChConfig->RxBuffer, in Mru_Ip_IrqHandlerReceiveMb()
|