STM32H735xx HAL User Manual
|
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. |
__STATIC_INLINE uint16_t LL_FMAC_ReadData | ( | FMAC_TypeDef * | FMACx | ) |
Return 16-bit output data of FMAC processing.
FMACx | FMAC instance |
uint16_t | 16-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.
FMACx | FMAC instance |
InData | 16-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. |
None |
Definition at line 903 of file stm32h7xx_ll_fmac.h.