Home
last modified time | relevance | path

Searched defs:u32IntMask (Results 1 – 7 of 7) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/inc/
Dsdh.h109 #define SDH_ENABLE_INT(sdh, u32IntMask) ((sdh)->INTEN |= (u32IntMask)) argument
122 #define SDH_DISABLE_INT(sdh, u32IntMask) ((sdh)->INTEN &= ~(u32IntMask)) argument
140 #define SDH_GET_INT_FLAG(sdh, u32IntMask) (((sdh)->INTSTS & (u32IntMask))?1:0) argument
155 #define SDH_CLR_INT_FLAG(sdh, u32IntMask) ((sdh)->INTSTS = (u32IntMask)) argument
Dccap.h125 #define CCAP_CLR_INT_FLAG(u32IntMask) (CCAP->INT |=u32IntMask) argument
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dsdh.h119 #define SDH_ENABLE_INT(sdh, u32IntMask) ((sdh)->INTEN |= (u32IntMask)) argument
132 #define SDH_DISABLE_INT(sdh, u32IntMask) ((sdh)->INTEN &= ~(u32IntMask)) argument
150 #define SDH_GET_INT_FLAG(sdh, u32IntMask) (((sdh)->INTSTS & (u32IntMask))?1:0) argument
165 #define SDH_CLR_INT_FLAG(sdh, u32IntMask) ((sdh)->INTSTS = (u32IntMask)) argument
Dccap.h119 #define CCAP_CLR_INT_FLAG(u32IntMask) (CCAP->INT |= (u32IntMask)) argument
/hal_nuvoton-latest/m48x/StdDriver/src/
Dccap.c129 void CCAP_EnableInt(uint32_t u32IntMask) in CCAP_EnableInt()
150 void CCAP_DisableInt(uint32_t u32IntMask) in CCAP_DisableInt()
Dcan.c65 uint32_t u32IntMask; in LockIF() local
168 uint32_t u32IntMask; in ReleaseIF() local
/hal_nuvoton-latest/m46x/StdDriver/src/
Dccap.c122 void CCAP_EnableInt(uint32_t u32IntMask) in CCAP_EnableInt()
141 void CCAP_DisableInt(uint32_t u32IntMask) in CCAP_DisableInt()