Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcan/
Dfsl_flexcan.c4288 uint64_t tempmask; in FLEXCAN_CheckUnhandleInterruptEvents() local
4301 tempmask = (uint64_t)base->IMASK1; in FLEXCAN_CheckUnhandleInterruptEvents()
4304 tempmask |= ((uint64_t)base->IMASK2) << 32; in FLEXCAN_CheckUnhandleInterruptEvents()
4307 fgRet = (0U != (tempmask & tempflag)); in FLEXCAN_CheckUnhandleInterruptEvents()
4325 tempmask = (uint64_t)base->ERFIER; in FLEXCAN_CheckUnhandleInterruptEvents()
4327 fgRet = (0U != (tempmask & tempflag)); in FLEXCAN_CheckUnhandleInterruptEvents()