Searched refs:HAL_FMAC_ERROR_NONE (Results 1 – 8 of 8) sorted by relevance
435 hfmac->ErrorCode = HAL_FMAC_ERROR_NONE; in HAL_FMAC_Init()466 hfmac->ErrorCode = HAL_FMAC_ERROR_NONE; in HAL_FMAC_DeInit()1501 if (hfmac->ErrorCode != HAL_FMAC_ERROR_NONE) in HAL_FMAC_IRQHandler()1598 hfmac->ErrorCode = HAL_FMAC_ERROR_NONE; in FMAC_Reset()1995 if (hfmac->ErrorCode == HAL_FMAC_ERROR_NONE) in FMAC_FilterPreload()2479 if (hfmac->ErrorCode == HAL_FMAC_ERROR_NONE) in FMAC_DMAFilterPreload()
435 hfmac->ErrorCode = HAL_FMAC_ERROR_NONE; in HAL_FMAC_Init()466 hfmac->ErrorCode = HAL_FMAC_ERROR_NONE; in HAL_FMAC_DeInit()1501 if (hfmac->ErrorCode != HAL_FMAC_ERROR_NONE) in HAL_FMAC_IRQHandler()1598 hfmac->ErrorCode = HAL_FMAC_ERROR_NONE; in FMAC_Reset()2073 if (hfmac->ErrorCode == HAL_FMAC_ERROR_NONE) in FMAC_FilterPreload()2671 if (hfmac->ErrorCode == HAL_FMAC_ERROR_NONE) in FMAC_DMAFilterPreload()
254 #define HAL_FMAC_ERROR_NONE 0x00000000U /*!< No error */ macro