Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcan/
Dfsl_flexcan.h968 typedef struct _flexcan_handle flexcan_handle_t; typedef
983 …void(x)(CAN_Type * base, flexcan_handle_t * handle, status_t status, uint64_t result, void *userDa…
985 CAN_Type *base, flexcan_handle_t *handle, status_t status, uint64_t result, void *userData);
988 …void(x)(CAN_Type * base, flexcan_handle_t * handle, status_t status, uint32_t result, void *userDa…
990 CAN_Type *base, flexcan_handle_t *handle, status_t status, uint32_t result, void *userData);
2077 status_t FLEXCAN_TransferFDSendNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_tra…
2091 status_t FLEXCAN_TransferFDReceiveNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_…
2102 void FLEXCAN_TransferFDAbortSend(CAN_Type *base, flexcan_handle_t *handle, uint8_t mbIdx);
2113 void FLEXCAN_TransferFDAbortReceive(CAN_Type *base, flexcan_handle_t *handle, uint8_t mbIdx);
2182 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)];
3485 flexcan_handle_t *handle, in FLEXCAN_TransferCreateHandle()
3569 status_t FLEXCAN_TransferSendNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_trans… in FLEXCAN_TransferSendNonBlocking()
3640 status_t FLEXCAN_TransferReceiveNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_tr… in FLEXCAN_TransferReceiveNonBlocking()
3700 status_t FLEXCAN_TransferFDSendNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_tra… in FLEXCAN_TransferFDSendNonBlocking()
3772 status_t FLEXCAN_TransferFDReceiveNonBlocking(CAN_Type *base, flexcan_handle_t *handle, flexcan_mb_… in FLEXCAN_TransferFDReceiveNonBlocking()
3832 flexcan_handle_t *handle, in FLEXCAN_TransferReceiveFifoNonBlocking()
[all …]