/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_adc.c | 432 | 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()
|
D | stm32f1xx_hal_adc_ex.c | 1147 SET_BIT(hadc->Instance->CR1, ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32f1xx_hal_adc.c | 675 ADC_CR1_JDISCEN | ADC_CR1_DISCEN | ADC_CR1_JAUTO | in HAL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_adc.c | 364 | 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()
|
D | stm32l1xx_hal_adc_ex.c | 736 ADC_CR1_JDISCEN ); in HAL_ADCEx_InjectedConfigChannel() 761 SET_BIT(hadc->Instance->CR1, ADC_CR1_JDISCEN); in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32l1xx_hal_adc.c | 714 ADC_CR1_DISCNUM | ADC_CR1_JDISCEN | ADC_CR1_DISCEN | in HAL_ADC_DeInit()
|
/hal_stm32-3.4.0/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 | 879 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/ |
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 | 912 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/ |
D | stm32f2xx_ll_adc.c | 478 | 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()
|
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-3.4.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_adc.c | 1553 | 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()
|
D | stm32f3xx_hal_adc_ex.c | 1067 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/ |
D | stm32f1xx_ll_adc.h | 718 #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/ |
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-3.4.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_adc.h | 813 #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/ |
D | stm32f4xx_ll_adc.h | 835 #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/ |
D | stm32l1xx_ll_adc.h | 944 #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/ |
D | stm32f3xx_ll_adc.h | 7927 #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/ |
D | stm32f101x6.h | 3131 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
|
D | stm32f101xb.h | 3193 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
|
D | stm32f102x6.h | 3180 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
|
D | stm32f100xb.h | 3345 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
|
D | stm32f102xb.h | 3234 #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injec… macro
|