Searched refs:estconf (Results 1 – 2 of 2) sorted by relevance
1632 static HAL_StatusTypeDef ETHEx_SetESTConfig(ETH_HandleTypeDef *heth, ETH_ESTConfigTypeDef *estconf) in ETHEx_SetESTConfig() argument1637 if (estconf->GCLRegisters.ListLengthRegister > ETH_EST_DEP_MAX) in ETHEx_SetESTConfig()1642 if (estconf->GCLRegisters.opList == NULL) in ETHEx_SetESTConfig()1653 if (HAL_ETHEx_SetGCLConfig(heth, &estconf->GCLRegisters) != HAL_OK) in ETHEx_SetESTConfig()1659 estregval = ((estconf->SwitchToSWOL << 1) | in ETHEx_SetESTConfig()1660 ((uint32_t)estconf->NotDropFramesDuringFrameSizeError << 4) | in ETHEx_SetESTConfig()1661 ((uint32_t)estconf->DropFramesCausingError << 5) | in ETHEx_SetESTConfig()1662 (estconf->LoopCountSchedulingError) | in ETHEx_SetESTConfig()1663 (estconf->TimeIntervalLeftShift << 8) | in ETHEx_SetESTConfig()1664 (estconf->CurrentTimeOffset << 12) | in ETHEx_SetESTConfig()[all …]
700 HAL_StatusTypeDef HAL_ETHEx_SetESTConfig(ETH_HandleTypeDef *heth, ETH_ESTConfigTypeDef *estconf);