STM32H735xx HAL User Manual
|
Watermark defines that can be used for buffer full (input) or buffer empty (output) More...
Defines | |
#define | LL_FMAC_WM_0_THRESHOLD_1 0x00000000U |
#define | LL_FMAC_WM_1_THRESHOLD_2 0x01000000U |
#define | LL_FMAC_WM_2_THRESHOLD_4 0x02000000U |
#define | LL_FMAC_WM_3_THRESHOLD_8 0x03000000U |
Watermark defines that can be used for buffer full (input) or buffer empty (output)
#define LL_FMAC_WM_0_THRESHOLD_1 0x00000000U |
Buffer full/empty flag set if there is less than 1 free/unread space.
Definition at line 77 of file stm32h7xx_ll_fmac.h.
#define LL_FMAC_WM_1_THRESHOLD_2 0x01000000U |
Buffer full/empty flag set if there are less than 2 free/unread spaces.
Definition at line 78 of file stm32h7xx_ll_fmac.h.
#define LL_FMAC_WM_2_THRESHOLD_4 0x02000000U |
Buffer full/empty flag set if there are less than 4 free/unread spaces.
Definition at line 79 of file stm32h7xx_ll_fmac.h.
#define LL_FMAC_WM_3_THRESHOLD_8 0x03000000U |
Buffer full/empty flag set if there are less than 8 free/empty spaces.
Definition at line 80 of file stm32h7xx_ll_fmac.h.