/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rcc.h | 5494 return (READ_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_WWDG1RSTF) == (RCC_MC_RSTSCLRR_WWDG1RSTF)); in LL_RCC_IsActiveFlag_WWDG1RST() 5504 return (READ_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_IWDG2RSTF) == (RCC_MC_RSTSCLRR_IWDG2RSTF)); in LL_RCC_IsActiveFlag_IWDG2RST() 5514 return (READ_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_IWDG1RSTF) == (RCC_MC_RSTSCLRR_IWDG1RSTF)); in LL_RCC_IsActiveFlag_IWDG1RST() 5524 return (READ_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_MCSYSRSTF) == (RCC_MC_RSTSCLRR_MCSYSRSTF)); in LL_RCC_IsActiveFlag_MCSYSRST() 5534 return (READ_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_MPSYSRSTF) == (RCC_MC_RSTSCLRR_MPSYSRSTF)); in LL_RCC_IsActiveFlag_MPSYSRST() 5544 return (READ_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_MCURSTF) == (RCC_MC_RSTSCLRR_MCURSTF)); in LL_RCC_IsActiveFlag_MCURST() 5554 return (READ_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_VCORERSTF) == (RCC_MC_RSTSCLRR_VCORERSTF)); in LL_RCC_IsActiveFlag_VCORERST() 5564 return (READ_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_HCSSRSTF) == (RCC_MC_RSTSCLRR_HCSSRSTF)); in LL_RCC_IsActiveFlag_HCSSRST() 5574 return (READ_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_PADRSTF) == (RCC_MC_RSTSCLRR_PADRSTF)); in LL_RCC_IsActiveFlag_PADRST() 5584 return (READ_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_BORRSTF) == (RCC_MC_RSTSCLRR_BORRSTF)); in LL_RCC_IsActiveFlag_BORRST() [all …]
|
D | stm32mp1xx_hal_rcc.h | 1042 #define RCC_FLAG_PORRST ((RCC->MC_RSTSCLRR & RCC_MC_RSTSCLRR_PORRSTF) == RCC_MC_RSTSCLRR… 1043 #define RCC_FLAG_BORRST ((RCC->MC_RSTSCLRR & RCC_MC_RSTSCLRR_BORRSTF) == RCC_MC_RSTSCLRR… 1044 #define RCC_FLAG_PADRST ((RCC->MC_RSTSCLRR & RCC_MC_RSTSCLRR_PADRSTF) == RCC_MC_RSTSCLRR… 1045 #define RCC_FLAG_HCSSRST ((RCC->MC_RSTSCLRR & RCC_MC_RSTSCLRR_HCSSRSTF) == RCC_MC_RSTSCLR… 1046 #define RCC_FLAG_VCORERST ((RCC->MC_RSTSCLRR & RCC_MC_RSTSCLRR_VCORERSTF) == RCC_MC_RSTSCL… 1047 #define RCC_FLAG_MCURST ((RCC->MC_RSTSCLRR & RCC_MC_RSTSCLRR_MCURSTF) == RCC_MC_RSTSCLRR… 1048 #define RCC_FLAG_MPSYSRST ((RCC->MC_RSTSCLRR & RCC_MC_RSTSCLRR_MPSYSRSTF) == RCC_MC_RSTSCL… 1049 #define RCC_FLAG_MCSYSRST ((RCC->MC_RSTSCLRR & RCC_MC_RSTSCLRR_MCSYSRSTF) == RCC_MC_RSTSCL… 1050 #define RCC_FLAG_IWDG1RST ((RCC->MC_RSTSCLRR & RCC_MC_RSTSCLRR_IWDG1RSTF) == RCC_MC_RSTSCL… 1051 #define RCC_FLAG_IWDG2RST ((RCC->MC_RSTSCLRR & RCC_MC_RSTSCLRR_IWDG2RSTF) == RCC_MC_RSTSCL… [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_rcc.c | 356 SET_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_WWDG1RSTF | in LL_RCC_DeInit()
|
D | stm32mp1xx_hal_rcc.c | 450 SET_BIT(RCC->MC_RSTSCLRR, RCC_MC_RSTSCLRR_WWDG1RSTF | in HAL_RCC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/soc/ |
D | stm32mp151dxx_ca7.h | 1797 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp151fxx_cm4.h | 1763 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp151axx_ca7.h | 1797 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp151axx_cm4.h | 1763 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp151dxx_cm4.h | 1763 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp151cxx_ca7.h | 1797 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp151cxx_cm4.h | 1763 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp151fxx_ca7.h | 1797 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp153axx_ca7.h | 1898 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp153axx_cm4.h | 1864 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp153cxx_ca7.h | 1898 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp153cxx_cm4.h | 1864 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp153dxx_ca7.h | 1898 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp153dxx_cm4.h | 1864 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp153fxx_ca7.h | 1898 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp153fxx_cm4.h | 1864 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp157axx_ca7.h | 1985 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp157axx_cm4.h | 1951 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp157cxx_ca7.h | 1985 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp157cxx_cm4.h | 1951 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|
D | stm32mp157dxx_ca7.h | 1985 …__IO uint32_t MC_RSTSCLRR; /*!< RCC MCU Reset Status Clear Register … member
|