Searched refs:SamplingTimeCommon2 (Results 1 – 14 of 14) sorted by relevance
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_adc.c | 416 assert_param(IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon2)); in HAL_ADC_Init() 645 …ngTimeCommonChannels(hadc->Instance, LL_ADC_SAMPLINGTIME_COMMON_2, hadc->Init.SamplingTimeCommon2); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_adc.c | 408 assert_param(IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon2)); in HAL_ADC_Init() 639 …ngTimeCommonChannels(hadc->Instance, LL_ADC_SAMPLINGTIME_COMMON_2, hadc->Init.SamplingTimeCommon2); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_adc.c | 408 assert_param(IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon2)); in HAL_ADC_Init() 638 …ngTimeCommonChannels(hadc->Instance, LL_ADC_SAMPLINGTIME_COMMON_2, hadc->Init.SamplingTimeCommon2); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_adc.c | 409 assert_param(IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon2)); in HAL_ADC_Init() 643 …ngTimeCommonChannels(hadc->Instance, LL_ADC_SAMPLINGTIME_COMMON_2, hadc->Init.SamplingTimeCommon2); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_adc.c | 409 assert_param(IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon2)); in HAL_ADC_Init() 660 …ngTimeCommonChannels(hadc->Instance, LL_ADC_SAMPLINGTIME_COMMON_2, hadc->Init.SamplingTimeCommon2); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_adc.h | 243 …uint32_t SamplingTimeCommon2; /*!< Set sampling time common to a group of channels, second commo… member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_adc.h | 247 …uint32_t SamplingTimeCommon2; /*!< Set sampling time common to a group of channels, second commo… member
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_adc.h | 243 …uint32_t SamplingTimeCommon2; /*!< Set sampling time common to a group of channels, second commo… member
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_adc.h | 243 …uint32_t SamplingTimeCommon2; /*!< Set sampling time common to a group of channels, second commo… member
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_adc.h | 243 …uint32_t SamplingTimeCommon2; /*!< Set sampling time common to a group of channels, second commo… member
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_adc.h | 203 …uint32_t SamplingTimeCommon2; /*!< Set sampling time common to a group of channels, second commo… member
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_adc.c | 433 assert_param(IS_ADC_SAMPLE_TIME(hadc->Init.SamplingTimeCommon2)); in HAL_ADC_Init() 684 …ngTimeCommonChannels(hadc->Instance, LL_ADC_SAMPLINGTIME_COMMON_2, hadc->Init.SamplingTimeCommon2); in HAL_ADC_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_adc.h | 305 …uint32_t SamplingTimeCommon2; /*!< Set sampling time common to a group of channels, second commo… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_adc.c | 446 assert_param(IS_ADC4_SAMPLE_TIME(hadc->Init.SamplingTimeCommon2)); in HAL_ADC_Init() 856 hadc->Init.SamplingTimeCommon2); in HAL_ADC_Init()
|