Home
last modified time | relevance | path

Searched refs:ADC_SMPR1_SMP0 (Results 1 – 25 of 151) sorted by relevance

1234567

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_adc_ex.h482 ADC_SMPR1_SMP0 | ADC_SMPR1_SMPPLUS)
487 ADC_SMPR1_SMP0)
Dstm32l5xx_ll_adc.h5176ADC_SMPR1_SMP0 << ((Channel & ADC_CHANNEL_SMPx_BITOFFSET_MASK) >> ADC_CHANNEL_SMPx_BITOFFSET_POS), in LL_ADC_SetChannelSamplingTime()
5261 ADC_SMPR1_SMP0 in LL_ADC_GetChannelSamplingTime()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_adc_ex.h482 ADC_SMPR1_SMP0 | ADC_SMPR1_SMPPLUS)
487 ADC_SMPR1_SMP0)
Dstm32l4xx_ll_adc.h5474ADC_SMPR1_SMP0 << ((Channel & ADC_CHANNEL_SMPx_BITOFFSET_MASK) >> ADC_CHANNEL_SMPx_BITOFFSET_POS), in LL_ADC_SetChannelSamplingTime()
5567 ADC_SMPR1_SMP0 in LL_ADC_GetChannelSamplingTime()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_adc_ex.h541 ADC_SMPR1_SMP0 | ADC_SMPR1_SMPPLUS)
546 ADC_SMPR1_SMP0)
Dstm32g4xx_ll_adc.h6329ADC_SMPR1_SMP0 << ((Channel & ADC_CHANNEL_SMPx_BITOFFSET_MASK) >> ADC_CHANNEL_SMPx_BITOFFSET_POS), in LL_ADC_SetChannelSamplingTime()
6429 ADC_SMPR1_SMP0 in LL_ADC_GetChannelSamplingTime()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_adc_ex.h288 ADC_SMPR1_SMP0)
Dstm32wbxx_ll_adc.h5468ADC_SMPR1_SMP0 << ((Channel & ADC_CHANNEL_SMPx_BITOFFSET_MASK) >> ADC_CHANNEL_SMPx_BITOFFSET_POS), in LL_ADC_SetChannelSamplingTime()
5634ADC_SMPR1_SMP0 << ((Channel & ADC_CHANNEL_SMPx_BITOFFSET_MASK) >> ADC_CHANNEL_SMPx_BITOFFSET_POS)) in LL_ADC_GetChannelSamplingTime()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_adc_ex.h502 ADC_SMPR1_SMP0)
Dstm32h7rsxx_ll_adc.h5452ADC_SMPR1_SMP0 << ((Channel & ADC_CHANNEL_SMPx_BITOFFSET_MASK) >> ADC_CHANNEL_SMPx_BITOFFSET_POS), in LL_ADC_SetChannelSamplingTime()
5534 ADC_SMPR1_SMP0 in LL_ADC_GetChannelSamplingTime()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c5640 ADC_SMPR1(ADC_SMPR1_SMP0, sConfig->Channel) , in HAL_ADC_ConfigChannel()
5757 ADC_SMPR1(ADC_SMPR1_SMP0, sConfig->Channel +1U) , in HAL_ADC_ConfigChannel()
6292 ADC_SMPR1(ADC_SMPR1_SMP0, sConfigInjected->InjectedChannel) , in HAL_ADCEx_InjectedConfigChannel()
6408 ADC_SMPR1(ADC_SMPR1_SMP0, sConfigInjected->InjectedChannel +1U), in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_adc_ex.h515 ADC_SMPR1_SMP0)
Dstm32h5xx_ll_adc.h5509ADC_SMPR1_SMP0 << ((Channel & ADC_CHANNEL_SMPx_BITOFFSET_MASK) >> ADC_CHANNEL_SMPx_BITOFFSET_POS), in LL_ADC_SetChannelSamplingTime()
5594 ADC_SMPR1_SMP0 in LL_ADC_GetChannelSamplingTime()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc_ex.h361 ADC_SMPR1_SMP0)
Dstm32mp1xx_ll_adc.h4530ADC_SMPR1_SMP0 << ((Channel & ADC_CHANNEL_SMPx_BITOFFSET_MASK) >> ADC_CHANNEL_SMPx_BITOFFSET_POS), in LL_ADC_SetChannelSamplingTime()
4611ADC_SMPR1_SMP0 << ((Channel & ADC_CHANNEL_SMPx_BITOFFSET_MASK) >> ADC_CHANNEL_SMPx_BITOFFSET_POS)) in LL_ADC_GetChannelSamplingTime()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_adc_ex.h528 ADC_SMPR1_SMP0)
Dstm32n6xx_ll_adc.h4990 ADC_SMPR1_SMP0 << ((ADC_CHANNEL_LUT[iChannel] & ADC_CHANNEL_SMPx_BITOFFSET_MASK) in LL_ADC_SetChannelSamplingTime()
5074 ADC_SMPR1_SMP0 in LL_ADC_GetChannelSamplingTime()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc_ex.h465 ADC_SMPR1_SMP0)
Dstm32u5xx_ll_adc.h6356 MODIFY_REG(*preg, ADC_SMPR1_SMP0 << shift_value, SamplingTime << shift_value); in LL_ADC_SetChannelSamplingTime()
6461 return (uint32_t)(READ_BIT(*preg, ADC_SMPR1_SMP0 << shift_value) >> shift_value); in LL_ADC_GetChannelSamplingTime()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc_ex.h388 ADC_SMPR1_SMP0)
Dstm32h7xx_ll_adc.h5418ADC_SMPR1_SMP0 << ((Channel & ADC_CHANNEL_SMPx_BITOFFSET_MASK) >> ADC_CHANNEL_SMPx_BITOFFSET_POS), in LL_ADC_SetChannelSamplingTime()
5499ADC_SMPR1_SMP0 << ((Channel & ADC_CHANNEL_SMPx_BITOFFSET_MASK) >> ADC_CHANNEL_SMPx_BITOFFSET_POS)) in LL_ADC_GetChannelSamplingTime()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_adc.h4832 ADC_SMPR1_SMP0 << __ADC_MASK_SHIFT(Channel, ADC_CHANNEL_SMPx_BITOFFSET_MASK), in LL_ADC_SetChannelSamplingTime()
4916ADC_SMPR1_SMP0 << __ADC_MASK_SHIFT(Channel, ADC_CHANNEL_SMPx_BITOFFSET_MASK)) in LL_ADC_GetChannelSamplingTime()
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f301x8.h962 #define ADC_SMPR1_SMP0 ADC_SMPR1_SMP0_Msk /*!< ADC channel 0 s… macro
Dstm32f318xx.h963 #define ADC_SMPR1_SMP0 ADC_SMPR1_SMP0_Msk /*!< ADC channel 0 s… macro
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wb50xx.h1208 #define ADC_SMPR1_SMP0 ADC_SMPR1_SMP0_Msk /*!< ADC channel 0 s… macro

1234567