EasyManuals Logo

ST STM32F2 User Manual

ST STM32F2
1371 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #34 background imageLoading...
Page #34 background image
Overview of HAL drivers
UM1940
34/1371
DocID028236 Rev 2
HAL_StatusTypeDef HAL_ADC_Stop_IT(ADC_HandleTypeDef* hadc);
void HAL_ADC_IRQHandler(ADC_HandleTypeDef* hadc);
Extension APIs:This set of API is divided into two sub-categories :
Family specific APIs: APIs applying to a given family. They are located in the
extension HAL driver file (see example below related to the ADC).
HAL_StatusTypeDef HAL_ADCEx_InjectedStop(ADC_HandleTypeDef* hadc);
HAL_StatusTypeDef HAL_ADCEx_InjectedStop_IT(ADC_HandleTypeDef* hadc);
HAL_StatusTypeDef HAL_ADCEx_InjectedStart(ADC_HandleTypeDef* hadc);
HAL_StatusTypeDef HAL_ADCEx_InjectedStart_IT(ADC_HandleTypeDef* hadc);
The following table summarizes the location of the different categories of HAL APIs in the
driver files.
Table 4: API classification
Generic file
Extension file
Common APIs
X
X
(1)
Family specific APIs
X
Device specific APIs
X
Notes:
(1)
In some cases, the implementation for a specific device part number may change . In this case the generic API
is declared as weak function in the extension file. The API is implemented again to overwrite the default function
2.4 Devices supported by HAL drivers
Table 5: List of devices supported by the HAL drivers
IP/Module
STM32F205xx
STM32F215xx
STM32F207xx
STM32F217xx
stm32F2xx_hal.c
Yes
Yes
Yes
Yes
stm32F2xx_adc.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_adc_ex.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_can.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_cortex.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_crc.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_cryp.c
NO
Yes
NO
Yes
stm32f2xx_hal_dac.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_dac_ex.c
NO
NO
Yes
Yes
stm32f2xx_hal_dcmi.c
NO
NO
Yes
Yes
stm32f2xx_hal_dma.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_dma_ex.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_eth.c
NO
NO
Yes
Yes
stm32f2xx_hal_flash.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_flash_ex.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_gpio.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_hash.c
Yes
Yes
Yes
Yes
stm32f2xx_hal_hcd.c
Yes
Yes
Yes
Yes

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the ST STM32F2 and is the answer not in the manual?

ST STM32F2 Specifications

General IconGeneral
BrandST
ModelSTM32F2
CategoryMicrocontrollers
LanguageEnglish

Related product manuals