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

@ -131,9 +131,15 @@
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/** @addtogroup SDRAM_Private_Functions SDRAM Private Functions
* @{
*/
static void SDRAM_DMACplt(MDMA_HandleTypeDef *hmdma);
static void SDRAM_DMACpltProt(MDMA_HandleTypeDef *hmdma);
static void SDRAM_DMAError(MDMA_HandleTypeDef *hmdma);
/**
* @}
*/
/* Exported functions --------------------------------------------------------*/
/** @defgroup SDRAM_Exported_Functions SDRAM Exported Functions
@ -1231,6 +1237,9 @@ HAL_SDRAM_StateTypeDef HAL_SDRAM_GetState(SDRAM_HandleTypeDef *hsdram)
* @}
*/
/** @addtogroup SDRAM_Private_Functions SDRAM Private Functions
* @{
*/
/**
* @brief MDMA SDRAM process complete callback.
* @param hmdma : MDMA handle
@ -1297,6 +1306,9 @@ static void SDRAM_DMAError(MDMA_HandleTypeDef *hmdma)
#endif /* USE_HAL_SDRAM_REGISTER_CALLBACKS */
}
/**
* @}
*/
/**
* @}
*/