Home
last modified time | relevance | path

Searched refs:__HAL_RCC_PLLSAI1_ENABLE (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c2090 __HAL_RCC_PLLSAI1_ENABLE(); in HAL_RCCEx_EnablePLLSAI1()
3042 __HAL_RCC_PLLSAI1_ENABLE(); in RCCEx_PLLSAI1_Config()
/loramac-node-latest/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) macro