Home
last modified time | relevance | path

Searched refs:RCC_CR_PLLSAI1ON (Results 1 – 5 of 5) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc.c331 …N | RCC_CR_HSION | RCC_CR_HSIKERON| RCC_CR_HSIASFS | RCC_CR_PLLON | RCC_CR_PLLSAI1ON | RCC_CR_PLLS… in HAL_RCC_DeInit()
335 …, RCC_CR_HSEON | RCC_CR_HSION | RCC_CR_HSIKERON| RCC_CR_HSIASFS | RCC_CR_PLLON | RCC_CR_PLLSAI1ON); in HAL_RCC_DeInit()
Dstm32l4xx_ll_rcc.c240 CLEAR_BIT(vl_mask, RCC_CR_PLLSAI1ON); in LL_RCC_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc_ex.h1071 #define __HAL_RCC_PLLSAI1_ENABLE() SET_BIT(RCC->CR, RCC_CR_PLLSAI1ON)
1073 #define __HAL_RCC_PLLSAI1_DISABLE() CLEAR_BIT(RCC->CR, RCC_CR_PLLSAI1ON)
Dstm32l4xx_ll_rcc.h4226 SET_BIT(RCC->CR, RCC_CR_PLLSAI1ON); in LL_RCC_PLLSAI1_Enable()
4236 CLEAR_BIT(RCC->CR, RCC_CR_PLLSAI1ON); in LL_RCC_PLLSAI1_Disable()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h10582 #define RCC_CR_PLLSAI1ON RCC_CR_PLLSAI1ON_Msk /*!< SAI1 PLL enable… macro