📄 adviocfg.h
字号:
// ATAIOCFG.H - ADVDRVR Configuration file
// Use these #define values to determine what functions are
// included in ADVDRVR for you application.
//---------------------------------------------------------
#define ADVIO_INCL_ATAPI_PIO 1 // not 0 to include ATAPI PIO
#define ADVIO_INCL_ATAPI_DMA 1 // not 0 to inlucde ATAPI DMA
//---------------------------------------------------------
// The following are used to define a 'yield' function for
// multi-thread programs that use ATADRVR. See the file ATAIOPIC.C.
#define ADVIO_INCL_MULTI_THREAD 0 // not 0 for multi-thread support
// the following are not used when ADVIO_INCL_MULIT_THREAD is 0.
#define ADVIO_DEFINE_YIELD extern void Yield( void )
#define ADVIO_CALL_YIELD Yield()
//---------------------------------------------------------
// end adviocfg.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -