hw_timer.h#include <s_services.h>
#include <nios2.h>
hw_timer.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。
ソースコードを見る。
マクロ定義
#define BEFORE_IREQ |
( |
clock |
|
) |
((clock) >= TO_CLOCK(TIC_NUME, TIC_DENO) - GET_TOLERANCE) |
|
#define GET_TOLERANCE 100 |
|
#define INHNO_TIMER TIM_INTLVL |
|
#define MAX_CLOCK ((CLOCK) 0xffffffff) |
|
#define TO_CLOCK |
( |
nume, |
|
|
deno |
|
) |
(TIMER_CLOCK * (nume) / (deno)) |
|
#define TO_USEC |
( |
clock |
|
) |
((clock) * 1000 / TIMER_CLOCK) |
|
型定義
関数
Inline BOOL hw_timer_fetch_interrupt |
( |
void |
|
) |
|
|
Inline CLOCK hw_timer_get_current |
( |
void |
|
) |
|
|
Inline void hw_timer_initialize |
( |
void |
|
) |
|
|
Inline void hw_timer_int_clear |
( |
|
) |
|
|
Inline void hw_timer_terminate |
( |
|
) |
|
|
Copyright © 2006 by TAKAGI Nobuhisa.
このページは Mon Apr 3 23:49:16 2006 に Doxygen によって生成されました。
|
|