Searched refs:RCC_FLAG_LPWRRST (Results 1 – 14 of 14) sorted by relevance
350 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro356 ((FLAG) == RCC_FLAG_LPWRRST))
392 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro398 ((FLAG) == RCC_FLAG_LPWRRST))
411 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro419 ((FLAG) == RCC_FLAG_LPWRRST))
464 #define RCC_FLAG_LPWRRST ((uint8_t)0x5F) macro472 ((FLAG) == RCC_FLAG_WWDGRST) || ((FLAG) == RCC_FLAG_LPWRRST) || \
496 #define RCC_FLAG_LPWRRST ((uint8_t)0x5F) macro505 ((FLAG) == RCC_FLAG_WWDGRST) || ((FLAG) == RCC_FLAG_LPWRRST) || \
182 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro
185 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro
613 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro621 || ((FLAG) == RCC_FLAG_LPWRRST))
611 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro619 || ((FLAG) == RCC_FLAG_LPWRRST))
608 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro616 || ((FLAG) == RCC_FLAG_LPWRRST))
618 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro626 || ((FLAG) == RCC_FLAG_LPWRRST))
305 #define RCC_FLAG_LPWRRST ((uint8_t)0x7F) macro
619 #define RCC_FLAG_LPWRRST ((uint8_t)((CSR_REG_INDEX << 5U) | RCC_CSR_LPWRRSTF_Pos)) … macro
Completed in 59 milliseconds