Home
last modified time | relevance | path

Searched refs:SMPR2 (Results 1 – 25 of 36) sorted by relevance

12

/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_adc.c592 tmpreg1 = ADCx->SMPR2; in ADC_RegularChannelConfig()
602 ADCx->SMPR2 = tmpreg1; in ADC_RegularChannelConfig()
932 tmpreg1 = ADCx->SMPR2; in ADC_InjectedChannelConfig()
942 ADCx->SMPR2 = tmpreg1; in ADC_InjectedChannelConfig()
/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/
A Dhal_adc.c207 ADCx->SMPR2 = (ADCx->SMPR2 & ~(0xF << (4u * channel))) | (sample_time << (4u * channel)); in ADC_SetChnSampleTime()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_adc.c169 adc->SMPR2 &= ~(0xF << tempchan); in ADC_RegularChannelConfig()
170 adc->SMPR2 |= (sample_time << tempchan); in ADC_RegularChannelConfig()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_adc_ex.h384 … (((__HANDLE__)->Instance->SMPR2 & ADC_SAMPLETIME_ALLCHANNELS_SMPR2BIT2) == RESET) && \
393 … (((__HANDLE__)->Instance->SMPR2 & ADC_SAMPLETIME_ALLCHANNELS_SMPR2BIT2) == RESET) && \
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_adc_ex.c784 MODIFY_REG(hadc->Instance->SMPR2, in HAL_ADCEx_InjectedConfigChannel()
A Dstm32l1xx_ll_adc.c408 CLEAR_BIT(ADCx->SMPR2, in LL_ADC_DeInit()
A Dstm32l1xx_hal_adc.c729 CLEAR_BIT(hadc->Instance->SMPR2, (ADC_SMPR2_SMP19 | ADC_SMPR2_SMP18 | ADC_SMPR2_SMP17 | in HAL_ADC_DeInit()
2013 MODIFY_REG(hadc->Instance->SMPR2, in HAL_ADC_ConfigChannel()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_ADC.c363 …MODIFY_REG(hadc->Instance->SMPR2,(ADC_SMPR_CH_MASK << (4*(sConfig->Channel-8))),(sConfig->Smp << (… in HAL_ADC_ConfigChannel()
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DACM32F0x0.h441 __IO uint32_t SMPR2; // 0x14 member
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_ADC.c417 …MODIFY_REG(hadc->Instance->SMPR2,(ADC_SMPR_CH_MASK << (4*(sConfig->Channel-8))),(sConfig->Smp << (… in HAL_ADC_ConfigChannel()
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_adc.h143 …__IO u32 SMPR2; ///< Sampling configur… member
/bsp/acm32/acm32f4xx-nucleo/libraries/Device/
A DACM32F4.h499 __IO uint32_t SMPR2; member
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x.h267 __IO uint32_t SMPR2; member
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/
A Dstm32l100xb.h152 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member
A Dstm32l100xba.h152 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member
A Dstm32l151xb.h151 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member
A Dstm32l151xba.h151 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member
A Dstm32l152xb.h152 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member
A Dstm32l152xba.h152 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member
A Dstm32l100xc.h159 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member
A Dstm32l162xdx.h163 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member
A Dstm32l162xe.h163 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member
A Dstm32l152xc.h160 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member
A Dstm32l152xca.h160 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member
A Dstm32l152xe.h162 …__IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10… member

Completed in 1314 milliseconds

12