Searched defs:u32IntMask (Results 1 – 7 of 7) sorted by relevance
109 #define SDH_ENABLE_INT(sdh, u32IntMask) ((sdh)->INTEN |= (u32IntMask)) argument122 #define SDH_DISABLE_INT(sdh, u32IntMask) ((sdh)->INTEN &= ~(u32IntMask)) argument140 #define SDH_GET_INT_FLAG(sdh, u32IntMask) (((sdh)->INTSTS & (u32IntMask))?1:0) argument155 #define SDH_CLR_INT_FLAG(sdh, u32IntMask) ((sdh)->INTSTS = (u32IntMask)) argument
125 #define CCAP_CLR_INT_FLAG(u32IntMask) (CCAP->INT |=u32IntMask) argument
119 #define SDH_ENABLE_INT(sdh, u32IntMask) ((sdh)->INTEN |= (u32IntMask)) argument132 #define SDH_DISABLE_INT(sdh, u32IntMask) ((sdh)->INTEN &= ~(u32IntMask)) argument150 #define SDH_GET_INT_FLAG(sdh, u32IntMask) (((sdh)->INTSTS & (u32IntMask))?1:0) argument165 #define SDH_CLR_INT_FLAG(sdh, u32IntMask) ((sdh)->INTSTS = (u32IntMask)) argument
119 #define CCAP_CLR_INT_FLAG(u32IntMask) (CCAP->INT |= (u32IntMask)) argument
129 void CCAP_EnableInt(uint32_t u32IntMask) in CCAP_EnableInt()150 void CCAP_DisableInt(uint32_t u32IntMask) in CCAP_DisableInt()
65 uint32_t u32IntMask; in LockIF() local168 uint32_t u32IntMask; in ReleaseIF() local
122 void CCAP_EnableInt(uint32_t u32IntMask) in CCAP_EnableInt()141 void CCAP_DisableInt(uint32_t u32IntMask) in CCAP_DisableInt()