STM32G474xx HAL用户手册
函数
IT_Management
CORDIC导出函数

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 (const 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 578 of file stm32g4xx_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 567 of file stm32g4xx_ll_cordic.h.

__STATIC_INLINE uint32_t LL_CORDIC_IsEnabledIT ( const 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 589 of file stm32g4xx_ll_cordic.h.