Home
last modified time | relevance | path

Searched refs:tmphadcSlave (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc_ex.c884 ADC_HandleTypeDef tmphadcSlave; in HAL_ADCEx_MultiModeStart_DMA() local
903 ADC_MULTI_SLAVE(hadc, &tmphadcSlave); in HAL_ADCEx_MultiModeStart_DMA()
905 if (tmphadcSlave.Instance == NULL) in HAL_ADCEx_MultiModeStart_DMA()
921 tmp_hal_status = ADC_Enable(&tmphadcSlave); in HAL_ADCEx_MultiModeStart_DMA()
1000 ADC_HandleTypeDef tmphadcSlave; in HAL_ADCEx_MultiModeStop_DMA() local
1018 ADC_MULTI_SLAVE(hadc, &tmphadcSlave); in HAL_ADCEx_MultiModeStop_DMA()
1020 if (tmphadcSlave.Instance == NULL) in HAL_ADCEx_MultiModeStop_DMA()
1037 tmphadcSlave_conversion_on_going = LL_ADC_REG_IsConversionOngoing((&tmphadcSlave)->Instance); in HAL_ADCEx_MultiModeStop_DMA()
1053 tmphadcSlave_conversion_on_going = LL_ADC_REG_IsConversionOngoing((&tmphadcSlave)->Instance); in HAL_ADCEx_MultiModeStop_DMA()
1077 tmphadcSlave_disable_status = ADC_Disable(&tmphadcSlave); in HAL_ADCEx_MultiModeStop_DMA()
[all …]