Home
last modified time | relevance | path

Searched refs:CDR (Results 1 – 25 of 172) sorted by relevance

1234567

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_adc_ex.c681 HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&ADC->CDR, (uint32_t)pData, Length); in HAL_ADCEx_MultiModeStart_DMA()
761 return ADC->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_adc_ex.c680 HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&ADC->CDR, (uint32_t)pData, Length); in HAL_ADCEx_MultiModeStart_DMA()
761 return ADC->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_adc_ex.c697 HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&tmpADC_Common->CDR, (uint32_t)pData, Length); in HAL_ADCEx_MultiModeStart_DMA()
791 return tmpADC_Common->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c991 (uint32_t)&tmp_adc_common->CDR; in HAL_ADCEx_MultiModeStart_DMA()
1020 …tmp_hal_status = HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&tmp_adc_common->CDR, (uint32_t)pDat… in HAL_ADCEx_MultiModeStart_DMA()
1205 return tmpADC_Common->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c974 (uint32_t)&tmpADC_Common->CDR; in HAL_ADCEx_MultiModeStart_DMA()
1003 …tmp_hal_status = HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&tmpADC_Common->CDR, (uint32_t)pData… in HAL_ADCEx_MultiModeStart_DMA()
1176 return tmpADC_Common->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c973 (uint32_t)&tmpADC_Common->CDR; in HAL_ADCEx_MultiModeStart_DMA()
1002 …tmp_hal_status = HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&tmpADC_Common->CDR, (uint32_t)pData… in HAL_ADCEx_MultiModeStart_DMA()
1175 return tmpADC_Common->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc_ex.c1118 (uint32_t)&tmp_adc_common->CDR; in HAL_ADCEx_MultiModeStart_DMA()
1146 …tmp_hal_status = HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&tmp_adc_common->CDR, (uint32_t)pDat… in HAL_ADCEx_MultiModeStart_DMA()
1312 return tmp_adc_common->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc_ex.c941 …tmp_hal_status = HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&tmpADC_Common->CDR, (uint32_t)pData… in HAL_ADCEx_MultiModeStart_DMA()
1112 return tmpADC_Common->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc_ex.c941 …tmp_hal_status = HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&tmpADC_Common->CDR, (uint32_t)pData… in HAL_ADCEx_MultiModeStart_DMA()
1112 return tmpADC_Common->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c948 …tmp_hal_status = HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&tmpADC_Common->CDR, (uint32_t)pData… in HAL_ADCEx_MultiModeStart_DMA()
1119 return tmpADC_Common->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c1031 …tmp_hal_status = HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&tmpADC_Common->CDR, (uint32_t)pData… in HAL_ADCEx_MultiModeStart_DMA()
1197 return tmpADC_Common->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c1122 …tmp_hal_status = HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&tmpADC_Common->CDR, (uint32_t)pData… in HAL_ADCEx_MultiModeStart_DMA()
1295 return tmpADC_Common->CDR; in HAL_ADCEx_MultiModeGetValue()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_adc.h1734 data_reg_addr = (uint32_t)&((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
3903 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, in LL_ADC_REG_ReadMultiConversionData32()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_adc.h1844 data_reg_addr = (uint32_t)&((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
4014 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, in LL_ADC_REG_ReadMultiConversionData32()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_adc.h1874 data_reg_addr = (uint32_t) & ((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
4063 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, in LL_ADC_REG_ReadMultiConversionData32()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_adc.h2829 data_reg_addr = (uint32_t)(&((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR)); in LL_ADC_DMA_GetRegAddr()
6469 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, (ADC_CDR_RDATA_SLV | ADC_CDR_RDATA_MST))); in LL_ADC_REG_ReadMultiConvPacking()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_adc.h3028 data_reg_addr = (uint32_t) &((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
7148 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, in LL_ADC_REG_ReadMultiConversionData32()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_adc.h2253 data_reg_addr = (uint32_t) &((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
6014 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, in LL_ADC_REG_ReadMultiConversionData32()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_adc.h2968 data_reg_addr = (uint32_t) &((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
7082 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, in LL_ADC_REG_ReadMultiConversionData32()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_adc.h3128 data_reg_addr = (uint32_t) &((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
7063 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, in LL_ADC_REG_ReadMultiConversionData32()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_adc.h2900 data_reg_addr = (uint32_t) &((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
6722 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, in LL_ADC_REG_ReadMultiConversionData32()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_adc.h3620 data_reg_addr = (uint32_t) &((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
8023 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, in LL_ADC_REG_ReadMultiConversionData32()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h2948 data_reg_addr = (uint32_t) &((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
8166 …return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, ConversionData) >> (POSITION_VAL(ConversionData) & 0… in LL_ADC_REG_ReadMultiConversionData32()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_adc.h2615 data_reg_addr = (uint32_t) & ((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
7200 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, in LL_ADC_REG_ReadMultiConversionData32()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_adc.h2504 data_reg_addr = (uint32_t)&((__LL_ADC_COMMON_INSTANCE(ADCx))->CDR); in LL_ADC_DMA_GetRegAddr()
6110 return (uint32_t)(READ_BIT(ADCxy_COMMON->CDR, in LL_ADC_REG_ReadMultiConversionData32()

1234567