|
EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <hardware.h>

Data Fields | |
| bool | single_shot_subscription |
| void(* | slot )(notification) |
| _isr_subscription * | next |
| _isr_subscription * | prev |
Definition at line 122 of file hardware.h.
| _isr_subscription* _isr_subscription::next |
Definition at line 125 of file hardware.h.
Referenced by hw_notify().
| _isr_subscription* _isr_subscription::prev |
Definition at line 126 of file hardware.h.
| bool _isr_subscription::single_shot_subscription |
Definition at line 123 of file hardware.h.
Referenced by _hw_subscribe(), and hw_notify().
| void(* _isr_subscription::slot) (notification) |
Definition at line 124 of file hardware.h.
Referenced by _hw_subscribe(), and hw_notify().