This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | ALARM_VARIABLES long alarm_pos=0,alarm_end_pos=MY_HOW_OFTEN_TO_WRITE-1 |
| #define | ALARM_INIT |
| #define | ALARM_END |
| #define | ALARM_TEST (alarm_pos++ >= alarm_end_pos) |
| #define | ALARM_REINIT alarm_end_pos+=MY_HOW_OFTEN_TO_WRITE |
Variables | |
| int volatile | my_have_got_alarm |
| ulong | my_time_to_wait_for_lock |
| #define ALARM_END |
| #define ALARM_INIT |
| #define ALARM_REINIT alarm_end_pos+=MY_HOW_OFTEN_TO_WRITE |
| #define ALARM_TEST (alarm_pos++ >= alarm_end_pos) |
| #define ALARM_VARIABLES long alarm_pos=0,alarm_end_pos=MY_HOW_OFTEN_TO_WRITE-1 |
| int volatile my_have_got_alarm |
Definition at line 92 of file my_static.c.
Definition at line 93 of file my_static.c.
1.4.7

