📄 _csl_pscintpendstat.c
字号:
#include <csl_pscAux.h>
#pragma CODE_SECTION (CSL_pscIntPendStat, ".text:csl_section:psc");
CSL_Status CSL_pscIntPendStat(
CSL_PscHandle hPsc,
CSL_PscIntPendRegs *pscIntPendRegs
){
CSL_PscRegsOvly pscRegs = hPsc->regs;
/*Law: Need to add NULL pointer error checking as necessary */
pscIntPendRegs->mdIntPendReg0 = (Uint32) pscRegs->MERRPR0;
pscIntPendRegs->mdIntPendReg1 = (Uint32) pscRegs->MERRPR1;
pscIntPendRegs->pdIntPendReg = (Uint32) pscRegs->PERRPR ;
pscIntPendRegs->pdIntPendEpcReg = (Uint32) pscRegs->EPCPR ;
return (CSL_SOK);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -