Home
last modified time | relevance | path

Searched refs:PLLState (Results 1 – 14 of 14) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rcc.c647 assert_param(IS_RCC_PLL(RCC_OscInitStruct->PLL.PLLState)); in HAL_RCC_OscConfig()
648 if ((RCC_OscInitStruct->PLL.PLLState) != RCC_PLL_NONE) in HAL_RCC_OscConfig()
653 if((RCC_OscInitStruct->PLL.PLLState) == RCC_PLL_ON) in HAL_RCC_OscConfig()
1197 RCC_OscInitStruct->PLL.PLLState = RCC_PLL_ON; in HAL_RCC_GetOscConfig()
1201 RCC_OscInitStruct->PLL.PLLState = RCC_PLL_OFF; in HAL_RCC_GetOscConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc.c723 assert_param(IS_RCC_PLL(RCC_OscInitStruct->PLL.PLLState)); in HAL_RCC_OscConfig()
724 if ((RCC_OscInitStruct->PLL.PLLState) != RCC_PLL_NONE) in HAL_RCC_OscConfig()
729 if((RCC_OscInitStruct->PLL.PLLState) == RCC_PLL_ON) in HAL_RCC_OscConfig()
1344 RCC_OscInitStruct->PLL.PLLState = RCC_PLL_ON; in HAL_RCC_GetOscConfig()
1348 RCC_OscInitStruct->PLL.PLLState = RCC_PLL_OFF; in HAL_RCC_GetOscConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc.c885 assert_param(IS_RCC_PLL(RCC_OscInitStruct->PLL.PLLState)); in HAL_RCC_OscConfig()
887 if(RCC_OscInitStruct->PLL.PLLState != RCC_PLL_NONE) in HAL_RCC_OscConfig()
892 if(RCC_OscInitStruct->PLL.PLLState == RCC_PLL_ON) in HAL_RCC_OscConfig()
1582 RCC_OscInitStruct->PLL.PLLState = RCC_PLL_ON; in HAL_RCC_GetOscConfig()
1586 RCC_OscInitStruct->PLL.PLLState = RCC_PLL_OFF; in HAL_RCC_GetOscConfig()
/loramac-node-2.7.6/src/boards/NucleoL476/
Dboard.c368 RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; in SystemClockConfig()
500 RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; in SystemClockReConfig()
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/
Dboard.c228 RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/SKiM881AXL/
Dboard.c333 RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/NucleoL073/
Dboard.c361 RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/NucleoL152/
Dboard.c361 RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/SKiM880B/
Dboard.c360 RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/SKiM980A/
Dboard.c360 RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/NAMote72/
Dboard.c432 RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; in SystemClockConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rcc.h238 uint32_t PLLState; /*!< PLLState: The new state of the PLL. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rcc.h252 uint32_t PLLState; /*!< PLLState: The new state of the PLL. member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc.h65 uint32_t PLLState; /*!< The new state of the PLL. member