Searched refs:PWR_CR2_PLS (Results 1 – 9 of 9) sorted by relevance
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_pwr.c | 319 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_pwr.c | 319 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/ |
H A D | stm32wbxx_hal_pwr.c | 370 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_pwr.h | 658 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, PVDLevel); in LL_PWR_SetPVDLevel() 676 return (uint32_t)(READ_BIT(PWR->CR2, PWR_CR2_PLS)); in LL_PWR_GetPVDLevel()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_ll_pwr.h | 699 MODIFY_REG(PWR->CR2, PWR_CR2_PLS, PVDLevel); in LL_PWR_SetPVDLevel() 717 return (uint32_t)(READ_BIT(PWR->CR2, PWR_CR2_PLS)); in LL_PWR_GetPVDLevel()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/ |
H A D | stm32wb50xx.h | 5988 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro
|
H A D | stm32wb55xx.h | 6283 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< Power voltage d… macro
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l451xx.h | 8738 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< PVD level selec… macro
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l476xx.h | 9632 #define PWR_CR2_PLS PWR_CR2_PLS_Msk /*!< PVD level selec… macro
|