Home
last modified time | relevance | path

Searched refs:SMPR (Results 1 – 25 of 76) sorted by relevance

1234

/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_adc.c578 hadc->Instance->SMPR &= ~(ADC_SMPR_SMP); in HAL_ADC_Init()
581 hadc->Instance->SMPR |= ADC_SMPR_SET(hadc->Init.SamplingTimeCommon); in HAL_ADC_Init()
705 hadc->Instance->SMPR &= ~ADC_SMPR_SMP; in HAL_ADC_DeInit()
1941 hadc->Instance->SMPR &= ~(ADC_SMPR_SMP); in HAL_ADC_ConfigChannel()
1944 hadc->Instance->SMPR |= ADC_SMPR_SET(sConfig->SamplingTime); in HAL_ADC_ConfigChannel()
Dstm32f0xx_ll_adc.c298 CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP); in LL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_adc.h2263 MODIFY_REG(ADCx->SMPR, in LL_ADC_SetSamplingTimeCommonChannels()
2295 …return (uint32_t)((READ_BIT(ADCx->SMPR, ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SH… in LL_ADC_GetSamplingTimeCommonChannels()
3506 MODIFY_REG(ADCx->SMPR, in LL_ADC_SetChannelSamplingTime()
3573 __IO uint32_t smpr = READ_REG(ADCx->SMPR); in LL_ADC_GetChannelSamplingTime()
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_adc.h2212 MODIFY_REG(ADCx->SMPR, in LL_ADC_SetSamplingTimeCommonChannels()
2244 …return (uint32_t)((READ_BIT(ADCx->SMPR, ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SH… in LL_ADC_GetSamplingTimeCommonChannels()
3511 MODIFY_REG(ADCx->SMPR, in LL_ADC_SetChannelSamplingTime()
3587 __IO uint32_t smpr = READ_REG(ADCx->SMPR); in LL_ADC_GetChannelSamplingTime()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_adc.h2502 MODIFY_REG(ADCx->SMPR, in LL_ADC_SetSamplingTimeCommonChannels()
2534 …return (uint32_t)((READ_BIT(ADCx->SMPR, ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SH… in LL_ADC_GetSamplingTimeCommonChannels()
3754 MODIFY_REG(ADCx->SMPR, in LL_ADC_SetChannelSamplingTime()
3821 __IO uint32_t smpr = READ_REG(ADCx->SMPR); in LL_ADC_GetChannelSamplingTime()
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_adc.c609 hadc->Instance->SMPR &= (uint32_t)(~ADC_SMPR_SMPR); in HAL_ADC_Init()
612 hadc->Instance->SMPR |= hadc->Init.SamplingTime; in HAL_ADC_Init()
711 hadc->Instance->SMPR &= ~(ADC_SMPR_SMPR); in HAL_ADC_DeInit()
Dstm32l0xx_ll_adc.c403 CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP); in LL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_adc.h3081 MODIFY_REG(ADCx->SMPR, in LL_ADC_SetSamplingTimeCommonChannels()
3117 …return (uint32_t)((READ_BIT(ADCx->SMPR, ADC_SMPR_SMP1 << (SamplingTimeY & ADC_SAMPLING_TIME_SMP_SH… in LL_ADC_GetSamplingTimeCommonChannels()
5362 MODIFY_REG(ADCx->SMPR, in LL_ADC_SetChannelSamplingTime()
5456 MODIFY_REG(ADCx->SMPR, in LL_ADC_SetChannelSamplingTime()
5538 __IO uint32_t smpr = READ_REG(ADCx->SMPR); in LL_ADC_GetChannelSamplingTime()
5620 __IO uint32_t smpr = READ_REG(ADCx->SMPR); in LL_ADC_GetChannelSamplingTime()
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_adc.h1766 MODIFY_REG(ADCx->SMPR, ADC_SMPR_SMP, SamplingTime); in LL_ADC_SetSamplingTimeCommonChannels()
1792 return (uint32_t)(READ_BIT(ADCx->SMPR, ADC_SMPR_SMP)); in LL_ADC_GetSamplingTimeCommonChannels()
Dstm32f0xx_hal_adc.h679 (((__HANDLE__)->Instance->SMPR) & ADC_SMPR_SMP)
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_adc.h2155 MODIFY_REG(ADCx->SMPR, ADC_SMPR_SMP, SamplingTime); in LL_ADC_SetSamplingTimeCommonChannels()
2181 return (uint32_t)(READ_BIT(ADCx->SMPR, ADC_SMPR_SMP)); in LL_ADC_GetSamplingTimeCommonChannels()
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_adc.c414 CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP1 | ADC_SMPR_SMP2 | ADC_SMPR_SMPSEL); in LL_ADC_DeInit()
Dstm32c0xx_hal_adc.c831 hadc->Instance->SMPR &= ~ADC_SMPR_SMP1; in HAL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_adc.c411 CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP1 | ADC_SMPR_SMP2 | ADC_SMPR_SMPSEL); in LL_ADC_DeInit()
Dstm32wlxx_hal_adc.c799 hadc->Instance->SMPR &= ~ADC_SMPR_SMP1; in HAL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_adc.c450 CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP1 | ADC_SMPR_SMP2 | ADC_SMPR_SMPSEL); in LL_ADC_DeInit()
Dstm32g0xx_hal_adc.c798 hadc->Instance->SMPR &= ~ADC_SMPR_SMP1; in HAL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c636 CLEAR_BIT(ADCx->SMPR, ADC_SMPR_SMP1 | ADC_SMPR_SMP2 | ADC_SMPR_SMPSEL); in LL_ADC_DeInit()
Dstm32wbxx_hal_adc.c1006 hadc->Instance->SMPR &= ~ADC_SMPR_SMP1; in HAL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32f0xx/soc/
Dstm32f030x8.h126 …__IO uint32_t SMPR; /*!< ADC sampling time register, Address offset: 0x… member
Dstm32f030x6.h121 …__IO uint32_t SMPR; /*!< ADC sampling time register, Address offset: 0x… member
Dstm32f070x6.h123 …__IO uint32_t SMPR; /*!< ADC sampling time register, Address offset: 0x… member
Dstm32f038xx.h122 …__IO uint32_t SMPR; /*!< ADC sampling time register, Address offset: 0x… member
Dstm32f030xc.h128 …__IO uint32_t SMPR; /*!< ADC sampling time register, Address offset: 0x… member
Dstm32f031x6.h123 …__IO uint32_t SMPR; /*!< ADC sampling time register, Address offset: 0x… member

1234