📄 dmaramaddress.c
字号:
#include "dma.h"
#ifdef _DMA0IF
/*********************************************************************
* Function Name : DMARAMAddress
* Description : This function returns the recent DMA RAM address
accessed by DMA controller bits.
* Parameters : None
* Return Value : unsigned int
*********************************************************************/
unsigned int DMARAMAddress(void)
{
return (DSADR); /* returns the DSADR register contents */
}
#else
#warning "Does not build on this target"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -