Searched defs:pRxFrame (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcan/ |
D | fsl_flexcan.c | 1316 status_t FLEXCAN_ReadPNWakeUpMB(CAN_Type *base, uint8_t mbIdx, flexcan_frame_t *pRxFrame) in FLEXCAN_ReadPNWakeUpMB() 2905 status_t FLEXCAN_ReadRxMb(CAN_Type *base, uint8_t mbIdx, flexcan_frame_t *pRxFrame) in FLEXCAN_ReadRxMb() 2986 status_t FLEXCAN_ReadFDRxMb(CAN_Type *base, uint8_t mbIdx, flexcan_fd_frame_t *pRxFrame) in FLEXCAN_ReadFDRxMb() 3086 status_t FLEXCAN_ReadRxFifo(CAN_Type *base, flexcan_frame_t *pRxFrame) in FLEXCAN_ReadRxFifo() 3149 status_t FLEXCAN_ReadEnhancedRxFifo(CAN_Type *base, flexcan_fd_frame_t *pRxFrame) in FLEXCAN_ReadEnhancedRxFifo() 3256 status_t FLEXCAN_TransferReceiveBlocking(CAN_Type *base, uint8_t mbIdx, flexcan_frame_t *pRxFrame) in FLEXCAN_TransferReceiveBlocking() 3363 …us_t FLEXCAN_TransferFDReceiveBlocking(CAN_Type *base, uint8_t mbIdx, flexcan_fd_frame_t *pRxFrame) in FLEXCAN_TransferFDReceiveBlocking() 3408 status_t FLEXCAN_TransferReceiveFifoBlocking(CAN_Type *base, flexcan_frame_t *pRxFrame) in FLEXCAN_TransferReceiveFifoBlocking() 3437 status_t FLEXCAN_TransferReceiveEnhancedFifoBlocking(CAN_Type *base, flexcan_fd_frame_t *pRxFrame) in FLEXCAN_TransferReceiveEnhancedFifoBlocking()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/mcan/ |
D | fsl_mcan.c | 1287 status_t MCAN_ReadRxBuffer(CAN_Type *base, uint8_t idx, mcan_rx_buffer_frame_t *pRxFrame) in MCAN_ReadRxBuffer() 1311 status_t MCAN_ReadRxFifo(CAN_Type *base, uint8_t fifoBlock, mcan_rx_buffer_frame_t *pRxFrame) in MCAN_ReadRxFifo() 1399 status_t MCAN_TransferReceiveBlocking(CAN_Type *base, uint8_t idx, mcan_rx_buffer_frame_t *pRxFrame) in MCAN_TransferReceiveBlocking() 1440 …AN_TransferReceiveFifoBlocking(CAN_Type *base, uint8_t fifoBlock, mcan_rx_buffer_frame_t *pRxFrame) in MCAN_TransferReceiveFifoBlocking()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/mscan/ |
D | fsl_mscan.c | 664 status_t MSCAN_ReadRxMb(MSCAN_Type *base, mscan_frame_t *pRxFrame) in MSCAN_ReadRxMb() 759 status_t MSCAN_TransferReceiveBlocking(MSCAN_Type *base, mscan_frame_t *pRxFrame) in MSCAN_TransferReceiveBlocking()
|