clockdrv.c

来自「RTEMS (Real-Time Executive for Multiproc」· C语言 代码 · 共 23 行

C
23
字号
/* *  Instantiate the clock driver shell. * *  Since there is no clock source on the simulator, all we do is *  make sure it will build. * *  $Id: clockdrv.c,v 1.1 2000/11/27 16:00:50 joel Exp $ */#define CLOCK_VECTOR 0#define Clock_driver_support_at_tick()#define Clock_driver_support_install_isr( _new, _old ) \  do { _old = 0; } while(0)#define Clock_driver_support_initialize_hardware()#define Clock_driver_support_shutdown_hardware()#include "../../../shared/clockdrv_shell.c"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?