Use AzureRTOS ThreadX
This commit is contained in:
@ -106,6 +106,9 @@
|
||||
#ifdef HAL_DMA_MODULE_ENABLED
|
||||
|
||||
/* Private types -------------------------------------------------------------*/
|
||||
/** @addtogroup DMA_Private_Types
|
||||
* @{
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
__IO uint32_t ISR; /*!< DMA interrupt status register */
|
||||
@ -118,6 +121,9 @@ typedef struct
|
||||
__IO uint32_t ISR; /*!< BDMA interrupt status register */
|
||||
__IO uint32_t IFCR; /*!< BDMA interrupt flag clear register */
|
||||
} BDMA_Base_Registers;
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
/* Private constants ---------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user