Home
last modified time | relevance | path

Searched refs:SMPR1 (Results 1 – 25 of 40) sorted by relevance

12

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_adc_ex.h385 … (((__HANDLE__)->Instance->SMPR1 & ADC_SAMPLETIME_ALLCHANNELS_SMPR1BIT2) == RESET) && \
394 … (((__HANDLE__)->Instance->SMPR1 & ADC_SAMPLETIME_ALLCHANNELS_SMPR1BIT2) == RESET) ) ? \
417 …CLEAR_BIT((__HANDLE__)->Instance->SMPR1, (ADC_SMPR1_SMP29 | ADC_SMPR1_SMP28 | ADC_SMPR1_SMP27 | \
426 …CLEAR_BIT((__HANDLE__)->Instance->SMPR1, (ADC_SMPR1_SMP26 | ADC_SMPR1_SMP25 | ADC_SMPR1_SMP24 | \
A Dstm32l1xx_ll_adc.h3867 …uint32_t *preg = __ADC_PTR_REG_OFFSET(ADCx->SMPR1, __ADC_MASK_SHIFT(Channel, ADC_CHANNEL_SMPRX_REG… in LL_ADC_SetChannelSamplingTime()
3972 …uint32_t *preg = __ADC_PTR_REG_OFFSET(ADCx->SMPR1, __ADC_MASK_SHIFT(Channel, ADC_CHANNEL_SMPRX_REG… in LL_ADC_GetChannelSamplingTime()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_adc.c577 tmpreg1 = ADCx->SMPR1; in ADC_RegularChannelConfig()
587 ADCx->SMPR1 = tmpreg1; in ADC_RegularChannelConfig()
917 tmpreg1 = ADCx->SMPR1; in ADC_InjectedChannelConfig()
927 ADCx->SMPR1 = tmpreg1; in ADC_InjectedChannelConfig()
/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/
A Dhal_adc.c202 ADCx->SMPR1 = (ADCx->SMPR1 & ~(0xF << (4u * channel))) | (sample_time << (4u * channel)); in ADC_SetChnSampleTime()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_adc.c173 adc->SMPR1 &= ~(0xF << tempchan); in ADC_RegularChannelConfig()
174 adc->SMPR1 |= (sample_time << tempchan); in ADC_RegularChannelConfig()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_adc.c393 CLEAR_BIT(ADCx->SMPR1, in LL_ADC_DeInit()
400 CLEAR_BIT(ADCx->SMPR1, in LL_ADC_DeInit()
A Dstm32l1xx_hal_adc_ex.c792 MODIFY_REG(hadc->Instance->SMPR1, in HAL_ADCEx_InjectedConfigChannel()
A Dstm32l1xx_hal_adc.c2021 MODIFY_REG(hadc->Instance->SMPR1, in HAL_ADC_ConfigChannel()
/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/
A Dtae32f53xx_ll_adc.c352 … CLEAR_BIT(Instance->SMPR1, (ADC_SMPR1_SMP11 | ADC_SMPR1_SMP10 | ADC_SMPR1_SMP9 | ADC_SMPR1_SMP8)); in LL_ADC_DeInit()
362 … CLEAR_BIT(Instance->SMPR1, (ADC_CALR1_CAL11 | ADC_CALR1_CAL10 | ADC_CALR1_CAL9 | ADC_CALR1_CAL8)); in LL_ADC_DeInit()
581 MODIFY_REG(Instance->SMPR1, in LL_ADC_REG_Init()
/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/
A Dtae32f53xx_ll_adc.h2081 …MODIFY_REG((__INSTANCE__)->SMPR1, ADC_SMPR1_SMP8 << ((__CHANNEL__ - 8) << ADC_SMPRX_REGOFFSET), …
2116 …(READ_BIT((__INSTANCE__)->SMPR1, ADC_SMPR1_SMP8 << (((__CHANNEL__ - 8) << ADC_SMPRX_REGOFFSET)))) …
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_ADC.c361 …MODIFY_REG(hadc->Instance->SMPR1,(ADC_SMPR_CH_MASK << (4*sConfig->Channel )),(sConfig->Smp << (4*s… in HAL_ADC_ConfigChannel()
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DACM32F0x0.h440 __IO uint32_t SMPR1; // 0x10 member
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_ADC.c415 …MODIFY_REG(hadc->Instance->SMPR1,(ADC_SMPR_CH_MASK << (4*sConfig->Channel )),(sConfig->Smp << (4*s… in HAL_ADC_ConfigChannel()
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_adc.h142 …__IO u32 SMPR1; ///< Sampling configur… member
/bsp/acm32/acm32f4xx-nucleo/libraries/Device/
A DACM32F4.h498 __IO uint32_t SMPR1; member
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x.h266 __IO uint32_t SMPR1; member
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/
A Dstm32l100xb.h151 …__IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x0C… member
A Dstm32l100xba.h151 …__IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x0C… member
A Dstm32l151xb.h150 …__IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x0C… member
A Dstm32l151xba.h150 …__IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x0C… member
A Dstm32l152xb.h151 …__IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x0C… member
A Dstm32l152xba.h151 …__IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x0C… member
A Dstm32l100xc.h158 …__IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x0C… member
A Dstm32l162xdx.h162 …__IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x0C… member
/bsp/tae32f5300/Libraries/CMSIS/Device/Tai_action/TAE32F53xx/Include/
A Dtae32f53xx.h481 …__IO uint32_t SMPR1; /*!< Address offset: 0x24 : ADC Sample Time Register 1 … member

Completed in 1225 milliseconds

12