Searched refs:FMAC_GET_Y_SIZE (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_fmac.c | 288 #define FMAC_GET_Y_SIZE(__HANDLE__) \ macro 1434 FMAC_ReadDataIncrementPtr(hfmac, (uint16_t)FMAC_GET_Y_SIZE(hfmac)); in HAL_FMAC_IRQHandler() 1735 …assert_param(IS_FMAC_THRESHOLD_APPLICABLE(FMAC_GET_Y_SIZE(hfmac), pConfig->OutputThreshold, pConfi… in FMAC_FilterConfig() 1888 if ((OutputSize > FMAC_GET_Y_SIZE(hfmac)) && (pOutput != NULL)) in FMAC_FilterPreload()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_fmac.c | 288 #define FMAC_GET_Y_SIZE(__HANDLE__) \ macro 1434 FMAC_ReadDataIncrementPtr(hfmac, (uint16_t)FMAC_GET_Y_SIZE(hfmac)); in HAL_FMAC_IRQHandler() 1735 …assert_param(IS_FMAC_THRESHOLD_APPLICABLE(FMAC_GET_Y_SIZE(hfmac), pConfig->OutputThreshold, pConfi… in FMAC_FilterConfig() 1888 if ((OutputSize > FMAC_GET_Y_SIZE(hfmac)) && (pOutput != NULL)) in FMAC_FilterPreload()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_fmac.c | 288 #define FMAC_GET_Y_SIZE(__HANDLE__) \ macro 1434 FMAC_ReadDataIncrementPtr(hfmac, (uint16_t)FMAC_GET_Y_SIZE(hfmac)); in HAL_FMAC_IRQHandler() 1736 …assert_param(IS_FMAC_THRESHOLD_APPLICABLE(FMAC_GET_Y_SIZE(hfmac), pConfig->OutputThreshold, pConfi… in FMAC_FilterConfig() 1918 if ((OutputSize > FMAC_GET_Y_SIZE(hfmac)) && (pOutput != NULL)) in FMAC_FilterPreload()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_fmac.c | 288 #define FMAC_GET_Y_SIZE(__HANDLE__) \ macro 1434 FMAC_ReadDataIncrementPtr(hfmac, (uint16_t)FMAC_GET_Y_SIZE(hfmac)); in HAL_FMAC_IRQHandler() 1736 …assert_param(IS_FMAC_THRESHOLD_APPLICABLE(FMAC_GET_Y_SIZE(hfmac), pConfig->OutputThreshold, pConfi… in FMAC_FilterConfig() 1918 if ((OutputSize > FMAC_GET_Y_SIZE(hfmac)) && (pOutput != NULL)) in FMAC_FilterPreload()
|