Searched refs:u32IntMask (Results 1 – 3 of 3) sorted by relevance
113 #define SDH_ENABLE_INT(sdh, u32IntMask) ((sdh)->INTEN |= (u32IntMask)) argument126 #define SDH_DISABLE_INT(sdh, u32IntMask) ((sdh)->INTEN &= ~(u32IntMask)) argument144 #define SDH_GET_INT_FLAG(sdh, u32IntMask) (((sdh)->INTSTS & (u32IntMask))?1:0) argument159 #define SDH_CLR_INT_FLAG(sdh, u32IntMask) ((sdh)->INTSTS = (u32IntMask)) argument
69 uint32_t u32IntMask; in LockIF() local80 u32IntMask = tCAN->CON & (CAN_CON_IE_Msk | CAN_CON_SIE_Msk | CAN_CON_EIE_Msk); in LockIF()107 tCAN->CON |= u32IntMask; in LockIF()147 uint32_t u32IntMask; in ReleaseIF() local160 u32IntMask = tCAN->CON & (CAN_CON_IE_Msk | CAN_CON_SIE_Msk | CAN_CON_EIE_Msk); in ReleaseIF()166 tCAN->CON |= u32IntMask; in ReleaseIF()