STM32H735xx HAL User Manual
Functions
Data_Management
FMAC Exported Functions

Functions

__STATIC_INLINE void LL_FMAC_WriteData (FMAC_TypeDef *FMACx, uint16_t InData)
 Write 16-bit input data for the FMAC processing.
__STATIC_INLINE uint16_t LL_FMAC_ReadData (FMAC_TypeDef *FMACx)
 Return 16-bit output data of FMAC processing.

Function Documentation

__STATIC_INLINE uint16_t LL_FMAC_ReadData ( FMAC_TypeDef *  FMACx)

Return 16-bit output data of FMAC processing.

Reference Manual to LL API cross reference:
RDATA RDATA LL_FMAC_ReadData
Parameters:
FMACxFMAC instance
Return values:
uint16_t16-bit output data of FMAC processing (value between Min_Data=0x0000 and Max_Data=0xFFFF).

Definition at line 914 of file stm32h7xx_ll_fmac.h.

__STATIC_INLINE void LL_FMAC_WriteData ( FMAC_TypeDef *  FMACx,
uint16_t  InData 
)

Write 16-bit input data for the FMAC processing.

Reference Manual to LL API cross reference:
WDATA WDATA LL_FMAC_WriteData
Parameters:
FMACxFMAC instance
InData16-bit value to be provided as input data for FMAC processing. This parameter must be a number between Min_Data=0x0000 and Max_Data=0xFFFF.
Return values:
None

Definition at line 903 of file stm32h7xx_ll_fmac.h.