📄 busy_eep.c
字号:
#include <p18cxxx.h>
#include <EEP.h>
/********************************************************************
* Function Name: Busy_eep *
* Return Value: None *
* Parameters: None *
* Description: Checks & waits the status of ER bit in *
EECON1 register *
********************************************************************/
#if defined (EEP_V1) || defined (EEP_V2) || defined (EEP_V3)
void Busy_eep ( void )
{
while(EECON1bits.WR);
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -