STM32H735xx HAL User Manual
|
Peripheral State functions. More...
Functions | |
HAL_CORDIC_StateTypeDef | HAL_CORDIC_GetState (CORDIC_HandleTypeDef *hcordic) |
Return the CORDIC handle state. | |
uint32_t | HAL_CORDIC_GetError (CORDIC_HandleTypeDef *hcordic) |
Return the CORDIC peripheral error. |
Peripheral State functions.
============================================================================== ##### Peripheral State functions ##### ============================================================================== [..] This subsection permits to get in run-time the status of the peripheral.
uint32_t HAL_CORDIC_GetError | ( | CORDIC_HandleTypeDef * | hcordic | ) |
Return the CORDIC peripheral error.
hcordic | pointer to a CORDIC_HandleTypeDef structure that contains the configuration information for CORDIC module |
Error | bit-map |
Definition at line 1185 of file stm32h7xx_hal_cordic.c.
References __CORDIC_HandleTypeDef::ErrorCode.
Return the CORDIC handle state.
hcordic | pointer to a CORDIC_HandleTypeDef structure that contains the configuration information for CORDIC module |
HAL | state |
Definition at line 1172 of file stm32h7xx_hal_cordic.c.
References __CORDIC_HandleTypeDef::State.