Home
last modified time | relevance | path

Searched refs:DIFSEL (Results 1 – 25 of 137) sorted by relevance

123456

/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_adc_ex.c943 CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_DIFSEL); in HAL_ADC_DeInit()
5735 CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_CHANNEL(sConfig->Channel)); in HAL_ADC_ConfigChannel()
5740 SET_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_CHANNEL(sConfig->Channel)); in HAL_ADC_ConfigChannel()
6386 CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_CHANNEL(sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
6391 SET_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_CHANNEL(sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32f3xx_ll_adc.c967 CLEAR_BIT(ADCx->DIFSEL, ADC_DIFSEL_DIFSEL); in LL_ADC_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_adc.h5503 SET_BIT(ADCx->DIFSEL, in LL_ADC_SetChannelSingleDiff()
5508 CLEAR_BIT(ADCx->DIFSEL, in LL_ADC_SetChannelSingleDiff()
5562 return (uint32_t)(READ_BIT(ADCx->DIFSEL, (Channel & ADC_SINGLEDIFF_CHANNEL_MASK))); in LL_ADC_GetChannelSingleDiff()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_adc.c676 CLEAR_BIT(ADCx->DIFSEL, ADC_DIFSEL_DIFSEL); in LL_ADC_DeInit()
Dstm32l4xx_hal_adc.c832 CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_DIFSEL); in HAL_ADC_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_adc.c676 CLEAR_BIT(ADCx->DIFSEL, ADC_DIFSEL_DIFSEL); in LL_ADC_DeInit()
Dstm32l5xx_hal_adc.c831 CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_DIFSEL); in HAL_ADC_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_adc.c733 CLEAR_BIT(ADCx->DIFSEL, ADC_DIFSEL_DIFSEL); in LL_ADC_DeInit()
Dstm32h5xx_hal_adc.c831 CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_DIFSEL); in HAL_ADC_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_adc.c694 CLEAR_BIT(ADCx->DIFSEL, ADC_DIFSEL_DIFSEL); in LL_ADC_DeInit()
Dstm32mp1xx_hal_adc.c842 CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_DIFSEL); in HAL_ADC_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c776 CLEAR_BIT(ADCx->DIFSEL, ADC_DIFSEL_DIFSEL); in LL_ADC_DeInit()
Dstm32wbxx_hal_adc.c1114 CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_DIFSEL); in HAL_ADC_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_adc.c771 CLEAR_BIT(ADCx->DIFSEL, ADC_DIFSEL_DIFSEL); in LL_ADC_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_adc.c699 CLEAR_BIT(pADCx->DIFSEL, ADC_DIFSEL_DIFSEL); in LL_ADC_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_adc.h4875 MODIFY_REG(ADCx->DIFSEL, in LL_ADC_SetChannelSingleDiff()
4922 return (uint32_t)(READ_BIT(ADCx->DIFSEL, (Channel & ADC_SINGLEDIFF_CHANNEL_MASK))); in LL_ADC_GetChannelSingleDiff()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_adc.h4665 MODIFY_REG(ADCx->DIFSEL, in LL_ADC_SetChannelSingleDiff()
4708 return (uint32_t)(READ_BIT(ADCx->DIFSEL, (Channel & ADC_SINGLEDIFF_CHANNEL_MASK))); in LL_ADC_GetChannelSingleDiff()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_adc.h5638 MODIFY_REG(ADCx->DIFSEL, in LL_ADC_SetChannelSingleDiff()
5684 return (uint32_t)(READ_BIT(ADCx->DIFSEL, (Channel & ADC_SINGLEDIFF_CHANNEL_MASK))); in LL_ADC_GetChannelSingleDiff()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_adc.h5319 MODIFY_REG(ADCx->DIFSEL, in LL_ADC_SetChannelSingleDiff()
5368 return (uint32_t)(READ_BIT(ADCx->DIFSEL, (Channel & ADC_SINGLEDIFF_CHANNEL_MASK))); in LL_ADC_GetChannelSingleDiff()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_adc.c1036 CLEAR_BIT(ADCx->DIFSEL, ADC_DIFSEL_DIFSEL); in LL_ADC_DeInit()
Dstm32g4xx_hal_adc.c848 CLEAR_BIT(hadc->Instance->DIFSEL, ADC_DIFSEL_DIFSEL); in HAL_ADC_DeInit()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_adc.h5697 MODIFY_REG(ADCx->DIFSEL, in LL_ADC_SetChannelSingleDiff()
5744 return (uint32_t)(READ_BIT(ADCx->DIFSEL, (Channel & ADC_SINGLEDIFF_CHANNEL_MASK))); in LL_ADC_GetChannelSingleDiff()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_adc.h5570 MODIFY_REG(ADCx->DIFSEL, in LL_ADC_SetChannelSingleDiff()
5624 return (uint32_t)(READ_BIT(ADCx->DIFSEL, (Channel & ADC_SINGLEDIFF_CHANNEL_MASK))); in LL_ADC_GetChannelSingleDiff()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h6557 MODIFY_REG(ADCx->DIFSEL, in LL_ADC_SetChannelSingleDiff()
6608 return (uint32_t)(READ_BIT(ADCx->DIFSEL, (Channel & ADC_SINGLEDIFF_CHANNEL_MASK))); in LL_ADC_GetChannelSingleDiff()
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_adc.h4978 MODIFY_REG(ADCx->DIFSEL, in LL_ADC_SetChannelSingleDiff()
5030 return (uint32_t)(READ_BIT(ADCx->DIFSEL, (Channel & ADC_SINGLEDIFF_CHANNEL_MASK))); in LL_ADC_GetChannelSingleDiff()

123456