Home
last modified time | relevance | path

Searched refs:ADC_JSQR_JL (Results 1 – 25 of 261) sorted by relevance

1234567891011

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_adc_ex.c270 if (((hadc->Instance->JSQR & ADC_JSQR_JL) == RESET) || in HAL_ADCEx_InjectedPollForConversion()
348 (HAL_IS_BIT_CLR(hadc->Instance->JSQR, ADC_JSQR_JL) || in HAL_ADCEx_InjectedPollForConversion()
647 ADC_JSQR_JL | in HAL_ADCEx_InjectedConfigChannel()
677 ADC_JSQR_JL | in HAL_ADCEx_InjectedConfigChannel()
692 ADC_JSQR_JL | in HAL_ADCEx_InjectedConfigChannel()
Dstm32l1xx_hal_adc.c765 CLEAR_BIT(hadc->Instance->JSQR, (ADC_JSQR_JL | in HAL_ADC_DeInit()
1760 (HAL_IS_BIT_CLR(hadc->Instance->JSQR, ADC_JSQR_JL) || in HAL_ADC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_adc_ex.c412 if ((hadc->Instance->JSQR & ADC_JSQR_JL) == RESET) in HAL_ADCEx_InjectedPollForConversion()
1038 ADC_JSQR_JL | in HAL_ADCEx_InjectedConfigChannel()
1068 ADC_JSQR_JL | in HAL_ADCEx_InjectedConfigChannel()
1083 ADC_JSQR_JL | in HAL_ADCEx_InjectedConfigChannel()
Dstm32f1xx_hal_adc.c720 CLEAR_BIT(hadc->Instance->JSQR, ADC_JSQR_JL | in HAL_ADC_DeInit()
725 CLEAR_BIT(hadc->Instance->JSQR, ADC_JSQR_JL | in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_adc.h2467 MODIFY_REG(ADCx->JSQR, ADC_JSQR_JL, SequencerNbRanks); in LL_ADC_INJ_SetSequencerLength()
2494 return (uint32_t)(READ_BIT(ADCx->JSQR, ADC_JSQR_JL)); in LL_ADC_INJ_GetSequencerLength()
2580 uint32_t tmpreg1 = (READ_BIT(ADCx->JSQR, ADC_JSQR_JL) >> ADC_JSQR_JL_Pos) + 1U; in LL_ADC_INJ_SetSequencerRanks()
2642 uint32_t tmpreg1 = (READ_BIT(ADCx->JSQR, ADC_JSQR_JL) >> ADC_JSQR_JL_Pos) + 1U; in LL_ADC_INJ_GetSequencerRanks()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_adc.h2748 MODIFY_REG(ADCx->JSQR, ADC_JSQR_JL, SequencerNbRanks); in LL_ADC_INJ_SetSequencerLength()
2775 return (uint32_t)(READ_BIT(ADCx->JSQR, ADC_JSQR_JL)); in LL_ADC_INJ_GetSequencerLength()
2863 register uint32_t tmpreg1 = (READ_BIT(ADCx->JSQR, ADC_JSQR_JL) >> ADC_JSQR_JL_Pos) + 1U; in LL_ADC_INJ_SetSequencerRanks()
2927 register uint32_t tmpreg1 = (READ_BIT(ADCx->JSQR, ADC_JSQR_JL) >> ADC_JSQR_JL_Pos) + 1U; in LL_ADC_INJ_GetSequencerRanks()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_adc.h2854 MODIFY_REG(ADCx->JSQR, ADC_JSQR_JL, SequencerNbRanks); in LL_ADC_INJ_SetSequencerLength()
2881 return (uint32_t)(READ_BIT(ADCx->JSQR, ADC_JSQR_JL)); in LL_ADC_INJ_GetSequencerLength()
2970 uint32_t tmpreg1 = (READ_BIT(ADCx->JSQR, ADC_JSQR_JL) >> ADC_JSQR_JL_Pos) + 1U; in LL_ADC_INJ_SetSequencerRanks()
3035 uint32_t tmpreg1 = (READ_BIT(ADCx->JSQR, ADC_JSQR_JL) >> ADC_JSQR_JL_Pos) + 1U; in LL_ADC_INJ_GetSequencerRanks()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c1122 CLEAR_BIT(hadc->Instance->JSQR, ADC_JSQR_JL | in HAL_ADC_DeInit()
1127 CLEAR_BIT(hadc->Instance->JSQR, ADC_JSQR_JL | in HAL_ADC_DeInit()
4099 if ((hadc->Instance->JSQR & ADC_JSQR_JL) == RESET) in HAL_ADCEx_InjectedPollForConversion()
6119 ADC_JSQR_JL , in HAL_ADCEx_InjectedConfigChannel()
6199 ADC_JSQR_JL , in HAL_ADCEx_InjectedConfigChannel()
6561 ADC_JSQR_JL | in HAL_ADCEx_InjectedConfigChannel()
6591 ADC_JSQR_JL | in HAL_ADCEx_InjectedConfigChannel()
6606 ADC_JSQR_JL | in HAL_ADCEx_InjectedConfigChannel()
Dstm32f3xx_ll_adc.c935 ( ADC_JSQR_JL in LL_ADC_DeInit()
1310 | ADC_JSQR_JL in LL_ADC_INJ_Init()
1616 ( ADC_JSQR_JL in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_adc.h2900 MODIFY_REG(ADCx->JSQR, ADC_JSQR_JL, SequencerNbRanks); in LL_ADC_INJ_SetSequencerLength()
2927 return (uint32_t)(READ_BIT(ADCx->JSQR, ADC_JSQR_JL)); in LL_ADC_INJ_GetSequencerLength()
3016 uint32_t tmpreg1 = (READ_BIT(ADCx->JSQR, ADC_JSQR_JL) >> ADC_JSQR_JL_Pos) + 1UL; in LL_ADC_INJ_SetSequencerRanks()
3081 uint32_t tmpreg1 = (READ_BIT(ADCx->JSQR, ADC_JSQR_JL) >> ADC_JSQR_JL_Pos) + 1UL; in LL_ADC_INJ_GetSequencerRanks()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc_ex.c444 (HAL_IS_BIT_CLR(hadc->Instance->JSQR, ADC_JSQR_JL) || in HAL_ADCEx_InjectedPollForConversion()
835 hadc->Instance->JSQR &= ~(ADC_JSQR_JL); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_adc.c638 (ADC_JSQR_JL in LL_ADC_DeInit()
1004 | ADC_JSQR_JL in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc_ex.c443 (HAL_IS_BIT_CLR(hadc->Instance->JSQR, ADC_JSQR_JL) || in HAL_ADCEx_InjectedPollForConversion()
835 hadc->Instance->JSQR &= ~(ADC_JSQR_JL); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_adc.c631 (ADC_JSQR_JL in LL_ADC_DeInit()
1005 | ADC_JSQR_JL in LL_ADC_INJ_Init()
Dstm32n6xx_hal_adc_ex.c53 #define ADC_JSQR_FIELDS ((ADC_JSQR_JL | ADC_JSQR_JEXTSEL | ADC_JSQR_JEXTEN |\
58 #define ADC_JSQR_LOW_FIELDS (ADC_JSQR_JL | ADC_JSQR_JEXTSEL | ADC_JSQR_JEXTEN) /*!< ADC_JSQR fiel…
1879 | ((pConfigInjected->InjectedNbrOfConversion - 1U) & ADC_JSQR_JL)); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_adc.c638 (ADC_JSQR_JL in LL_ADC_DeInit()
1004 | ADC_JSQR_JL in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_adc.c647 (ADC_JSQR_JL in LL_ADC_DeInit()
1019 | ADC_JSQR_JL in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_adc.c691 (ADC_JSQR_JL in LL_ADC_DeInit()
1061 | ADC_JSQR_JL in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_adc.c666 (ADC_JSQR_JL in LL_ADC_DeInit()
1032 | ADC_JSQR_JL in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc_ex.c454 (HAL_IS_BIT_CLR(hadc->Instance->JSQR, ADC_JSQR_JL) || in HAL_ADCEx_InjectedPollForConversion()
868 hadc->Instance->JSQR &= ~(ADC_JSQR_JL); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c748 (ADC_JSQR_JL in LL_ADC_DeInit()
1213 | ADC_JSQR_JL in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_adc.c714 (ADC_JSQR_JL in LL_ADC_DeInit()
1116 | ADC_JSQR_JL in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_adc.c664 (ADC_JSQR_JL in LL_ADC_DeInit()
1205 ADC_JSQR_JEXTSEL | ADC_JSQR_JEXTEN | ADC_JSQR_JL, in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_adc.c998 (ADC_JSQR_JL in LL_ADC_DeInit()
1371 | ADC_JSQR_JL in LL_ADC_INJ_Init()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_adc.h4145 MODIFY_REG(ADCx->JSQR, ADC_JSQR_JL, SequencerNbRanks); in LL_ADC_INJ_SetSequencerLength()
4166 return (uint32_t)(READ_BIT(ADCx->JSQR, ADC_JSQR_JL)); in LL_ADC_INJ_GetSequencerLength()
4713 ADC_JSQR_JL , in LL_ADC_INJ_ConfigQueueContext()
9599 MODIFY_REG(ADCx->JSQR, ADC_JSQR_JL, SequencerNbRanks); in LL_ADC_INJ_SetSequencerLength()
9626 return (uint32_t)(READ_BIT(ADCx->JSQR, ADC_JSQR_JL)); in LL_ADC_INJ_GetSequencerLength()

1234567891011