Searched refs:PWR_BDCR1_MONEN (Results 1 – 20 of 20) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_pwr.h | 520 SET_BIT(PWR->BDCR1, PWR_BDCR1_MONEN); in LL_PWR_EnableMonitoring() 530 CLEAR_BIT(PWR->BDCR1, PWR_BDCR1_MONEN); in LL_PWR_DisableMonitoring() 540 return ((READ_BIT(PWR->BDCR1, PWR_BDCR1_MONEN) == (PWR_BDCR1_MONEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledMonitoring()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 2397 SET_BIT(PWR->BDCR1, PWR_BDCR1_MONEN); in LL_PWR_EnableMonitoring() 2407 CLEAR_BIT(PWR->BDCR1, PWR_BDCR1_MONEN); in LL_PWR_DisableMonitoring() 2418 return ((READ_BIT(PWR->BDCR1, PWR_BDCR1_MONEN) == (PWR_BDCR1_MONEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledMonitoring()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_pwr_ex.c | 676 SET_BIT(PWR->BDCR1, PWR_BDCR1_MONEN); in HAL_PWREx_EnableMonitoring() 688 CLEAR_BIT(PWR->BDCR1, PWR_BDCR1_MONEN); in HAL_PWREx_DisableMonitoring()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 1371 SET_BIT(PWR->BDCR1, PWR_BDCR1_MONEN); in HAL_PWREx_EnableMonitoring() 1380 CLEAR_BIT(PWR->BDCR1, PWR_BDCR1_MONEN); in HAL_PWREx_DisableMonitoring()
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 13116 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
D | stm32u535xx.h | 12603 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
D | stm32u575xx.h | 13765 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
D | stm32u585xx.h | 14327 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
D | stm32u595xx.h | 14587 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
D | stm32u5a5xx.h | 15149 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
D | stm32u5f7xx.h | 16088 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
D | stm32u599xx.h | 18306 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
D | stm32u5g7xx.h | 16650 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
D | stm32u5f9xx.h | 19217 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
D | stm32u5a9xx.h | 18868 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
D | stm32u5g9xx.h | 19779 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< Backup Dom… macro
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 24700 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< VBAT and tempe… macro
|
D | stm32n657xx.h | 25849 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< VBAT and tempe… macro
|
D | stm32n655xx.h | 25607 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< VBAT and tempe… macro
|
D | stm32n647xx.h | 24942 #define PWR_BDCR1_MONEN PWR_BDCR1_MONEN_Msk /*!< VBAT and tempe… macro
|