Home
last modified time | relevance | path

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

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_pmu.c1124 uint8_t PMU_GetRSTSource(uint32_t RSTSource) in PMU_GetRSTSource() argument
1127 assert_parameters(IS_PMU_RSTSRC(RSTSource)); in PMU_GetRSTSource()
1129 if (PMU->STS & RSTSource) in PMU_GetRSTSource()
1131 PMU->STS = RSTSource; //Clear flag in PMU_GetRSTSource()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_pmu.h311 uint8_t PMU_GetRSTSource(uint32_t RSTSource);

Completed in 5 milliseconds