Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_fmac.c903 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_DMA) in HAL_FMAC_FilterStart()
907 else if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_IT) in HAL_FMAC_FilterStart()
985 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_NONE) in HAL_FMAC_AppendFilterData()
1099 if ((hfmac->InputAccess == FMAC_BUFFER_ACCESS_POLLING) && (hfmac->pInput != NULL)) in HAL_FMAC_PollFilterData()
1217 if ((hfmac->InputAccess == FMAC_BUFFER_ACCESS_IT) && (hfmac->pInput != NULL)) in HAL_FMAC_FilterStop()
1227 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_DMA) in HAL_FMAC_FilterStop()
1662 assert_param(IS_FMAC_BUFFER_ACCESS(pConfig->InputAccess)); in FMAC_FilterConfig()
1705 …FMAC_THRESHOLD_APPLICABLE(FMAC_GET_X1_SIZE(hfmac), pConfig->InputThreshold, pConfig->InputAccess)); in FMAC_FilterConfig()
1747 …if ((pConfig->InputAccess == FMAC_BUFFER_ACCESS_DMA) || (pConfig->InputAccess == FMAC_BUFFER_ACC… in FMAC_FilterConfig()
1757 hfmac->InputAccess = pConfig->InputAccess; in FMAC_FilterConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_fmac.c903 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_DMA) in HAL_FMAC_FilterStart()
907 else if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_IT) in HAL_FMAC_FilterStart()
985 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_NONE) in HAL_FMAC_AppendFilterData()
1099 if ((hfmac->InputAccess == FMAC_BUFFER_ACCESS_POLLING) && (hfmac->pInput != NULL)) in HAL_FMAC_PollFilterData()
1217 if ((hfmac->InputAccess == FMAC_BUFFER_ACCESS_IT) && (hfmac->pInput != NULL)) in HAL_FMAC_FilterStop()
1227 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_DMA) in HAL_FMAC_FilterStop()
1662 assert_param(IS_FMAC_BUFFER_ACCESS(pConfig->InputAccess)); in FMAC_FilterConfig()
1705 …FMAC_THRESHOLD_APPLICABLE(FMAC_GET_X1_SIZE(hfmac), pConfig->InputThreshold, pConfig->InputAccess)); in FMAC_FilterConfig()
1747 …if ((pConfig->InputAccess == FMAC_BUFFER_ACCESS_DMA) || (pConfig->InputAccess == FMAC_BUFFER_ACC… in FMAC_FilterConfig()
1757 hfmac->InputAccess = pConfig->InputAccess; in FMAC_FilterConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_fmac.c903 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_DMA) in HAL_FMAC_FilterStart()
907 else if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_IT) in HAL_FMAC_FilterStart()
985 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_NONE) in HAL_FMAC_AppendFilterData()
1099 if ((hfmac->InputAccess == FMAC_BUFFER_ACCESS_POLLING) && (hfmac->pInput != NULL)) in HAL_FMAC_PollFilterData()
1217 if ((hfmac->InputAccess == FMAC_BUFFER_ACCESS_IT) && (hfmac->pInput != NULL)) in HAL_FMAC_FilterStop()
1227 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_DMA) in HAL_FMAC_FilterStop()
1663 assert_param(IS_FMAC_BUFFER_ACCESS(pConfig->InputAccess)); in FMAC_FilterConfig()
1706 …FMAC_THRESHOLD_APPLICABLE(FMAC_GET_X1_SIZE(hfmac), pConfig->InputThreshold, pConfig->InputAccess)); in FMAC_FilterConfig()
1748 …if ((pConfig->InputAccess == FMAC_BUFFER_ACCESS_DMA) || (pConfig->InputAccess == FMAC_BUFFER_ACC… in FMAC_FilterConfig()
1758 hfmac->InputAccess = pConfig->InputAccess; in FMAC_FilterConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_fmac.c903 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_DMA) in HAL_FMAC_FilterStart()
907 else if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_IT) in HAL_FMAC_FilterStart()
985 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_NONE) in HAL_FMAC_AppendFilterData()
1099 if ((hfmac->InputAccess == FMAC_BUFFER_ACCESS_POLLING) && (hfmac->pInput != NULL)) in HAL_FMAC_PollFilterData()
1217 if ((hfmac->InputAccess == FMAC_BUFFER_ACCESS_IT) && (hfmac->pInput != NULL)) in HAL_FMAC_FilterStop()
1227 if (hfmac->InputAccess == FMAC_BUFFER_ACCESS_DMA) in HAL_FMAC_FilterStop()
1663 assert_param(IS_FMAC_BUFFER_ACCESS(pConfig->InputAccess)); in FMAC_FilterConfig()
1706 …FMAC_THRESHOLD_APPLICABLE(FMAC_GET_X1_SIZE(hfmac), pConfig->InputThreshold, pConfig->InputAccess)); in FMAC_FilterConfig()
1748 …if ((pConfig->InputAccess == FMAC_BUFFER_ACCESS_DMA) || (pConfig->InputAccess == FMAC_BUFFER_ACC… in FMAC_FilterConfig()
1758 hfmac->InputAccess = pConfig->InputAccess; in FMAC_FilterConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_fmac.h72 …uint8_t InputAccess; /*!< Access to the input buffer (internal memory are… member
217 …uint8_t InputAccess; /*!< Access to the input buffer (internal memory are… member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_fmac.h72 …uint8_t InputAccess; /*!< Access to the input buffer (internal memory are… member
217 …uint8_t InputAccess; /*!< Access to the input buffer (internal memory are… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_fmac.h72 …uint8_t InputAccess; /*!< Access to the input buffer (internal memory are… member
217 …uint8_t InputAccess; /*!< Access to the input buffer (internal memory are… member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_fmac.h72 …uint8_t InputAccess; /*!< Access to the input buffer (internal memory are… member
217 …uint8_t InputAccess; /*!< Access to the input buffer (internal memory are… member