Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c955 …PeriphClkInit->PLLSAI1.PLLSAI1P = ((READ_BIT(RCC->PLLSAI1CFGR, RCC_PLLSAI1CFGR_PLLSAI1P) >> RCC_PL… in HAL_RCCEx_GetPeriphCLKConfig()
2054 assert_param(IS_RCC_PLLSAI1P_VALUE(PLLSAI1Init->PLLSAI1P)); in HAL_RCCEx_EnablePLLSAI1()
2080 …__HAL_RCC_PLLSAI1_CONFIG(PLLSAI1Init->PLLSAI1M, PLLSAI1Init->PLLSAI1N, PLLSAI1Init->PLLSAI1P, PLLS… in HAL_RCCEx_EnablePLLSAI1()
2084 …__HAL_RCC_PLLSAI1_CONFIG(PLLSAI1Init->PLLSAI1N, PLLSAI1Init->PLLSAI1P, PLLSAI1Init->PLLSAI1Q, PLLS… in HAL_RCCEx_EnablePLLSAI1()
2970 assert_param(IS_RCC_PLLSAI1P_VALUE(PllSai1->PLLSAI1P)); in RCCEx_PLLSAI1_Config()
2978 (PllSai1->PLLSAI1P << RCC_PLLSAI1CFGR_PLLSAI1PDIV_Pos) | in RCCEx_PLLSAI1_Config()
2984 ((PllSai1->PLLSAI1P >> 4U) << RCC_PLLSAI1CFGR_PLLSAI1P_Pos) | in RCCEx_PLLSAI1_Config()
2994 (PllSai1->PLLSAI1P << RCC_PLLSAI1CFGR_PLLSAI1PDIV_Pos)); in RCCEx_PLLSAI1_Config()
2999 ((PllSai1->PLLSAI1P >> 4U) << RCC_PLLSAI1CFGR_PLLSAI1P_Pos)); in RCCEx_PLLSAI1_Config()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc_ex.h82 uint32_t PLLSAI1P; /*!< PLLSAI1P: specifies the division factor for SAI clock. member