Home
last modified time | relevance | path

Searched refs:JSQR (Results 1 – 25 of 38) sorted by relevance

12

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_adc_ex.c275 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 Dstm32l1xx_ll_adc.c477 CLEAR_BIT(ADCx->JSQR, in LL_ADC_DeInit()
A Dstm32l1xx_hal_adc.c775 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 Dhal_adc.c497 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 Dair32f10x_adc.c946 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 Dtae32f53xx_ll_adc.c394 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 Dstm32l1xx_ll_adc.h3416 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 Dtae32f53xx_ll_adc.h1967 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 DHAL_ADC.c354 MODIFY_REG(hadc->Instance->JSQR,ADC_CH_MASK,sConfig->Channel); in HAL_ADC_ConfigChannel()
/bsp/acm32/acm32f0x0-nucleo/libraries/Device/
A DACM32F0x0.h447 __IO uint32_t JSQR; // 0x2C member
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_ADC.c408 MODIFY_REG(hadc->Instance->JSQR,ADC_CH_MASK,sConfig->Channel); in HAL_ADC_ConfigChannel()
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_adc.h149 …__IO u32 JSQR; ///< Injection sequenc… member
/bsp/acm32/acm32f4xx-nucleo/libraries/Device/
A DACM32F4.h505 __IO uint32_t JSQR; member
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x.h277 __IO uint32_t JSQR; member
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Include/
A Dstm32l100xb.h165 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
A Dstm32l100xba.h165 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
A Dstm32l151xb.h164 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
A Dstm32l151xba.h164 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
A Dstm32l152xb.h165 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
A Dstm32l152xba.h165 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
A Dstm32l100xc.h172 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
A Dstm32l162xdx.h176 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
A Dstm32l162xe.h176 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
A Dstm32l152xc.h173 …__IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44… member
/bsp/tae32f5300/Libraries/CMSIS/Device/Tai_action/TAE32F53xx/Include/
A Dtae32f53xx.h488 …__IO uint32_t JSQR; /*!< Address offset: 0x40 : ADC Injected Sequence Register … member

Completed in 528 milliseconds

12