Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c972 …PeriphClkInit->PLLSAI2.PLLSAI2P = ((READ_BIT(RCC->PLLSAI2CFGR, RCC_PLLSAI2CFGR_PLLSAI2P) >> RCC_PL… in HAL_RCCEx_GetPeriphCLKConfig()
2172 assert_param(IS_RCC_PLLSAI2P_VALUE(PLLSAI2Init->PLLSAI2P)); in HAL_RCCEx_EnablePLLSAI2()
2200 …__HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2M, PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLS… in HAL_RCCEx_EnablePLLSAI2()
2204 …__HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2M, PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLS… in HAL_RCCEx_EnablePLLSAI2()
2208 …__HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2Q, PLLS… in HAL_RCCEx_EnablePLLSAI2()
2212 __HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2R); in HAL_RCCEx_EnablePLLSAI2()
3175 assert_param(IS_RCC_PLLSAI2P_VALUE(PllSai2->PLLSAI2P)); in RCCEx_PLLSAI2_Config()
3183 (PllSai2->PLLSAI2P << RCC_PLLSAI2CFGR_PLLSAI2PDIV_Pos) | in RCCEx_PLLSAI2_Config()
3189 ((PllSai2->PLLSAI2P >> 4U) << RCC_PLLSAI2CFGR_PLLSAI2P_Pos) | in RCCEx_PLLSAI2_Config()
3199 (PllSai2->PLLSAI2P << RCC_PLLSAI2CFGR_PLLSAI2PDIV_Pos)); in RCCEx_PLLSAI2_Config()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc_ex.h117 uint32_t PLLSAI2P; /*!< PLLSAI2P: specifies the division factor for SAI clock. member