Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_adc_ex.c131 HAL_StatusTypeDef tmp_hal_status; in HAL_ADCEx_Calibration_Start() local
144 tmp_hal_status = ADC_Disable(hadc); in HAL_ADCEx_Calibration_Start()
147 if (tmp_hal_status == HAL_OK) in HAL_ADCEx_Calibration_Start()
192 return tmp_hal_status; in HAL_ADCEx_Calibration_Start()
225 HAL_StatusTypeDef tmp_hal_status = HAL_OK; in HAL_ADCEx_Calibration_SetValue() local
258 tmp_hal_status = HAL_ERROR; in HAL_ADCEx_Calibration_SetValue()
265 return tmp_hal_status; in HAL_ADCEx_Calibration_SetValue()
281 HAL_StatusTypeDef tmp_hal_status; in HAL_ADCEx_InjectedStart() local
317 tmp_hal_status = ADC_Enable(hadc); in HAL_ADCEx_InjectedStart()
320 if (tmp_hal_status == HAL_OK) in HAL_ADCEx_InjectedStart()
[all …]
H A Dstm32l4xx_hal_adc.c404 HAL_StatusTypeDef tmp_hal_status = HAL_OK; in HAL_ADC_Init() local
521 tmp_hal_status = HAL_ERROR; in HAL_ADC_Init()
682 tmp_hal_status = HAL_ERROR; in HAL_ADC_Init()
686 return tmp_hal_status; in HAL_ADC_Init()
709 HAL_StatusTypeDef tmp_hal_status; in HAL_ADC_DeInit() local
724 tmp_hal_status = ADC_ConversionStop(hadc, ADC_REGULAR_INJECTED_GROUP); in HAL_ADC_DeInit()
735 if (tmp_hal_status == HAL_OK) in HAL_ADC_DeInit()
738 tmp_hal_status = ADC_Disable(hadc); in HAL_ADC_DeInit()
741 if (tmp_hal_status == HAL_OK) in HAL_ADC_DeInit()
901 return tmp_hal_status; in HAL_ADC_DeInit()
[all …]
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_adc_ex.c347 HAL_StatusTypeDef tmp_hal_status = HAL_OK; in HAL_ADCEx_InjectedStop() local
382 tmp_hal_status = HAL_ERROR; in HAL_ADCEx_InjectedStop()
389 return tmp_hal_status; in HAL_ADCEx_InjectedStop()
468 HAL_StatusTypeDef tmp_hal_status = HAL_OK; in HAL_ADCEx_InjectedStop_IT() local
506 tmp_hal_status = HAL_ERROR; in HAL_ADCEx_InjectedStop_IT()
513 return tmp_hal_status; in HAL_ADCEx_InjectedStop_IT()
700 HAL_StatusTypeDef tmp_hal_status = HAL_OK; in HAL_ADCEx_MultiModeStop_DMA() local
726 tmp_hal_status = HAL_DMA_Abort(hadc->DMA_Handle); in HAL_ADCEx_MultiModeStop_DMA()
741 return tmp_hal_status; in HAL_ADCEx_MultiModeStop_DMA()
H A Dstm32f4xx_hal_adc.c314 HAL_StatusTypeDef tmp_hal_status = HAL_OK; in HAL_ADC_Init() local
390 tmp_hal_status = HAL_ERROR; in HAL_ADC_Init()
397 return tmp_hal_status; in HAL_ADC_Init()
408 HAL_StatusTypeDef tmp_hal_status = HAL_OK; in HAL_ADC_DeInit() local
454 return tmp_hal_status; in HAL_ADC_DeInit()
1473 HAL_StatusTypeDef tmp_hal_status = HAL_OK; in HAL_ADC_Stop_DMA() local
1493 tmp_hal_status = HAL_DMA_Abort(hadc->DMA_Handle); in HAL_ADC_Stop_DMA()
1508 return tmp_hal_status; in HAL_ADC_Stop_DMA()