Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcan/
Dfsl_flexcan.c3236 FLEXCAN_ClearMbStatusFlags(base, (uint64_t)1U << mbIdx); in FLEXCAN_TransferSendBlocking()
3242 FLEXCAN_ClearMbStatusFlags(base, (uint64_t)1U << mbIdx); in FLEXCAN_TransferSendBlocking()
3247 FLEXCAN_ClearMbStatusFlags(base, (uint32_t)1U << mbIdx); in FLEXCAN_TransferSendBlocking()
3291 FLEXCAN_ClearMbStatusFlags(base, (uint64_t)1U << mbIdx); in FLEXCAN_TransferReceiveBlocking()
3297 FLEXCAN_ClearMbStatusFlags(base, (uint64_t)1U << mbIdx); in FLEXCAN_TransferReceiveBlocking()
3302 FLEXCAN_ClearMbStatusFlags(base, (uint32_t)1U << mbIdx); in FLEXCAN_TransferReceiveBlocking()
3342 FLEXCAN_ClearMbStatusFlags(base, (uint64_t)1U << mbIdx); in FLEXCAN_TransferFDSendBlocking()
3348 FLEXCAN_ClearMbStatusFlags(base, (uint64_t)1U << mbIdx); in FLEXCAN_TransferFDSendBlocking()
3353 FLEXCAN_ClearMbStatusFlags(base, (uint32_t)1U << mbIdx); in FLEXCAN_TransferFDSendBlocking()
3398 FLEXCAN_ClearMbStatusFlags(base, (uint64_t)1U << mbIdx); in FLEXCAN_TransferFDReceiveBlocking()
[all …]
Dfsl_flexcan.h1569 static inline void FLEXCAN_ClearMbStatusFlags(CAN_Type *base, uint64_t mask) in FLEXCAN_ClearMbStatusFlags() function
1571 static inline void FLEXCAN_ClearMbStatusFlags(CAN_Type *base, uint32_t mask) in FLEXCAN_ClearMbStatusFlags()