コード例 #1
0
ファイル: tasks.c プロジェクト: ogamaras/Embedded-Sistems-Abr
/* List of tasks to be executed @ 2ms, first group */
void TASKS_LIST_2MS_A(void)
{
    vfnCOPWatchdog_Reset();
    vfnSchedulepoint();
}
コード例 #2
0
ファイル: tasks.c プロジェクト: checzz/Sources12345
/* List of tasks to be executed @ 1ms */
void TASKS_LIST_1MS( void )
{
    vfnCheckCommands();
    vfnSchedulepoint();
    vfnCOPWatchdog_Reset();
}