Home
last modified time | relevance | path

Searched refs:PWR_CR2_PLS (Results 1 – 25 of 68) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_pwr.h538 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, PVDLevel); in LL_PWR_SetPVDLevel()
556 return (uint32_t)(READ_BIT(PWR->CR2, PWR_CR2_PLS)); in LL_PWR_GetPVDLevel()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h657 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, PVDLevel); in LL_PWR_SetPVDLevel()
675 return (uint32_t)(READ_BIT(PWR->CR2, PWR_CR2_PLS)); in LL_PWR_GetPVDLevel()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h631 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, PVDLevel); in LL_PWR_SetPVDLevel()
649 return (uint32_t)(READ_BIT(PWR->CR2, PWR_CR2_PLS)); in LL_PWR_GetPVDLevel()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_pwr.h669 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, PVDLevel); in LL_PWR_SetPVDLevel()
687 return (uint32_t)(READ_BIT(PWR->CR2, PWR_CR2_PLS)); in LL_PWR_GetPVDLevel()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_pwr.h563 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, PVDLevel); in LL_PWR_SetPVDLevel()
581 return (uint32_t)(READ_BIT(PWR->CR2, PWR_CR2_PLS)); in LL_PWR_GetPVDLevel()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pwr.c318 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_pwr.c315 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr.c324 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h709 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, PVDLevel); in LL_PWR_SetPVDLevel()
727 return (uint32_t)(READ_BIT(PWR->CR2, PWR_CR2_PLS)); in LL_PWR_GetPVDLevel()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_pwr.c373 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr.c317 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr.c355 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h5342 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro
Dstm32wle5xx.h5342 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro
Dstm32wl5mxx.h6110 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro
Dstm32wl54xx.h6110 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro
Dstm32wl55xx.h6110 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h4391 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power Voltage D… macro
Dstm32u083xx.h5048 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power Voltage D… macro
Dstm32u073xx.h4790 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power Voltage D… macro
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wb50xx.h5863 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro
Dstm32wb1mxx.h5520 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro
Dstm32wb30xx.h5862 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/
Dstm32wb10xx.h5424 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro
Dstm32wb15xx.h5520 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro

123