Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fmac.h275 #define FMAC_FUNC_LOAD_Y (FMAC_PARAM_FUNC_1 | FMAC_PARAM_FUNC_0) /*!< Load Y b… macro
510 … ((__FUNCTION__) == FMAC_FUNC_LOAD_Y) || \
521 ((__FUNCTION__) == FMAC_FUNC_LOAD_Y))
529 ((__FUNCTION__) == FMAC_FUNC_LOAD_Y))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_fmac.h275 #define FMAC_FUNC_LOAD_Y (FMAC_PARAM_FUNC_1 | FMAC_PARAM_FUNC_0) /*!< Load Y b… macro
510 … ((__FUNCTION__) == FMAC_FUNC_LOAD_Y) || \
521 ((__FUNCTION__) == FMAC_FUNC_LOAD_Y))
529 ((__FUNCTION__) == FMAC_FUNC_LOAD_Y))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_fmac.h275 #define FMAC_FUNC_LOAD_Y (FMAC_PARAM_FUNC_1 | FMAC_PARAM_FUNC_0) /*!< Load Y b… macro
510 … ((__FUNCTION__) == FMAC_FUNC_LOAD_Y) || \
521 ((__FUNCTION__) == FMAC_FUNC_LOAD_Y))
529 ((__FUNCTION__) == FMAC_FUNC_LOAD_Y))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_fmac.h275 #define FMAC_FUNC_LOAD_Y (FMAC_PARAM_FUNC_1 | FMAC_PARAM_FUNC_0) /*!< Load Y b… macro
510 … ((__FUNCTION__) == FMAC_FUNC_LOAD_Y) || \
521 ((__FUNCTION__) == FMAC_FUNC_LOAD_Y))
529 ((__FUNCTION__) == FMAC_FUNC_LOAD_Y))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fmac.c1946 (((uint32_t)OutputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_FilterPreload()
2453 …(((uint32_t)(hfmac->InputCurrentSize) << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_DMAFilterPreload()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_fmac.c1946 (((uint32_t)OutputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_FilterPreload()
2453 …(((uint32_t)(hfmac->InputCurrentSize) << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_DMAFilterPreload()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_fmac.c2000 (((uint32_t)OutputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_FilterPreload()
2620 …(((uint32_t)(hfmac->InputCurrentSize) << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_DMAFilterPreload()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_fmac.c2000 (((uint32_t)OutputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_FilterPreload()
2620 …(((uint32_t)(hfmac->InputCurrentSize) << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_DMAFilterPreload()