Peripheral State and Errors functions.
More...
Peripheral State and Errors functions.
==============================================================================
##### Peripheral State and Errors functions #####
==============================================================================
[..]
This subsection provides functions allowing to
(+) Check the DAC state.
(+) Check the DAC Errors.
◆ HAL_DAC_GetError()
Return the DAC error code.
- Parameters
-
hdac | pointer to a DAC_HandleTypeDef structure that contains the configuration information for the specified DAC. |
- Return values
-
Definition at line 1047 of file stm32f4xx_hal_dac.c.
◆ HAL_DAC_GetState()
return the DAC handle state
- Parameters
-
hdac | pointer to a DAC_HandleTypeDef structure that contains the configuration information for the specified DAC. |
- Return values
-
Definition at line 1034 of file stm32f4xx_hal_dac.c.