Home
last modified time | relevance | path

Searched refs:flexcan_handle_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcan/
Dfsl_flexcan.h988 typedef struct _flexcan_handle flexcan_handle_t; typedef
1003 …void(x)(CAN_Type * base, flexcan_handle_t * handle, status_t status, uint64_t result, void *userDa…
1005 CAN_Type *base, flexcan_handle_t *handle, status_t status, uint64_t result, void *userData);
1008 …void(x)(CAN_Type * base, flexcan_handle_t * handle, status_t status, uint32_t result, void *userDa…
1010 CAN_Type *base, flexcan_handle_t *handle, status_t status, uint32_t result, void *userData);
2100 status_t FLEXCAN_TransferFDSendNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_tra…
2114 status_t FLEXCAN_TransferFDReceiveNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_…
2125 void FLEXCAN_TransferFDAbortSend(CAN_Type *base, flexcan_handle_t *handle, uint8_t mbIdx);
2136 void FLEXCAN_TransferFDAbortReceive(CAN_Type *base, flexcan_handle_t *handle, uint8_t mbIdx);
2205 flexcan_handle_t *handle,
[all …]
Dfsl_flexcan.c170 typedef void (*flexcan_isr_t)(CAN_Type *base, flexcan_handle_t *handle);
291 static status_t FLEXCAN_SubHandlerForDataTransfered(CAN_Type *base, flexcan_handle_t *handle, uint3…
303 static status_t FLEXCAN_SubHandlerForEhancedRxFifo(CAN_Type *base, flexcan_handle_t *handle, uint64…
322 static flexcan_handle_t *s_flexcanHandle[ARRAY_SIZE(s_flexcanBases)];
3525 flexcan_handle_t *handle, in FLEXCAN_TransferCreateHandle()
3625 status_t FLEXCAN_TransferSendNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_trans… in FLEXCAN_TransferSendNonBlocking()
3696 status_t FLEXCAN_TransferReceiveNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_tr… in FLEXCAN_TransferReceiveNonBlocking()
3756 status_t FLEXCAN_TransferFDSendNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_tra… in FLEXCAN_TransferFDSendNonBlocking()
3828 status_t FLEXCAN_TransferFDReceiveNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_… in FLEXCAN_TransferFDReceiveNonBlocking()
3888 flexcan_handle_t *handle, in FLEXCAN_TransferReceiveFifoNonBlocking()
[all …]