Searched refs:PWR_CR_PLS (Results 1 – 11 of 11) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_pwr.h | 434 MODIFY_REG(PWR->CR, PWR_CR_PLS, PVDLevel); in LL_PWR_SetPVDLevel() 452 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_PLS)); in LL_PWR_GetPVDLevel()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_pwr.h | 434 MODIFY_REG(PWR->CR, PWR_CR_PLS, PVDLevel); in LL_PWR_SetPVDLevel() 452 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_PLS)); in LL_PWR_GetPVDLevel()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_pwr.c | 362 MODIFY_REG(PWR->CR, PWR_CR_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_pwr.c | 375 MODIFY_REG(PWR->CR, PWR_CR_PLS, sConfigPVD->PVDLevel); in HAL_PWR_ConfigPVD()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 3348 #define PWR_CR_PLS PWR_CR_PLS_Msk /*!< PLS[2:0] bits (… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 3748 #define PWR_CR_PLS PWR_CR_PLS_Msk /*!< PLS[2:0] bits (… macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 3653 #define PWR_CR_PLS PWR_CR_PLS_Msk /*!< PLS[2:0] bits (… macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 3653 #define PWR_CR_PLS PWR_CR_PLS_Msk /*!< PLS[2:0] bits (… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 3606 #define PWR_CR_PLS PWR_CR_PLS_Msk /*!< PLS[2:0] bits (… macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 4046 #define PWR_CR_PLS PWR_CR_PLS_Msk /*!< PLS[2:0] bits (… macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 4116 #define PWR_CR_PLS PWR_CR_PLS_Msk /*!< PLS[2:0] bits (… macro
|