ctr_mcu/trunk/renge/renge.h
fujita_ryohei bbac8f6f0f 逐次実行タスクの登録/削除を改良
登録順を守る


git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@67 013db118-44a6-b54f-8bf7-843cb86687b1
2009-12-24 05:59:49 +00:00

33 lines
839 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __renge__
#define __renge__
//******************************************************************************
//******************************************************************************
#include "renge_defs.h"
#include "renge_task_immediate.h"
// #include "renge_task_interval_run.h" // ŠO©ç­<E280B9>§N“®ÖŽ~<7E>I
//******************************************************************************
void renge_init();
void renge_task_immed_init();
err renge_task_immed_run();
err renge_task_immed_add( task_immed );
// static err renge_task_immed_del( u8 );
void wait_ms( u8 );
//******************************************************************************
err renge_task_interval_run();
extern bit renge_task_interval_run_force;
extern bit renge_flg_interval;
extern u8 system_time;
#endif