STM32H735xx HAL User Manual
|
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. |
__STATIC_INLINE uint32_t LL_FMAC_IsActiveFlag_OVFL | ( | FMAC_TypeDef * | FMACx | ) |
Check FMAC overflow error flag state.
FMACx | FMAC instance |
uint32_t | State 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.
FMACx | FMAC instance |
uint32_t | State 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.
FMACx | FMAC instance |
uint32_t | State 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.
FMACx | FMAC instance |
uint32_t | State 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.
FMACx | FMAC instance |
uint32_t | State of bit (1 or 0). |
Definition at line 882 of file stm32h7xx_ll_fmac.h.