STM32H735xx HAL User Manual
Functions
DMA_Management
FMAC Exported Functions

Functions

__STATIC_INLINE void LL_FMAC_EnableDMAReq_WRITE (FMAC_TypeDef *FMACx)
 Enable FMAC DMA write channel request.
__STATIC_INLINE void LL_FMAC_DisableDMAReq_WRITE (FMAC_TypeDef *FMACx)
 Disable FMAC DMA write channel request.
__STATIC_INLINE uint32_t LL_FMAC_IsEnabledDMAReq_WRITE (FMAC_TypeDef *FMACx)
 Check FMAC DMA write channel request state.
__STATIC_INLINE void LL_FMAC_EnableDMAReq_READ (FMAC_TypeDef *FMACx)
 Enable FMAC DMA read channel request.
__STATIC_INLINE void LL_FMAC_DisableDMAReq_READ (FMAC_TypeDef *FMACx)
 Disable FMAC DMA read channel request.
__STATIC_INLINE uint32_t LL_FMAC_IsEnabledDMAReq_READ (FMAC_TypeDef *FMACx)
 Check FMAC DMA read channel request state.

Function Documentation

__STATIC_INLINE void LL_FMAC_DisableDMAReq_READ ( FMAC_TypeDef *  FMACx)

Disable FMAC DMA read channel request.

Reference Manual to LL API cross reference:
CR DMAREN LL_FMAC_DisableDMAReq_READ
Parameters:
FMACxFMAC instance
Return values:
None

Definition at line 635 of file stm32h7xx_ll_fmac.h.

__STATIC_INLINE void LL_FMAC_DisableDMAReq_WRITE ( FMAC_TypeDef *  FMACx)

Disable FMAC DMA write channel request.

Reference Manual to LL API cross reference:
CR DMAWEN LL_FMAC_DisableDMAReq_WRITE
Parameters:
FMACxFMAC instance
Return values:
None

Definition at line 602 of file stm32h7xx_ll_fmac.h.

__STATIC_INLINE void LL_FMAC_EnableDMAReq_READ ( FMAC_TypeDef *  FMACx)

Enable FMAC DMA read channel request.

Reference Manual to LL API cross reference:
CR DMAREN LL_FMAC_EnableDMAReq_READ
Parameters:
FMACxFMAC instance
Return values:
None

Definition at line 624 of file stm32h7xx_ll_fmac.h.

__STATIC_INLINE void LL_FMAC_EnableDMAReq_WRITE ( FMAC_TypeDef *  FMACx)

Enable FMAC DMA write channel request.

Reference Manual to LL API cross reference:
CR DMAWEN LL_FMAC_EnableDMAReq_WRITE
Parameters:
FMACxFMAC instance
Return values:
None

Definition at line 591 of file stm32h7xx_ll_fmac.h.

__STATIC_INLINE uint32_t LL_FMAC_IsEnabledDMAReq_READ ( FMAC_TypeDef *  FMACx)

Check FMAC DMA read channel request state.

Reference Manual to LL API cross reference:
CR DMAREN LL_FMAC_IsEnabledDMAReq_READ
Parameters:
FMACxFMAC instance
Return values:
uint32_tState of bit (1 or 0).

Definition at line 646 of file stm32h7xx_ll_fmac.h.

__STATIC_INLINE uint32_t LL_FMAC_IsEnabledDMAReq_WRITE ( FMAC_TypeDef *  FMACx)

Check FMAC DMA write channel request state.

Reference Manual to LL API cross reference:
CR DMAWEN LL_FMAC_IsEnabledDMAReq_WRITE
Parameters:
FMACxFMAC instance
Return values:
uint32_tState of bit (1 or 0).

Definition at line 613 of file stm32h7xx_ll_fmac.h.