Home
last modified time | relevance | path

Searched refs:I2s1ClockSelection (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c216 assert_param(IS_RCC_I2S1CLKSOURCE(PeriphClkInit->I2s1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
219 __HAL_RCC_I2S1_CONFIG(PeriphClkInit->I2s1ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
267 PeriphClkInit->I2s1ClockSelection = __HAL_RCC_GET_I2S1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c390 assert_param(IS_RCC_I2S1CLKSOURCE(PeriphClkInit->I2s1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
393 __HAL_RCC_I2S1_CONFIG(PeriphClkInit->I2s1ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
395 if (PeriphClkInit->I2s1ClockSelection == RCC_I2S1CLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
575 PeriphClkInit->I2s1ClockSelection = __HAL_RCC_GET_I2S1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rcc_ex.h61 uint32_t I2s1ClockSelection; /*!< Specifies I2S1 clock source member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h81 uint32_t I2s1ClockSelection; /*!< Specifies I2S1 clock source member