/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_adc.c | 431 | 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()
|
D | stm32f1xx_hal_adc_ex.c | 1137 SET_BIT(hadc->Instance->CR1, ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32f1xx_hal_adc.c | 665 ADC_CR1_JDISCEN | ADC_CR1_DISCEN | ADC_CR1_JAUTO | in HAL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_adc.c | 455 | 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()
|
D | stm32f7xx_hal_adc_ex.c | 882 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/ |
D | stm32f4xx_ll_adc.c | 469 | 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()
|
D | stm32f4xx_hal_adc_ex.c | 915 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/ |
D | stm32f2xx_ll_adc.c | 477 | 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()
|
D | stm32f2xx_hal_adc_ex.c | 882 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/ |
D | stm32l1xx_ll_adc.c | 407 | 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()
|
D | stm32l1xx_hal_adc_ex.c | 731 ADC_CR1_JDISCEN ); in HAL_ADCEx_InjectedConfigChannel() 756 SET_BIT(hadc->Instance->CR1, ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32l1xx_hal_adc.c | 704 ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN | in HAL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 1555 | 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()
|
D | stm32f3xx_hal_adc_ex.c | 1067 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/ |
D | stm32f1xx_ll_adc.h | 717 #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/ |
D | stm32f2xx_ll_adc.h | 812 #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/ |
D | stm32f7xx_ll_adc.h | 822 #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/ |
D | stm32f4xx_ll_adc.h | 835 #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/ |
D | stm32l1xx_ll_adc.h | 957 #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/ |
D | stm32f3xx_ll_adc.h | 7927 #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/ |
D | stm32f101x6.h | 3130 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
|
D | stm32f101xb.h | 3192 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
|
D | stm32f100xb.h | 3344 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
|
D | stm32f102x6.h | 3179 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
|
D | stm32f100xe.h | 3691 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
|