| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_adc_ex.c | 275 if (((hadc->Instance->JSQR & ADC_JSQR_JL) == RESET) || in HAL_ADCEx_InjectedPollForConversion() 353 (HAL_IS_BIT_CLR(hadc->Instance->JSQR, ADC_JSQR_JL) || in HAL_ADCEx_InjectedPollForConversion() 651 MODIFY_REG(hadc->Instance->JSQR , in HAL_ADCEx_InjectedConfigChannel() 680 MODIFY_REG(hadc->Instance->JSQR , in HAL_ADCEx_InjectedConfigChannel() 695 MODIFY_REG(hadc->Instance->JSQR , in HAL_ADCEx_InjectedConfigChannel()
|
| A D | stm32l1xx_ll_adc.c | 477 CLEAR_BIT(ADCx->JSQR, in LL_ADC_DeInit()
|
| A D | stm32l1xx_hal_adc.c | 775 CLEAR_BIT(hadc->Instance->JSQR, (ADC_JSQR_JL | in HAL_ADC_DeInit() 1767 (HAL_IS_BIT_CLR(hadc->Instance->JSQR, ADC_JSQR_JL) || in HAL_ADC_IRQHandler()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_adc.c | 497 adc->JSQR &= ~(0x03 << ADC_JSQR_JL_Pos); in ADC_InjectedSequencerLengthConfig() 498 adc->JSQR |= Length << ADC_JSQR_JL_Pos; in ADC_InjectedSequencerLengthConfig() 509 adc->JSQR &= ~(0x1F << (off_addr >> 2) * 5); in ADC_InjectedSequencerChannelConfig() 510 adc->JSQR |= (channel << (off_addr >> 2) * 5); in ADC_InjectedSequencerChannelConfig()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_adc.c | 946 tmpreg1 = ADCx->JSQR; in ADC_InjectedChannelConfig() 958 ADCx->JSQR = tmpreg1; in ADC_InjectedChannelConfig() 977 tmpreg1 = ADCx->JSQR; in ADC_InjectedSequencerLengthConfig() 984 ADCx->JSQR = tmpreg1; in ADC_InjectedSequencerLengthConfig()
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/ |
| A D | tae32f53xx_ll_adc.c | 394 CLEAR_BIT(Instance->JSQR, ADC_JSQR_JSQ4 | ADC_JSQR_JSQ3 | ADC_JSQR_JSQ2 | ADC_JSQR_JSQ1); in LL_ADC_DeInit() 674 MODIFY_REG(Instance->JSQR, (ADC_JSQR_JSQ1 << ADC_INJ_InitStruct->SequencerPos), in LL_ADC_INJ_Init()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_adc.h | 3416 MODIFY_REG(ADCx->JSQR, ADC_JSQR_JL, SequencerNbRanks); in LL_ADC_INJ_SetSequencerLength() 3443 return (uint32_t)(READ_BIT(ADCx->JSQR, ADC_JSQR_JL)); in LL_ADC_INJ_GetSequencerLength() 3551 MODIFY_REG(ADCx->JSQR, in LL_ADC_INJ_SetSequencerRanks() 3633 return (uint32_t)(READ_BIT(ADCx->JSQR, in LL_ADC_INJ_GetSequencerRanks()
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/ |
| A D | tae32f53xx_ll_adc.h | 1967 MODIFY_REG((__INSTANCE__)->JSQR, (ADC_JSQR_JSQ1 << (__RANK__)), (__CHANNEL__) << (__RANK__)) 1998 #define __LL_ADC_INJ_GetSequencerRanks(__INSTANCE__, __RANK__) READ_BIT((__INSTANCE__)->JSQR, (ADC…
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_ADC.c | 354 MODIFY_REG(hadc->Instance->JSQR,ADC_CH_MASK,sConfig->Channel); in HAL_ADC_ConfigChannel()
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/Device/ |
| A D | ACM32F0x0.h | 447 __IO uint32_t JSQR; // 0x2C member
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_ADC.c | 408 MODIFY_REG(hadc->Instance->JSQR,ADC_CH_MASK,sConfig->Channel); in HAL_ADC_ConfigChannel()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_adc.h | 149 …__IO u32 JSQR; ///< Injection sequenc… member
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/Device/ |
| A D | ACM32F4.h | 505 __IO uint32_t JSQR; member
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x.h | 277 __IO uint32_t JSQR; member
|
| /bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/ |
| A D | stm32l100xb.h | 165 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
|
| A D | stm32l100xba.h | 165 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
|
| A D | stm32l151xb.h | 164 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
|
| A D | stm32l151xba.h | 164 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
|
| A D | stm32l152xb.h | 165 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
|
| A D | stm32l152xba.h | 165 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
|
| A D | stm32l100xc.h | 172 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
|
| A D | stm32l162xdx.h | 176 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
|
| A D | stm32l162xe.h | 176 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
|
| A D | stm32l152xc.h | 173 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
|
| /bsp/tae32f5300/Libraries/CMSIS/Device/Tai_action/TAE32F53xx/Include/ |
| A D | tae32f53xx.h | 488 …__IO uint32_t JSQR; /*!< Address offset: 0x40 : ADC Injected Sequence Register … member
|