icf->ifc typo

This commit is contained in:
Attila Body 2019-11-04 15:14:45 +01:00
parent bdc796a8ce
commit 9ff4e76623
6 changed files with 14 additions and 14 deletions

View file

@ -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);