STM32H735xx HAL User Manual
|
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. |
__STATIC_INLINE void LL_FMAC_DisableDMAReq_READ | ( | FMAC_TypeDef * | FMACx | ) |
Disable FMAC DMA read channel request.
FMACx | FMAC instance |
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.
FMACx | FMAC instance |
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.
FMACx | FMAC instance |
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.
FMACx | FMAC instance |
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.
FMACx | FMAC instance |
uint32_t | State 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.
FMACx | FMAC instance |
uint32_t | State of bit (1 or 0). |
Definition at line 613 of file stm32h7xx_ll_fmac.h.