Searched refs:PLLSAI2R (Results 1 – 2 of 2) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_rcc_ex.c | 976 …PeriphClkInit->PLLSAI2.PLLSAI2R = ((READ_BIT(RCC->PLLSAI2CFGR, RCC_PLLSAI2CFGR_PLLSAI2R)>> RCC_PLL… in HAL_RCCEx_GetPeriphCLKConfig() 2176 assert_param(IS_RCC_PLLSAI2R_VALUE(PLLSAI2Init->PLLSAI2R)); in HAL_RCCEx_EnablePLLSAI2() 2200 …SAI2M, PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2Q, PLLSAI2Init->PLLSAI2R); in HAL_RCCEx_EnablePLLSAI2() 2204 …CONFIG(PLLSAI2Init->PLLSAI2M, PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2R); in HAL_RCCEx_EnablePLLSAI2() 2208 …CONFIG(PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2Q, PLLSAI2Init->PLLSAI2R); in HAL_RCCEx_EnablePLLSAI2() 2212 __HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2N, PLLSAI2Init->PLLSAI2P, PLLSAI2Init->PLLSAI2R); in HAL_RCCEx_EnablePLLSAI2() 3231 assert_param(IS_RCC_PLLSAI2R_VALUE(PllSai2->PLLSAI2R)); in RCCEx_PLLSAI2_Config() 3237 (((PllSai2->PLLSAI2R >> 1U) - 1U) << RCC_PLLSAI2CFGR_PLLSAI2R_Pos) | in RCCEx_PLLSAI2_Config() 3244 (((PllSai2->PLLSAI2R >> 1U) - 1U) << RCC_PLLSAI2CFGR_PLLSAI2R_Pos)); in RCCEx_PLLSAI2_Config()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_rcc_ex.h | 125 uint32_t PLLSAI2R; /*!< PLLSAI2R: specifies the division factor for ADC clock. member
|