Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Dewwdt.c54 uint32_t u32EnableInt) in EWWDT_Open() argument
58 ((u32EnableInt == (uint32_t)TRUE) ? EWWDT_CTL_INTEN_Msk : 0UL) | in EWWDT_Open()
Dwwdt.c54 uint32_t u32EnableInt) in WWDT_Open() argument
58 ((u32EnableInt == (uint32_t)TRUE) ? WWDT_CTL_INTEN_Msk : 0UL) | in WWDT_Open()
/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/
Dewwdt.h138 void EWWDT_Open(uint32_t u32PreScale, uint32_t u32CmpValue, uint32_t u32EnableInt);
Dwwdt.h138 void WWDT_Open(uint32_t u32PreScale, uint32_t u32CmpValue, uint32_t u32EnableInt);
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
Dwwdt.h138 void WWDT_Open(uint32_t u32PreScale, uint32_t u32CmpValue, uint32_t u32EnableInt);
Dtimer.h526 …ableFreqCounter(TIMER_T *timer, uint32_t u32DropCount, uint32_t u32Timeout, uint32_t u32EnableInt);
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/src/
Dtimer.c308 uint32_t u32EnableInt) in TIMER_EnableFreqCounter() argument
335 t->EXTCTL = u32EnableInt ? TIMER_EXTCTL_CAPIEN_Msk : 0UL; in TIMER_EnableFreqCounter()
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/src/
Dtimer.c313 uint32_t u32EnableInt) in TIMER_EnableFreqCounter() argument
348 t->EXTCTL = u32EnableInt ? TIMER_EXTCTL_CAPIEN_Msk : 0UL; in TIMER_EnableFreqCounter()
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/inc/
Dtimer.h490 …ableFreqCounter(TIMER_T *timer, uint32_t u32DropCount, uint32_t u32Timeout, uint32_t u32EnableInt);