Searched refs:RCC_FLAG_IWDGRST (Results 1 – 5 of 5) sorted by relevance
602 #define RCC_FLAG_IWDGRST ((uint8_t)0x7D) macro611 ((FLAG) == RCC_FLAG_IWDGRST)|| ((FLAG) == RCC_FLAG_WWDGRST)|| \621 ((FLAG) == RCC_FLAG_IWDGRST)|| ((FLAG) == RCC_FLAG_WWDGRST)|| \
420 #define RCC_FLAG_IWDGRST ((uint8_t)0x7D) macro427 ((FLAG) == RCC_FLAG_SFTRST) || ((FLAG) == RCC_FLAG_IWDGRST)|| \
696 #define RCC_FLAG_IWDGRST ((uint8_t)0x7D) macro704 ((FLAG) == RCC_FLAG_SFTRST) || ((FLAG) == RCC_FLAG_IWDGRST)|| \
407 #define RCC_FLAG_IWDGRST ((uint8_t)0x7D) macro
610 #define RCC_FLAG_IWDGRST ((uint8_t)((CSR_REG_INDEX << 5U) | RCC_CSR_IWDGRSTF_BitNum… macro
Completed in 17 milliseconds