Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
Peripheral State and Errors functions
[DAC Exported Functions]
Peripheral State and Errors functions. More...
Functions | |
HAL_DAC_StateTypeDef | HAL_DAC_GetState (DAC_HandleTypeDef *hdac) |
return the DAC handle state | |
uint32_t | HAL_DAC_GetError (DAC_HandleTypeDef *hdac) |
Return the DAC error code. |
Detailed Description
Peripheral State and Errors functions.
============================================================================== ##### Peripheral State and Errors functions ##### ============================================================================== [..] This subsection provides functions allowing to (+) Check the DAC state. (+) Check the DAC Errors.
Function Documentation
uint32_t HAL_DAC_GetError | ( | DAC_HandleTypeDef * | hdac ) |
Return the DAC error code.
- Parameters:
-
hdac,: pointer to a DAC_HandleTypeDef structure that contains the configuration information for the specified DAC.
- Return values:
-
DAC Error Code
Definition at line 1106 of file stm32l4xx_hal_dac.c.
HAL_DAC_StateTypeDef HAL_DAC_GetState | ( | DAC_HandleTypeDef * | hdac ) |
return the DAC handle state
- Parameters:
-
hdac,: pointer to a DAC_HandleTypeDef structure that contains the configuration information for the specified DAC.
- Return values:
-
HAL state
Definition at line 1093 of file stm32l4xx_hal_dac.c.
Generated on Tue Jul 12 2022 17:38:53 by
