Home
last modified time | relevance | path

Searched refs:FMAC_PARAM_START (Results 1 – 25 of 42) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fmac.c248 #define FMAC_START FMAC_PARAM_START
305 ((((__HANDLE__)->Instance->PARAM) & (FMAC_PARAM_START)) >> (FMAC_PARAM_START_Pos))
1211 CLEAR_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START); in HAL_FMAC_FilterStop()
1769 hfmac->FilterParam = (FMAC_PARAM_START | pConfig->Filter | \ in FMAC_FilterConfig()
1794 FMAC_FUNC_LOAD_X2 | FMAC_PARAM_START)); in FMAC_FilterConfig()
1910 (((uint32_t)InputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_X1 | FMAC_PARAM_START)); in FMAC_FilterPreload()
1946 (((uint32_t)OutputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_FilterPreload()
2037 while (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) != 0U) in FMAC_WaitOnStartUntilTimeout()
2385 if (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) == 0U) in FMAC_DMAFilterConfig()
2392 if (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) != 0U) in FMAC_DMAFilterConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_fmac.c248 #define FMAC_START FMAC_PARAM_START
305 ((((__HANDLE__)->Instance->PARAM) & (FMAC_PARAM_START)) >> (FMAC_PARAM_START_Pos))
1211 CLEAR_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START); in HAL_FMAC_FilterStop()
1769 hfmac->FilterParam = (FMAC_PARAM_START | pConfig->Filter | \ in FMAC_FilterConfig()
1794 FMAC_FUNC_LOAD_X2 | FMAC_PARAM_START)); in FMAC_FilterConfig()
1910 (((uint32_t)InputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_X1 | FMAC_PARAM_START)); in FMAC_FilterPreload()
1946 (((uint32_t)OutputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_FilterPreload()
2037 while (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) != 0U) in FMAC_WaitOnStartUntilTimeout()
2385 if (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) == 0U) in FMAC_DMAFilterConfig()
2392 if (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) != 0U) in FMAC_DMAFilterConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_fmac.c248 #define FMAC_START FMAC_PARAM_START
305 ((((__HANDLE__)->Instance->PARAM) & (FMAC_PARAM_START)) >> (FMAC_PARAM_START_Pos))
1211 CLEAR_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START); in HAL_FMAC_FilterStop()
1770 hfmac->FilterParam = (FMAC_PARAM_START | pConfig->Filter | \ in FMAC_FilterConfig()
1795 FMAC_FUNC_LOAD_X2 | FMAC_PARAM_START)); in FMAC_FilterConfig()
1940 (((uint32_t)InputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_X1 | FMAC_PARAM_START)); in FMAC_FilterPreload()
2000 (((uint32_t)OutputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_FilterPreload()
2115 while (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) != 0U) in FMAC_WaitOnStartUntilTimeout()
2551 if (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) == 0U) in FMAC_DMAFilterConfig()
2558 if (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) != 0U) in FMAC_DMAFilterConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_fmac.c248 #define FMAC_START FMAC_PARAM_START
305 ((((__HANDLE__)->Instance->PARAM) & (FMAC_PARAM_START)) >> (FMAC_PARAM_START_Pos))
1211 CLEAR_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START); in HAL_FMAC_FilterStop()
1770 hfmac->FilterParam = (FMAC_PARAM_START | pConfig->Filter | \ in FMAC_FilterConfig()
1795 FMAC_FUNC_LOAD_X2 | FMAC_PARAM_START)); in FMAC_FilterConfig()
1940 (((uint32_t)InputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_X1 | FMAC_PARAM_START)); in FMAC_FilterPreload()
2000 (((uint32_t)OutputSize << FMAC_PARAM_P_Pos) | FMAC_FUNC_LOAD_Y | FMAC_PARAM_START)); in FMAC_FilterPreload()
2115 while (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) != 0U) in FMAC_WaitOnStartUntilTimeout()
2551 if (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) == 0U) in FMAC_DMAFilterConfig()
2558 if (READ_BIT(hfmac->Instance->PARAM, FMAC_PARAM_START) != 0U) in FMAC_DMAFilterConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_fmac.h378 SET_BIT(FMACx->PARAM, FMAC_PARAM_START); in LL_FMAC_EnableStart()
389 CLEAR_BIT(FMACx->PARAM, FMAC_PARAM_START); in LL_FMAC_DisableStart()
400 return ((READ_BIT(FMACx->PARAM, FMAC_PARAM_START) == (FMAC_PARAM_START)) ? 1UL : 0UL); in LL_FMAC_IsEnabledStart()
1024 …MODIFY_REG(FMACx->PARAM, FMAC_PARAM_START | FMAC_PARAM_FUNC | FMAC_PARAM_P | FMAC_PARAM_Q | FMAC_P… in LL_FMAC_ConfigFunc()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_fmac.h378 SET_BIT(FMACx->PARAM, FMAC_PARAM_START); in LL_FMAC_EnableStart()
389 CLEAR_BIT(FMACx->PARAM, FMAC_PARAM_START); in LL_FMAC_DisableStart()
400 return ((READ_BIT(FMACx->PARAM, FMAC_PARAM_START) == (FMAC_PARAM_START)) ? 1UL : 0UL); in LL_FMAC_IsEnabledStart()
1024 …MODIFY_REG(FMACx->PARAM, FMAC_PARAM_START | FMAC_PARAM_FUNC | FMAC_PARAM_P | FMAC_PARAM_Q | FMAC_P… in LL_FMAC_ConfigFunc()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_fmac.h378 SET_BIT(FMACx->PARAM, FMAC_PARAM_START); in LL_FMAC_EnableStart()
389 CLEAR_BIT(FMACx->PARAM, FMAC_PARAM_START); in LL_FMAC_DisableStart()
400 return ((READ_BIT(FMACx->PARAM, FMAC_PARAM_START) == (FMAC_PARAM_START)) ? 1UL : 0UL); in LL_FMAC_IsEnabledStart()
1024 …MODIFY_REG(FMACx->PARAM, FMAC_PARAM_START | FMAC_PARAM_FUNC | FMAC_PARAM_P | FMAC_PARAM_Q | FMAC_P… in LL_FMAC_ConfigFunc()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_fmac.h378 SET_BIT(FMACx->PARAM, FMAC_PARAM_START); in LL_FMAC_EnableStart()
389 CLEAR_BIT(FMACx->PARAM, FMAC_PARAM_START); in LL_FMAC_DisableStart()
400 return ((READ_BIT(FMACx->PARAM, FMAC_PARAM_START) == (FMAC_PARAM_START)) ? 1UL : 0UL); in LL_FMAC_IsEnabledStart()
1024 …MODIFY_REG(FMACx->PARAM, FMAC_PARAM_START | FMAC_PARAM_FUNC | FMAC_PARAM_P | FMAC_PARAM_Q | FMAC_P… in LL_FMAC_ConfigFunc()
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h4787 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32g411xc.h4952 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32g441xx.h5135 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32gbk1cb.h4900 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32g431xx.h4914 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32g4a1xx.h5299 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32g491xx.h5078 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32g473xx.h5284 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32g471xx.h5149 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32g483xx.h5505 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32g414xx.h5383 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32g474xx.h5417 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
Dstm32g484xx.h5638 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable executio… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h8348 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable exe… macro
Dstm32u535xx.h7948 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable exe… macro
Dstm32u575xx.h8621 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable exe… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h562xx.h8162 #define FMAC_PARAM_START FMAC_PARAM_START_Msk /*!< Enable exe… macro

12