STM32H735xx HAL User Manual
Functions
FLAG_Management
FMAC Exported Functions

Functions

__STATIC_INLINE uint32_t LL_FMAC_IsActiveFlag_SAT (FMAC_TypeDef *FMACx)
 Check FMAC saturation error flag state.
__STATIC_INLINE uint32_t LL_FMAC_IsActiveFlag_UNFL (FMAC_TypeDef *FMACx)
 Check FMAC underflow error flag state.
__STATIC_INLINE uint32_t LL_FMAC_IsActiveFlag_OVFL (FMAC_TypeDef *FMACx)
 Check FMAC overflow error flag state.
__STATIC_INLINE uint32_t LL_FMAC_IsActiveFlag_X1FULL (FMAC_TypeDef *FMACx)
 Check FMAC X1 buffer full flag state.
__STATIC_INLINE uint32_t LL_FMAC_IsActiveFlag_YEMPTY (FMAC_TypeDef *FMACx)
 Check FMAC Y buffer empty flag state.

Function Documentation

__STATIC_INLINE uint32_t LL_FMAC_IsActiveFlag_OVFL ( FMAC_TypeDef *  FMACx)

Check FMAC overflow error flag state.

Reference Manual to LL API cross reference:
SR OVFL LL_FMAC_IsActiveFlag_OVFL
Parameters:
FMACxFMAC instance
Return values:
uint32_tState of bit (1 or 0).

Definition at line 860 of file stm32h7xx_ll_fmac.h.

__STATIC_INLINE uint32_t LL_FMAC_IsActiveFlag_SAT ( FMAC_TypeDef *  FMACx)

Check FMAC saturation error flag state.

Reference Manual to LL API cross reference:
SR SAT LL_FMAC_IsActiveFlag_SAT
Parameters:
FMACxFMAC instance
Return values:
uint32_tState of bit (1 or 0).

Definition at line 838 of file stm32h7xx_ll_fmac.h.

__STATIC_INLINE uint32_t LL_FMAC_IsActiveFlag_UNFL ( FMAC_TypeDef *  FMACx)

Check FMAC underflow error flag state.

Reference Manual to LL API cross reference:
SR UNFL LL_FMAC_IsActiveFlag_UNFL
Parameters:
FMACxFMAC instance
Return values:
uint32_tState of bit (1 or 0).

Definition at line 849 of file stm32h7xx_ll_fmac.h.

__STATIC_INLINE uint32_t LL_FMAC_IsActiveFlag_X1FULL ( FMAC_TypeDef *  FMACx)

Check FMAC X1 buffer full flag state.

Reference Manual to LL API cross reference:
SR X1FULL LL_FMAC_IsActiveFlag_X1FULL
Parameters:
FMACxFMAC instance
Return values:
uint32_tState of bit (1 or 0).

Definition at line 871 of file stm32h7xx_ll_fmac.h.

__STATIC_INLINE uint32_t LL_FMAC_IsActiveFlag_YEMPTY ( FMAC_TypeDef *  FMACx)

Check FMAC Y buffer empty flag state.

Reference Manual to LL API cross reference:
SR YEMPTY LL_FMAC_IsActiveFlag_YEMPTY
Parameters:
FMACxFMAC instance
Return values:
uint32_tState of bit (1 or 0).

Definition at line 882 of file stm32h7xx_ll_fmac.h.