Searched refs:RCC_FLAG_PORRST (Results 1 – 5 of 5) sorted by relevance
600 #define RCC_FLAG_PORRST ((uint8_t)0x7B) macro610 ((FLAG) == RCC_FLAG_PORRST) || ((FLAG) == RCC_FLAG_SFTRST) || \620 ((FLAG) == RCC_FLAG_PORRST) || ((FLAG) == RCC_FLAG_SFTRST) || \
418 #define RCC_FLAG_PORRST ((uint8_t)0x7B) macro426 ((FLAG) == RCC_FLAG_PINRST) || ((FLAG) == RCC_FLAG_PORRST) || \
694 #define RCC_FLAG_PORRST ((uint8_t)0x7B) macro703 ((FLAG) == RCC_FLAG_PINRST) || ((FLAG) == RCC_FLAG_PORRST) || \
405 #define RCC_FLAG_PORRST ((uint8_t)0x7B) macro
608 #define RCC_FLAG_PORRST ((uint8_t)((CSR_REG_INDEX << 5U) | RCC_CSR_PORRSTF_BitNumb… macro
Completed in 16 milliseconds