Home
last modified time | relevance | path

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

1234

/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_adc.c432 | ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN in LL_ADC_DeInit()
441 | ADC_CR1_JDISCEN | ADC_CR1_DISCEN | ADC_CR1_JAUTO in LL_ADC_DeInit()
820 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
830 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
Dstm32f1xx_hal_adc_ex.c1147 SET_BIT(hadc->Instance->CR1, ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
Dstm32f1xx_hal_adc.c675 ADC_CR1_JDISCEN | ADC_CR1_DISCEN | ADC_CR1_JAUTO | in HAL_ADC_DeInit()
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_adc.c364 | ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN in LL_ADC_DeInit()
806 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
816 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
Dstm32l1xx_hal_adc_ex.c736 ADC_CR1_JDISCEN ); in HAL_ADCEx_InjectedConfigChannel()
761 SET_BIT(hadc->Instance->CR1, ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
Dstm32l1xx_hal_adc.c714 ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN | in HAL_ADC_DeInit()
/hal_stm32-3.4.0/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.c879 hadc->Instance->CR1 |= ADC_CR1_JDISCEN; in HAL_ADCEx_InjectedConfigChannel()
884 hadc->Instance->CR1 &= ~(ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-3.4.0/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.c912 hadc->Instance->CR1 |= ADC_CR1_JDISCEN; in HAL_ADCEx_InjectedConfigChannel()
917 hadc->Instance->CR1 &= ~(ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_adc.c478 | ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN in LL_ADC_DeInit()
857 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
867 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-3.4.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_adc.c1553 | ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN in LL_ADC_DeInit()
1920 ADC_CR1_JDISCEN in LL_ADC_INJ_Init()
1930 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()
6656 SET_BIT(hadc->Instance->CR1, ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_adc.h718 #define LL_ADC_INJ_SEQ_DISCONT_1RANK (ADC_CR1_JDISCEN) /*!< ADC group injected sequencer…
2513 MODIFY_REG(ADCx->CR1, ADC_CR1_JDISCEN, SeqDiscont); in LL_ADC_INJ_SetSequencerDiscont()
2528 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_JDISCEN)); in LL_ADC_INJ_GetSequencerDiscont()
/hal_stm32-3.4.0/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-3.4.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_adc.h813 #define LL_ADC_INJ_SEQ_DISCONT_1RANK (ADC_CR1_JDISCEN) /*!< ADC group injected sequencer…
2795 MODIFY_REG(ADCx->CR1, ADC_CR1_JDISCEN, SeqDiscont); in LL_ADC_INJ_SetSequencerDiscont()
2810 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_JDISCEN)); in LL_ADC_INJ_GetSequencerDiscont()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_adc.h835 #define LL_ADC_INJ_SEQ_DISCONT_1RANK (ADC_CR1_JDISCEN) /*!< ADC group injected sequencer…
2942 MODIFY_REG(ADCx->CR1, ADC_CR1_JDISCEN, SeqDiscont); in LL_ADC_INJ_SetSequencerDiscont()
2957 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_JDISCEN)); in LL_ADC_INJ_GetSequencerDiscont()
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_adc.h944 #define LL_ADC_INJ_SEQ_DISCONT_1RANK (ADC_CR1_JDISCEN) /*!< ADC group injected sequencer…
3461 MODIFY_REG(ADCx->CR1, ADC_CR1_JDISCEN, SeqDiscont); in LL_ADC_INJ_SetSequencerDiscont()
3476 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_JDISCEN)); in LL_ADC_INJ_GetSequencerDiscont()
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_adc.h7927 #define LL_ADC_INJ_SEQ_DISCONT_1RANK (ADC_CR1_JDISCEN) /*!< ADC group injected sequencer…
9643 MODIFY_REG(ADCx->CR1, ADC_CR1_JDISCEN, SeqDiscont); in LL_ADC_INJ_SetSequencerDiscont()
9658 return (uint32_t)(READ_BIT(ADCx->CR1, ADC_CR1_JDISCEN)); in LL_ADC_INJ_GetSequencerDiscont()
/hal_stm32-3.4.0/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h3131 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
Dstm32f101xb.h3193 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
Dstm32f102x6.h3180 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
Dstm32f100xb.h3345 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
Dstm32f102xb.h3234 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro

1234