Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/
Dwwdt.h71 #define WWDT_CLEAR_RESET_FLAG() (WWDT->STATUS = WWDT_STATUS_WWDTRF_Msk)
83 #define WWDT_CLEAR_INT_FLAG() (WWDT->STATUS = WWDT_STATUS_WWDTIF_Msk)
96 #define WWDT_GET_RESET_FLAG() ((WWDT->STATUS & WWDT_STATUS_WWDTRF_Msk)? 1 : 0)
109 #define WWDT_GET_INT_FLAG() ((WWDT->STATUS & WWDT_STATUS_WWDTIF_Msk)? 1 : 0)
121 #define WWDT_GET_COUNTER() (WWDT->CNT)
136 #define WWDT_RELOAD_COUNTER() (WWDT->RLDCNT = WWDT_RELOAD_WORD)
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
Dwwdt.h71 #define WWDT_CLEAR_RESET_FLAG() (WWDT->STATUS = WWDT_STATUS_WWDTRF_Msk)
83 #define WWDT_CLEAR_INT_FLAG() (WWDT->STATUS = WWDT_STATUS_WWDTIF_Msk)
96 #define WWDT_GET_RESET_FLAG() ((WWDT->STATUS & WWDT_STATUS_WWDTRF_Msk)? 1 : 0)
109 #define WWDT_GET_INT_FLAG() ((WWDT->STATUS & WWDT_STATUS_WWDTIF_Msk)? 1 : 0)
121 #define WWDT_GET_COUNTER() (WWDT->CNT)
136 #define WWDT_RELOAD_COUNTER() (WWDT->RLDCNT = WWDT_RELOAD_WORD)
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Dwwdt.c56 WWDT->CTL = u32PreScale | in WWDT_Open()
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2351/bsp/Device/Nuvoton/M2351/Include/
DM2351.h610 #define WWDT WWDT_S macro
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/m2354/bsp/Device/Nuvoton/M2354/Include/
DM2354.h669 #define WWDT WWDT_S macro
/trusted-firmware-m-3.7.0/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/
DLPC55S69_cm33_core0.h31135 #define WWDT ((WWDT_Type *)WWDT_BASE) macro
31141 #define WWDT_BASE_PTRS { WWDT }
31150 #define WWDT ((WWDT_Type *)WWDT_BASE) macro
31154 #define WWDT_BASE_PTRS { WWDT }
DLPC55S69_cm33_core1.h31135 #define WWDT ((WWDT_Type *)WWDT_BASE) macro
31141 #define WWDT_BASE_PTRS { WWDT }
31150 #define WWDT ((WWDT_Type *)WWDT_BASE) macro
31154 #define WWDT_BASE_PTRS { WWDT }