STM32H735xx HAL User Manual
Functions
Data_Management
CORDIC Exported Functions

Functions

__STATIC_INLINE void LL_CORDIC_WriteData (CORDIC_TypeDef *CORDICx, uint32_t InData)
 Write 32-bit input data for the CORDIC processing.
__STATIC_INLINE uint32_t LL_CORDIC_ReadData (CORDIC_TypeDef *CORDICx)
 Return 32-bit output data of CORDIC processing.

Function Documentation

__STATIC_INLINE uint32_t LL_CORDIC_ReadData ( CORDIC_TypeDef *  CORDICx)

Return 32-bit output data of CORDIC processing.

Reference Manual to LL API cross reference:
RDATA RES LL_CORDIC_ReadData
Parameters:
CORDICxCORDIC Instance
Return values:
32-bitoutput data of CORDIC processing.

Definition at line 743 of file stm32h7xx_ll_cordic.h.

__STATIC_INLINE void LL_CORDIC_WriteData ( CORDIC_TypeDef *  CORDICx,
uint32_t  InData 
)

Write 32-bit input data for the CORDIC processing.

Reference Manual to LL API cross reference:
WDATA ARG LL_CORDIC_WriteData
Parameters:
CORDICxCORDIC Instance
InData0 .. 0xFFFFFFFF : 32-bit value to be provided as input data for CORDIC processing.
Return values:
None

Definition at line 732 of file stm32h7xx_ll_cordic.h.