|
STM32H735xx HAL User Manual
|
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. | |
| __STATIC_INLINE uint32_t LL_CORDIC_ReadData | ( | CORDIC_TypeDef * | CORDICx | ) |
Return 32-bit output data of CORDIC processing.
| CORDICx | CORDIC Instance |
| 32-bit | output 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.
| CORDICx | CORDIC Instance |
| InData | 0 .. 0xFFFFFFFF : 32-bit value to be provided as input data for CORDIC processing. |
| None |
Definition at line 732 of file stm32h7xx_ll_cordic.h.
1.7.6.1