Searched refs:RTC_OUTPOL_LOW (Results 1 – 7 of 7) sorted by relevance
407 #define RTC_OUTPOL_LOW ((uint32_t)0x00100000) macro408 #define IS_RTC_OUTPUT_POL(POL) (((POL) == RTC_OUTPOL_HIGH) || ((POL) == RTC_OUTPOL_LOW))
Completed in 20 milliseconds