Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_adc_ex.c160 tmp_hal_status = ADC_Disable(hadc); in HAL_ADCEx_Calibration_Start()
469 tmp_hal_status = ADC_Disable(hadc); in HAL_ADCEx_InjectedStop()
838 tmp_hal_status = ADC_Disable(hadc); in HAL_ADCEx_InjectedStop_IT()
1077 tmphadcSlave_disable_status = ADC_Disable(&tmphadcSlave); in HAL_ADCEx_MultiModeStop_DMA()
1078 if ((ADC_Disable(hadc) == HAL_OK) && in HAL_ADCEx_MultiModeStop_DMA()
1087 (void) ADC_Disable(hadc); in HAL_ADCEx_MultiModeStop_DMA()
1088 (void) ADC_Disable(&tmphadcSlave); in HAL_ADCEx_MultiModeStop_DMA()
1296 tmp_hal_status = ADC_Disable(hadc); in HAL_ADCEx_RegularStop()
1357 tmp_hal_status = ADC_Disable(hadc); in HAL_ADCEx_RegularStop_IT()
1435 tmp_hal_status = ADC_Disable(hadc); in HAL_ADCEx_RegularStop_DMA()
[all …]
Dstm32l4xx_hal_adc.c754 tmp_hal_status = ADC_Disable(hadc); in HAL_ADC_DeInit()
1383 tmp_hal_status = ADC_Disable(hadc); in HAL_ADC_Stop()
1972 tmp_hal_status = ADC_Disable(hadc); in HAL_ADC_Stop_IT()
2186 tmp_hal_status = ADC_Disable(hadc); in HAL_ADC_Stop_DMA()
2190 (void)ADC_Disable(hadc); in HAL_ADC_Stop_DMA()
3441 HAL_StatusTypeDef ADC_Disable(ADC_HandleTypeDef* hadc) in ADC_Disable() function
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_adc.c297 static HAL_StatusTypeDef ADC_Disable(ADC_HandleTypeDef* hadc);
608 tmp_hal_status = ADC_Disable(hadc); in HAL_ADC_DeInit()
846 tmp_hal_status = ADC_Disable(hadc); in HAL_ADC_Stop()
1194 tmp_hal_status = ADC_Disable(hadc); in HAL_ADC_Stop_IT()
1351 tmp_hal_status = ADC_Disable(hadc); in HAL_ADC_Stop_DMA()
1355 ADC_Disable(hadc); in HAL_ADC_Stop_DMA()
1974 static HAL_StatusTypeDef ADC_Disable(ADC_HandleTypeDef* hadc) in ADC_Disable() function
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_adc.h1814 HAL_StatusTypeDef ADC_Disable(ADC_HandleTypeDef* hadc);