STM32H735xx HAL User Manual
Functions
Peripheral State functions
CORDIC Exported Functions

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.

Detailed Description

Peripheral State functions.

  ==============================================================================
                      ##### Peripheral State functions #####
  ==============================================================================
    [..]
    This subsection permits to get in run-time the status of the peripheral.


Function Documentation

uint32_t HAL_CORDIC_GetError ( CORDIC_HandleTypeDef hcordic)

Return the CORDIC peripheral error.

Parameters:
hcordicpointer to a CORDIC_HandleTypeDef structure that contains the configuration information for CORDIC module
Note:
The returned error is a bit-map combination of possible errors
Return values:
Errorbit-map

Definition at line 1185 of file stm32h7xx_hal_cordic.c.

References __CORDIC_HandleTypeDef::ErrorCode.

Return the CORDIC handle state.

Parameters:
hcordicpointer to a CORDIC_HandleTypeDef structure that contains the configuration information for CORDIC module
Return values:
HALstate

Definition at line 1172 of file stm32h7xx_hal_cordic.c.

References __CORDIC_HandleTypeDef::State.