EE445M RTOS
Taken at the University of Texas Spring 2015
timer.c File Reference

Go to the source code of this file.

Functions

void sA_Handler (void)
 

Function Documentation

void sA_Handler ( void  )

sA isr responsible for notifying all subscriptions with information describing the interrupt.

This isr was generated automatically by bin/lisp/rtos-interrupt-generator.el

Definition at line 7 of file timer.c.

References hw_notify(), HW_TIMER, notification_init, NULL, timer_metadata_init, TIMER_TIMA_TIMEOUT, and TimerIntClear().

7  {
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

Here is the call graph for this function: