Searched refs:RCC_FLAG_LPWRRST (Results 1 – 5 of 5) sorted by relevance
604 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro612 ((FLAG) == RCC_FLAG_LPWRRST))622 ((FLAG) == RCC_FLAG_LPWRRST))
422 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro428 ((FLAG) == RCC_FLAG_WWDGRST)|| ((FLAG) == RCC_FLAG_LPWRRST)|| \
698 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro705 ((FLAG) == RCC_FLAG_WWDGRST) || ((FLAG) == RCC_FLAG_LPWRRST)|| \
409 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro
612 #define RCC_FLAG_LPWRRST ((uint8_t)((CSR_REG_INDEX << 5U) | RCC_CSR_LPWRRSTF_BitNum… macro
Completed in 17 milliseconds