STM32H735xx HAL User Manual
Data Fields
CORDIC_ConfigTypeDef Struct Reference

CORDIC Config Structure definition. More...

#include <stm32h7xx_hal_cordic.h>

Data Fields

uint32_t Function
uint32_t Scale
uint32_t InSize
uint32_t OutSize
uint32_t NbWrite
uint32_t NbRead
uint32_t Precision

Detailed Description

CORDIC Config Structure definition.

Definition at line 102 of file stm32h7xx_hal_cordic.h.


Field Documentation

Function This parameter can be a value of CORDIC Function

Definition at line 104 of file stm32h7xx_hal_cordic.h.

Referenced by HAL_CORDIC_Configure().

Width of input data This parameter can be a value of CORDIC input data size

Definition at line 110 of file stm32h7xx_hal_cordic.h.

Referenced by HAL_CORDIC_Configure().

Number of 32-bit read expected after one calculation This parameter can be a value of CORDIC Number of 32-bit read required after one calculation

Definition at line 119 of file stm32h7xx_hal_cordic.h.

Referenced by HAL_CORDIC_Configure().

Number of 32-bit write expected for one calculation This parameter can be a value of CORDIC Number of 32-bit write required for one calculation

Definition at line 116 of file stm32h7xx_hal_cordic.h.

Referenced by HAL_CORDIC_Configure().

Width of output data This parameter can be a value of CORDIC Results Size

Definition at line 113 of file stm32h7xx_hal_cordic.h.

Referenced by HAL_CORDIC_Configure().

Number of cycles for calculation This parameter can be a value of CORDIC Precision in Cycles Number

Definition at line 122 of file stm32h7xx_hal_cordic.h.

Referenced by HAL_CORDIC_Configure().

Scaling factor This parameter can be a value of CORDIC Scaling factor

Definition at line 107 of file stm32h7xx_hal_cordic.h.

Referenced by HAL_CORDIC_Configure().


The documentation for this struct was generated from the following file: