STM32H735xx HAL User Manual
|
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. |
__STATIC_INLINE void LL_CORDIC_DisableIT | ( | CORDIC_TypeDef * | CORDICx | ) |
Disable CORDIC result ready interrupt.
CORDICx | CORDIC Instance |
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.
CORDICx | CORDIC Instance |
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.
CORDICx | CORDIC Instance |
State | of bit (1 or 0). |
Definition at line 591 of file stm32h7xx_ll_cordic.h.