Home
last modified time | relevance | path

Searched refs:PWR_CR1_PLS (Results 1 – 25 of 72) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_pwr.h550 MODIFY_REG(PWR->CR1, PWR_CR1_PLS, PVDLevel); in LL_PWR_SetPVDLevel()
568 return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_PLS)); in LL_PWR_GetPVDLevel()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_pwr.h269 MODIFY_REG(PWR->CR1, PWR_CR1_PLS, PVDLevel); in LL_PWR_SetPVDLevel()
287 return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_PLS)); in LL_PWR_GetPVDLevel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_pwr.h328 MODIFY_REG(PWR->CR1, PWR_CR1_PLS, PVDLevel); in LL_PWR_SetPVDLevel()
346 return READ_BIT(PWR->CR1, PWR_CR1_PLS); in LL_PWR_GetPVDLevel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr.c379 MODIFY_REG(PWR->CR1, PWR_CR1_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_pwr.h424 MODIFY_REG(PWR->CR1, PWR_CR1_PLS, PVDLevel); in LL_PWR_SetPVDLevel()
442 return (uint32_t)(READ_BIT(PWR->CR1, PWR_CR1_PLS)); in LL_PWR_GetPVDLevel()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pwr.c266 MODIFY_REG(PWR->CR1, PWR_CR1_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr.c428 MODIFY_REG (PWR->CR1, PWR_CR1_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr.c267 MODIFY_REG(PWR->CR1, PWR_CR1_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h8705 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f722xx.h8689 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f730xx.h8919 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f733xx.h8919 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f732xx.h8903 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f750xx.h10096 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f745xx.h9482 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f756xx.h10096 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f746xx.h9821 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f765xx.h9993 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f777xx.h10644 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f767xx.h10369 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
Dstm32f779xx.h10727 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< PLS[2:0] bits (… macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h12335 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< Programmable Vo… macro
Dstm32h7b0xx.h12779 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< Programmable Vo… macro
Dstm32h7b0xxq.h12780 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< Programmable Vo… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h14012 #define PWR_CR1_PLS PWR_CR1_PLS_Msk /*!< Programmable Vo… macro

123