EE445M RTOS
Taken at the University of Texas Spring 2015
timer.c
Go to the documentation of this file.
1 
7 void %sA_Handler(void) {
8 
10  notification_init(int, 1);
11  timer_metadata_init(%s_BASE, NULL, NULL, NULL);
12  hw_notify(HW_TIMER, timer_metadata, note);
13 }
void hw_notify(HW_TYPE type, hw_metadata metadata, notification note)
Definition: hardware.c:149
#define notification_init(_type, _value)
Definition: notify.h:45
#define TIMER_TIMA_TIMEOUT
Definition: timer.h:135
void TimerIntClear(uint32_t ui32Base, uint32_t ui32IntFlags)
Definition: timer.c:1568
#define timer_metadata_init(_base, _frequency, _interrupt, _periodic)
Definition: timer.h:21
#define NULL
Definition: defines.h:32
void sA_Handler(void)
Definition: timer.c:7