Use AzureRTOS ThreadX

This commit is contained in:
2023-03-05 21:24:12 +01:00
parent f92a5ff28d
commit 2cadbff590
419 changed files with 89874 additions and 19575 deletions

View File

@ -219,10 +219,6 @@ HAL_StatusTypeDef HAL_RAMECC_DeInit (RAMECC_HandleTypeDef *hramecc)
* @}
*/
/**
* @}
*/
/** @addtogroup RAMECC_Exported_Functions_Group2
*
@verbatim
@ -501,7 +497,9 @@ void HAL_RAMECC_IRQHandler (RAMECC_HandleTypeDef *hramecc)
hramecc->DetectErrorCallback(hramecc);
}
}
/**
* @}
*/
/** @addtogroup RAMECC_Exported_Functions_Group3
*
@ -668,19 +666,14 @@ uint32_t HAL_RAMECC_GetError (RAMECC_HandleTypeDef *hramecc)
/* Return the RAMECC error code */
return hramecc->ErrorCode;
}
/**
* @}
*/
/**
* @}
*/
#endif /* HAL_RAMECC_MODULE_ENABLED */
/**
* @}
*/
/**
* @}
*/
/**
* @}
*/