ctr_mcu/branches/1.05(sdk_0_12)/renge/renge.h

30 lines
821 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_status_immed* );
// static err renge_task_immed_del( u8 );
//******************************************************************************
err renge_task_interval_run();
extern bit renge_task_interval_run_force;
extern u8 renge_flg_interval;
extern u8 system_time;
#endif