Home
last modified time | relevance | path

Searched refs:InputThreshold (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fmac.c1660 assert_param(IS_FMAC_THRESHOLD(pConfig->InputThreshold)); in FMAC_FilterConfig()
1702 if (pConfig->InputThreshold != FMAC_THRESHOLD_NO_VALUE) in FMAC_FilterConfig()
1705 …assert_param(IS_FMAC_THRESHOLD_APPLICABLE(FMAC_GET_X1_SIZE(hfmac), pConfig->InputThreshold, pConfi… in FMAC_FilterConfig()
1709 ((pConfig->InputThreshold) & FMAC_X1BUFCFG_FULL_WM)); in FMAC_FilterConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_fmac.c1660 assert_param(IS_FMAC_THRESHOLD(pConfig->InputThreshold)); in FMAC_FilterConfig()
1702 if (pConfig->InputThreshold != FMAC_THRESHOLD_NO_VALUE) in FMAC_FilterConfig()
1705 …assert_param(IS_FMAC_THRESHOLD_APPLICABLE(FMAC_GET_X1_SIZE(hfmac), pConfig->InputThreshold, pConfi… in FMAC_FilterConfig()
1709 ((pConfig->InputThreshold) & FMAC_X1BUFCFG_FULL_WM)); in FMAC_FilterConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_fmac.c1661 assert_param(IS_FMAC_THRESHOLD(pConfig->InputThreshold)); in FMAC_FilterConfig()
1703 if (pConfig->InputThreshold != FMAC_THRESHOLD_NO_VALUE) in FMAC_FilterConfig()
1706 …assert_param(IS_FMAC_THRESHOLD_APPLICABLE(FMAC_GET_X1_SIZE(hfmac), pConfig->InputThreshold, pConfi… in FMAC_FilterConfig()
1710 ((pConfig->InputThreshold) & FMAC_X1BUFCFG_FULL_WM)); in FMAC_FilterConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_fmac.c1661 assert_param(IS_FMAC_THRESHOLD(pConfig->InputThreshold)); in FMAC_FilterConfig()
1703 if (pConfig->InputThreshold != FMAC_THRESHOLD_NO_VALUE) in FMAC_FilterConfig()
1706 …assert_param(IS_FMAC_THRESHOLD_APPLICABLE(FMAC_GET_X1_SIZE(hfmac), pConfig->InputThreshold, pConfi… in FMAC_FilterConfig()
1710 ((pConfig->InputThreshold) & FMAC_X1BUFCFG_FULL_WM)); in FMAC_FilterConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fmac.h179 …uint32_t InputThreshold; /*!< Input threshold: the buffer full flag will be s… member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_fmac.h179 …uint32_t InputThreshold; /*!< Input threshold: the buffer full flag will be s… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_fmac.h179 …uint32_t InputThreshold; /*!< Input threshold: the buffer full flag will be s… member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_fmac.h179 …uint32_t InputThreshold; /*!< Input threshold: the buffer full flag will be s… member