contiki/cpu/mc1322x/src
maralvira 4217eb2ebc Provide a function to change timer interrrupt handlers
Function irq_register_timer_handler(int timer, void (*isr)(void))
lets you change the handler at runtime.  This lets us set handlers
without necessarily knowing the name at link-time.  The old way of
having weakly-linked tmr0_isr functions should still work.
2010-11-07 14:27:01 +00:00
..
default_lowlevel.c initial commit of src files 2010-06-10 14:49:31 +00:00
default_lowlevel.h Provide a function to change timer interrrupt handlers 2010-11-07 14:27:01 +00:00
isr.c Provide a function to change timer interrrupt handlers 2010-11-07 14:27:01 +00:00
start.S initial commit of src files 2010-06-10 14:49:31 +00:00