#include <timedef.h>
#include <Environment.h>
#include <in430.h>
#include <TimeManage.h>
#include <msp430.h>
Go to the source code of this file.
Defines | |
#define | TICKS_PER_SEC ( 9416 ) |
#define | TIMER_B_LIMIT 0xFFFF |
Functions | |
void | clock_init (void) |
Initializes clock function. | |
__interrupt void | clock_interrupt (void) |
Interrupt handling. | |
UINT32 | clockb (void) |
Determines the processor time used by a program since the program began running. | |
Variables | |
static UINT32 | Clock_ticks |
Carry for software clock. | |
UINT8 | flag_Clock_ticks_carry |
#define TIMER_B_LIMIT 0xFFFF |
void clock_init | ( | void | ) |
Initializes clock function.
Definition at line 84 of file timerB.c.
Referenced by init().
__interrupt void clock_interrupt | ( | void | ) |
UINT32 clockb | ( | void | ) |
Determines the processor time used by a program since the program began running.
Definition at line 60 of file timerB.c.
Referenced by main(), PT_THREAD(), RecepFrame(), serveur_reprog(), and time().
UINT32 Clock_ticks [static] |
Carry for software clock.
Number of clock ticks
Definition at line 42 of file timerB.c.
Referenced by clock_init(), and clockb().
Definition at line 78 of file Bootloader/CONFIG/VG.C.