Searched refs:tmp_hadc_slave (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_adc_ex.c | 1007 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStart_DMA() local 1026 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 1027 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 1030 ADC_MULTI_SLAVE(hadc, &tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 1032 if (tmp_hadc_slave.Instance == NULL) in HAL_ADCEx_MultiModeStart_DMA() 1046 tmp_hadc_slave.Init.LowPowerAutoPowerOff = hadc->Init.LowPowerAutoPowerOff; in HAL_ADCEx_MultiModeStart_DMA() 1047 tmp_hal_status = ADC_Enable(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 1183 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStop_DMA() local 1199 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() 1200 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_adc_ex.c | 858 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStart_DMA() local 877 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 878 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 881 ADC_MULTI_SLAVE(hadc, &tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 883 if (tmp_hadc_slave.Instance == NULL) in HAL_ADCEx_MultiModeStart_DMA() 899 tmp_hal_status = ADC_Enable(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 978 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStop_DMA() local 995 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() 996 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() 999 ADC_MULTI_SLAVE(hadc, &tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_adc_ex.c | 858 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStart_DMA() local 877 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 878 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 881 ADC_MULTI_SLAVE(hadc, &tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 883 if (tmp_hadc_slave.Instance == NULL) in HAL_ADCEx_MultiModeStart_DMA() 899 tmp_hal_status = ADC_Enable(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 978 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStop_DMA() local 995 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() 996 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() 999 ADC_MULTI_SLAVE(hadc, &tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_adc_ex.c | 865 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStart_DMA() local 884 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 885 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 888 ADC_MULTI_SLAVE(hadc, &tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 890 if (tmp_hadc_slave.Instance == NULL) in HAL_ADCEx_MultiModeStart_DMA() 906 tmp_hal_status = ADC_Enable(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 985 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStop_DMA() local 1002 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() 1003 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() 1006 ADC_MULTI_SLAVE(hadc, &tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_adc_ex.c | 860 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStart_DMA() local 881 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 882 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 885 ADC_MULTI_SLAVE(hadc, &tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 887 if (tmp_hadc_slave.Instance == NULL) in HAL_ADCEx_MultiModeStart_DMA() 903 tmp_hal_status = ADC_Enable(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 1042 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStop_DMA() local 1059 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() 1060 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() 1063 ADC_MULTI_SLAVE(hadc, &tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_adc_ex.c | 860 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStart_DMA() local 880 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 881 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 884 ADC_MULTI_SLAVE(hadc, &tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 886 if (tmp_hadc_slave.Instance == NULL) in HAL_ADCEx_MultiModeStart_DMA() 902 tmp_hal_status = ADC_Enable(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStart_DMA() 1041 ADC_HandleTypeDef tmp_hadc_slave; in HAL_ADCEx_MultiModeStop_DMA() local 1058 __HAL_ADC_RESET_HANDLE_STATE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() 1059 ADC_CLEAR_ERRORCODE(&tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() 1062 ADC_MULTI_SLAVE(hadc, &tmp_hadc_slave); in HAL_ADCEx_MultiModeStop_DMA() [all …]
|