Home
last modified time | relevance | path

Searched refs:PWR_CSR_PVDO (Results 1 – 25 of 107) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_pwr.h66 #define LL_PWR_CSR_PVDO PWR_CSR_PVDO /*!< Power voltage detector outpu…
382 return (READ_BIT(PWR->CSR, PWR_CSR_PVDO) == (PWR_CSR_PVDO)); in LL_PWR_IsActiveFlag_PVDO()
Dstm32f1xx_hal_pwr.h158 #define PWR_FLAG_PVDO PWR_CSR_PVDO
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_pwr.h66 #define LL_PWR_CSR_PVDO PWR_CSR_PVDO /*!< Power voltage detector outpu…
453 return (READ_BIT(PWR->CSR, PWR_CSR_PVDO) == (PWR_CSR_PVDO)); in LL_PWR_IsActiveFlag_PVDO()
Dstm32f2xx_hal_pwr.h136 #define PWR_FLAG_PVDO PWR_CSR_PVDO
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_pwr.h67 #define LL_PWR_CSR_PVDO PWR_CSR_PVDO /*!< Power voltage detector outpu…
482 return (READ_BIT(PWR->CSR, PWR_CSR_PVDO) == (PWR_CSR_PVDO)); in LL_PWR_IsActiveFlag_PVDO()
Dstm32f0xx_hal_pwr_ex.h217 #define PWR_FLAG_PVDO PWR_CSR_PVDO
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_pwr.h67 #define LL_PWR_CSR_PVDO PWR_CSR_PVDO /*!< Power voltage detector outpu…
484 return (READ_BIT(PWR->CSR, PWR_CSR_PVDO) == (PWR_CSR_PVDO)); in LL_PWR_IsActiveFlag_PVDO()
Dstm32f3xx_hal_pwr.h87 #define PWR_FLAG_PVDO PWR_CSR_PVDO /*!< Power Voltage Detector output …
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_pwr.h67 #define LL_PWR_CSR_PVDO PWR_CSR_PVDO /*!< Power voltage detector outpu…
658 return (READ_BIT(PWR->CSR, PWR_CSR_PVDO) == (PWR_CSR_PVDO)); in LL_PWR_IsActiveFlag_PVDO()
Dstm32l0xx_hal_pwr.h174 #define PWR_FLAG_PVDO PWR_CSR_PVDO
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_pwr.h67 #define LL_PWR_CSR_PVDO PWR_CSR_PVDO /*!< Power voltage detector outpu…
622 return ((READ_BIT(PWR->CSR, PWR_CSR_PVDO) == PWR_CSR_PVDO) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_PVDO()
Dstm32l1xx_hal_pwr.h214 #define PWR_FLAG_PVDO PWR_CSR_PVDO
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_pwr.h65 #define LL_PWR_CSR_PVDO PWR_CSR_PVDO /*!< Power voltage detector outpu…
875 return (READ_BIT(PWR->CSR, PWR_CSR_PVDO) == (PWR_CSR_PVDO)); in LL_PWR_IsActiveFlag_PVDO()
Dstm32f4xx_hal_pwr.h138 #define PWR_FLAG_PVDO PWR_CSR_PVDO
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h669 #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ macro
Dstm32f101xb.h684 #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ macro
Dstm32f100xb.h744 #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ macro
Dstm32f102x6.h709 #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ macro
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h3260 #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ macro
Dstm32l011xx.h3069 #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ macro
Dstm32l021xx.h3197 #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ macro
Dstm32l031xx.h3132 #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ macro
Dstm32l051xx.h3210 #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ macro
Dstm32l081xx.h3384 #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ macro
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f031x6.h2840 #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ macro

12345