Home
last modified time | relevance | path

Searched refs:__RSTSRC__ (Results 1 – 2 of 2) sorted by relevance

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_pmu.h173 #define PMU_RESETSRC(__RSTSRC__) (((__RSTSRC__) == PMU_RSTSRC_EXTRST) ||\ argument
174 ((__RSTSRC__) == PMU_RSTSRC_PORST) ||\
175 ((__RSTSRC__) == PMU_RSTSRC_DPORST) ||\
176 ((__RSTSRC__) == PMU_RSTSRC_WDTRST) ||\
177 ((__RSTSRC__) == PMU_RSTSRC_SFTRST) ||\
178 ((__RSTSRC__) == PMU_RSTSRC_MODERST))
179 #define PMU_RESETSRC_CLR(__RSTSRC__) ((((__RSTSRC__) & PMU_RSTSRC_Msk) != 0UL) &&\ argument
180 (((__RSTSRC__) & (~PMU_RSTSRC_Msk)) == 0UL))
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_pmu.h242 #define IS_PMU_RSTSRC(__RSTSRC__) (((__RSTSRC__) == PMU_RSTSRC_EXTRST) ||\ argument
243 ((__RSTSRC__) == PMU_RSTSRC_PORST) ||\
244 ((__RSTSRC__) == PMU_RSTSRC_DPORST) )

Completed in 7 milliseconds