STM32H735xx HAL User Manual
Defines
FMAC Private Constants
FMAC

Defines

#define MAX_FILTER_DATA_SIZE_TO_HANDLE   ((uint16_t) 0xFFU)
#define MAX_PRELOAD_INDEX   0xFFU
#define PRELOAD_ACCESS_DMA   0x00U
#define PRELOAD_ACCESS_POLLING   0x01U
#define POLLING_DISABLED   0U
#define POLLING_ENABLED   1U
#define POLLING_NOT_STOPPED   0U
#define POLLING_STOPPED   1U
#define HAL_FMAC_TIMEOUT_VALUE   1000U
#define HAL_FMAC_RESET_TIMEOUT_VALUE   500U
#define FMAC_DMA_REN   FMAC_CR_DMAREN
#define FMAC_DMA_WEN   FMAC_CR_DMAWEN
#define FMAC_START   FMAC_PARAM_START

Define Documentation

#define FMAC_DMA_REN   FMAC_CR_DMAREN

Definition at line 246 of file stm32h7xx_hal_fmac.c.

Referenced by HAL_FMAC_FilterStart(), and HAL_FMAC_FilterStop().

#define FMAC_DMA_WEN   FMAC_CR_DMAWEN

Definition at line 248 of file stm32h7xx_hal_fmac.c.

Referenced by HAL_FMAC_FilterStart(), and HAL_FMAC_FilterStop().

#define FMAC_START   FMAC_PARAM_START

Definition at line 250 of file stm32h7xx_hal_fmac.c.

#define HAL_FMAC_RESET_TIMEOUT_VALUE   500U

Definition at line 244 of file stm32h7xx_hal_fmac.c.

Referenced by FMAC_Reset().

#define HAL_FMAC_TIMEOUT_VALUE   1000U

Definition at line 242 of file stm32h7xx_hal_fmac.c.

Referenced by FMAC_FilterConfig(), and FMAC_FilterPreload().

#define MAX_FILTER_DATA_SIZE_TO_HANDLE   ((uint16_t) 0xFFU)

Definition at line 233 of file stm32h7xx_hal_fmac.c.

Referenced by HAL_FMAC_PollFilterData().

#define MAX_PRELOAD_INDEX   0xFFU

Definition at line 234 of file stm32h7xx_hal_fmac.c.

Referenced by FMAC_DMAFilterConfig(), and FMAC_DMAFilterPreload().

#define POLLING_DISABLED   0U

Definition at line 237 of file stm32h7xx_hal_fmac.c.

Referenced by HAL_FMAC_PollFilterData().

#define POLLING_ENABLED   1U

Definition at line 238 of file stm32h7xx_hal_fmac.c.

Referenced by HAL_FMAC_PollFilterData().

#define POLLING_NOT_STOPPED   0U

Definition at line 239 of file stm32h7xx_hal_fmac.c.

Referenced by HAL_FMAC_PollFilterData().

#define POLLING_STOPPED   1U

Definition at line 240 of file stm32h7xx_hal_fmac.c.

Referenced by HAL_FMAC_PollFilterData().

#define PRELOAD_ACCESS_DMA   0x00U

Definition at line 235 of file stm32h7xx_hal_fmac.c.

Referenced by HAL_FMAC_FilterConfig_DMA(), and HAL_FMAC_FilterPreload_DMA().

#define PRELOAD_ACCESS_POLLING   0x01U