Convert Libraries format
This commit is contained in:
parent
c178d61947
commit
ffd8662d7a
|
@ -21,7 +21,7 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
//============== <EFBFBD>汾 EK V1.0 20190818 ==============//
|
||||
//============== 锟芥本 EK V1.0 20190818 ==============//
|
||||
|
||||
|
||||
#define T_SRAM_BASE 0X20000000
|
||||
|
|
|
@ -480,7 +480,7 @@ ITStatus DMA_GetITStatus(uint32_t DMA_IT)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Clears the DMAy Channelx’s interrupt pending bits.
|
||||
* @brief Clears the DMAy Channelx’s interrupt pending bits.
|
||||
* @param DMA_IT: specifies the DMA interrupt pending bit to clear.
|
||||
* This parameter can be any combination (for the same DMA) of
|
||||
* the following values:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2006-2018, RT-Thread Development Team
|
||||
* Copyright (c) 2006-2021, RT-Thread Development Team
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue