Home
last modified time | relevance | path

Searched refs:ADC_CR1_JDISCEN (Results 1 – 25 of 99) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_adc.c431 | ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN in LL_ADC_DeInit()
440 | ADC_CR1_JDISCEN | ADC_CR1_DISCEN | ADC_CR1_JAUTO in LL_ADC_DeInit()
819 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
829 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
Dstm32f1xx_hal_adc_ex.c1137 SET_BIT(hadc->Instance->CR1, ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
Dstm32f1xx_hal_adc.c665 ADC_CR1_JDISCEN | ADC_CR1_DISCEN | ADC_CR1_JAUTO | in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_adc.c455 | ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN in LL_ADC_DeInit()
834 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
844 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
Dstm32f7xx_hal_adc_ex.c882 hadc->Instance->CR1 |= ADC_CR1_JDISCEN; in HAL_ADCEx_InjectedConfigChannel()
887 hadc->Instance->CR1 &= ~(ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_adc.c469 | ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN in LL_ADC_DeInit()
846 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
856 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
Dstm32f4xx_hal_adc_ex.c915 hadc->Instance->CR1 |= ADC_CR1_JDISCEN; in HAL_ADCEx_InjectedConfigChannel()
920 hadc->Instance->CR1 &= ~(ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_adc.c477 | ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN in LL_ADC_DeInit()
856 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
866 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
Dstm32f2xx_hal_adc_ex.c882 hadc->Instance->CR1 |= ADC_CR1_JDISCEN; in HAL_ADCEx_InjectedConfigChannel()
887 hadc->Instance->CR1 &= ~(ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_adc.c407 | ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN in LL_ADC_DeInit()
849 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
859 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
Dstm32l1xx_hal_adc_ex.c731 ADC_CR1_JDISCEN ); in HAL_ADCEx_InjectedConfigChannel()
756 SET_BIT(hadc->Instance->CR1, ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
Dstm32l1xx_hal_adc.c704 ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN | in HAL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_adc.c1555 | ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN in LL_ADC_DeInit()
1922 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
1932 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
Dstm32f3xx_hal_adc_ex.c1067 ADC_CR1_JDISCEN | ADC_CR1_DISCEN | ADC_CR1_JAUTO | in HAL_ADC_DeInit()
6659 SET_BIT(hadc->Instance->CR1, ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_adc.h717 #define LL_ADC_INJ_SEQ_DISCONT_1RANK (ADC_CR1_JDISCEN) /*!< ADC group injected sequencer…
2512 MODIFY_REG(ADCx->CR1, ADC_CR1_JDISCEN, SeqDiscont); in LL_ADC_INJ_SetSequencerDiscont()
2527 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_JDISCEN)); in LL_ADC_INJ_GetSequencerDiscont()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_adc.h812 #define LL_ADC_INJ_SEQ_DISCONT_1RANK (ADC_CR1_JDISCEN) /*!< ADC group injected sequencer…
2793 MODIFY_REG(ADCx->CR1, ADC_CR1_JDISCEN, SeqDiscont); in LL_ADC_INJ_SetSequencerDiscont()
2808 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_JDISCEN)); in LL_ADC_INJ_GetSequencerDiscont()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_adc.h822 #define LL_ADC_INJ_SEQ_DISCONT_1RANK (ADC_CR1_JDISCEN) /*!< ADC group injected sequencer…
2899 MODIFY_REG(ADCx->CR1, ADC_CR1_JDISCEN, SeqDiscont); in LL_ADC_INJ_SetSequencerDiscont()
2914 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_JDISCEN)); in LL_ADC_INJ_GetSequencerDiscont()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_adc.h835 #define LL_ADC_INJ_SEQ_DISCONT_1RANK (ADC_CR1_JDISCEN) /*!< ADC group injected sequencer…
2945 MODIFY_REG(ADCx->CR1, ADC_CR1_JDISCEN, SeqDiscont); in LL_ADC_INJ_SetSequencerDiscont()
2960 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_JDISCEN)); in LL_ADC_INJ_GetSequencerDiscont()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_adc.h957 #define LL_ADC_INJ_SEQ_DISCONT_1RANK (ADC_CR1_JDISCEN) /*!< ADC group injected sequencer…
3502 MODIFY_REG(ADCx->CR1, ADC_CR1_JDISCEN, SeqDiscont); in LL_ADC_INJ_SetSequencerDiscont()
3517 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_JDISCEN)); in LL_ADC_INJ_GetSequencerDiscont()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_adc.h7927 #define LL_ADC_INJ_SEQ_DISCONT_1RANK (ADC_CR1_JDISCEN) /*!< ADC group injected sequencer…
9644 MODIFY_REG(ADCx->CR1, ADC_CR1_JDISCEN, SeqDiscont); in LL_ADC_INJ_SetSequencerDiscont()
9659 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_JDISCEN)); in LL_ADC_INJ_GetSequencerDiscont()
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h3130 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
Dstm32f101xb.h3192 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
Dstm32f100xb.h3344 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
Dstm32f102x6.h3179 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
Dstm32f100xe.h3691 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro

1234