icf->ifc typo
This commit is contained in:
parent
bdc796a8ce
commit
9ff4e76623
6 changed files with 14 additions and 14 deletions
|
@ -23,7 +23,7 @@ typedef struct {
|
|||
} DMAINFO;
|
||||
|
||||
volatile uint32_t* GetIsReg(DMA_TypeDef *dma, uint32_t stream);
|
||||
volatile uint32_t* GetIcfReg(DMA_TypeDef *dma, uint32_t stream);
|
||||
volatile uint32_t* GetIfcReg(DMA_TypeDef *dma, uint32_t stream);
|
||||
uint32_t GetDmeMask(uint32_t stream);
|
||||
uint32_t GetTeMask(uint32_t stream);
|
||||
uint32_t GetHtMask(uint32_t stream);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue