Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_sdadc.h70 uint32_t SlowClockMode; /*!< Specifies if slow clock mode is enabled or not. member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_sdadc.c333 assert_param(IS_SDADC_SLOW_CLOCK_MODE(hsdadc->Init.SlowClockMode)); in HAL_SDADC_Init()
375 hsdadc->Init.SlowClockMode); in HAL_SDADC_Init()