Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/include/
DCanEXCEL_Ip_Types.h364 boolean isPolling; /**< True if the transfer is Polling Mode */ member
408 boolean isPolling; member
DCanEXCEL_Ip.h171 …xcel_Ip_ReceiveFD(uint8 instance, uint8 descNo, const Canexcel_RxFdMsg * RxMsg, boolean isPolling);
184 …xcel_Ip_ReceiveXL(uint8 instance, uint8 descNo, const Canexcel_RxXlMsg * RxMsg, boolean isPolling);
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c378 Canexcel_Ip_apxState[instance]->rxFifo.isPolling = Config->pRxFifoConfig.isPolling; in Canexcel_InitRxFIFO()
780 …excel_Ip_ReceiveFD(uint8 instance, uint8 descNo, const Canexcel_RxFdMsg * RxMsg, boolean isPolling) in Canexcel_Ip_ReceiveFD() argument
784 if ((CANEXCEL_STATUS_SUCCESS == returnResult) && (FALSE == isPolling)) in Canexcel_Ip_ReceiveFD()
797 …excel_Ip_ReceiveXL(uint8 instance, uint8 descNo, const Canexcel_RxXlMsg * RxMsg, boolean isPolling) in Canexcel_Ip_ReceiveXL() argument
801 if ((CANEXCEL_STATUS_SUCCESS == returnResult) && (FALSE == isPolling)) in Canexcel_Ip_ReceiveXL()
1091 …FIFO_CONTROL_RXFSYSACT_ACT_MASK)) && (FALSE == Canexcel_Ip_apxState[u8Instance]->rxFifo.isPolling)) in Canexcel_Ip_EnableInterrupts()
1117 …XFIFO_CONTROL_RXFSYSACT_ACT_MASK) && (FALSE == Canexcel_Ip_apxState[u8Instance]->rxFifo.isPolling)) in Canexcel_Ip_DisableInterrupts()