Home
last modified time | relevance | path

Searched refs:ClockPrescaler (Results 1 – 11 of 11) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_adc.c268 assert_param(IS_ADC_CLOCKPRESCALER(hadc->Init.ClockPrescaler)); in HAL_ADC_Init()
1201 ADC->CCR |= hadc->Init.ClockPrescaler; in ADC_Init()
A Dstm32f7xx_hal_qspi.c252 assert_param(IS_QSPI_CLOCK_PRESCALER(hqspi->Init.ClockPrescaler)); in HAL_QSPI_Init()
287 …QUADSPI_CR_SSHIFT | QUADSPI_CR_FSEL | QUADSPI_CR_DFM), ((hqspi->Init.ClockPrescaler << 24)| hqspi-… in HAL_QSPI_Init()
A Dstm32f7xx_hal_tim.c3684 assert_param(IS_TIM_CLOCKPRESCALER(sClockSourceConfig->ClockPrescaler)); in HAL_TIM_ConfigClockSource()
3705 sClockSourceConfig->ClockPrescaler, in HAL_TIM_ConfigClockSource()
3723 sClockSourceConfig->ClockPrescaler, in HAL_TIM_ConfigClockSource()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_adc.h71 …uint32_t ClockPrescaler; /*!< Select ADC clock source (synchronous clock derived from APB c… member
A Dstm32f0xx_hal_tim.h220 uint32_t ClockPrescaler; /*!< TIM clock prescaler member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_adc.c372 assert_param(IS_ADC_CLOCKPRESCALER(hadc->Init.ClockPrescaler)); in HAL_ADC_Init()
444 hadc->Init.ClockPrescaler ); in HAL_ADC_Init()
A Dstm32f0xx_hal_tim.c4053 assert_param(IS_TIM_CLOCKPRESCALER(sClockSourceConfig->ClockPrescaler)); in HAL_TIM_ConfigClockSource()
4059 sClockSourceConfig->ClockPrescaler, in HAL_TIM_ConfigClockSource()
4079 assert_param(IS_TIM_CLOCKPRESCALER(sClockSourceConfig->ClockPrescaler)); in HAL_TIM_ConfigClockSource()
4085 sClockSourceConfig->ClockPrescaler, in HAL_TIM_ConfigClockSource()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_qspi.h67 …uint32_t ClockPrescaler; /* Specifies the prescaler factor for generating clock based on the A… member
A Dstm32f7xx_hal_adc.h86 …uint32_t ClockPrescaler; /*!< Select the frequency of the clock to the ADC. The clock is co… member
A Dstm32f7xx_hal_tim.h216 uint32_t ClockPrescaler; /*!< TIM clock prescaler. member
/lk-master/platform/stm32f7xx/
A Dqspi.c548 qspi_handle.Init.ClockPrescaler = 1; in qspi_flash_init()

Completed in 44 milliseconds