STM32H735xx HAL User Manual
Functions
IT_Management
CORDIC Exported Functions

Functions

__STATIC_INLINE void LL_CORDIC_EnableIT (CORDIC_TypeDef *CORDICx)
 Enable CORDIC result ready interrupt.
__STATIC_INLINE void LL_CORDIC_DisableIT (CORDIC_TypeDef *CORDICx)
 Disable CORDIC result ready interrupt.
__STATIC_INLINE uint32_t LL_CORDIC_IsEnabledIT (CORDIC_TypeDef *CORDICx)
 Check CORDIC result ready interrupt state.

Function Documentation

__STATIC_INLINE void LL_CORDIC_DisableIT ( CORDIC_TypeDef *  CORDICx)

Disable CORDIC result ready interrupt.

Reference Manual to LL API cross reference:
CSR IEN LL_CORDIC_DisableIT
Parameters:
CORDICxCORDIC Instance
Return values:
None

Definition at line 580 of file stm32h7xx_ll_cordic.h.

__STATIC_INLINE void LL_CORDIC_EnableIT ( CORDIC_TypeDef *  CORDICx)

Enable CORDIC result ready interrupt.

Reference Manual to LL API cross reference:
CSR IEN LL_CORDIC_EnableIT
Parameters:
CORDICxCORDIC Instance
Return values:
None

Definition at line 569 of file stm32h7xx_ll_cordic.h.

__STATIC_INLINE uint32_t LL_CORDIC_IsEnabledIT ( CORDIC_TypeDef *  CORDICx)

Check CORDIC result ready interrupt state.

Reference Manual to LL API cross reference:
CSR IEN LL_CORDIC_IsEnabledIT
Parameters:
CORDICxCORDIC Instance
Return values:
Stateof bit (1 or 0).

Definition at line 591 of file stm32h7xx_ll_cordic.h.