|
openchronos-ng
opensource firmware for the ez430 chronos
|
Linked list of nodes listening to the message bus. More...
#include <openchronos.h>
Data Fields | |
| void(* | fn )(enum sys_message) |
| enum sys_message | listens |
| struct sys_messagebus * | next |
Linked list of nodes listening to the message bus.
| void(* sys_messagebus::fn)(enum sys_message) |
callback for receiving messages from the system bus
bitfield of message types that the node wishes to receive
| struct sys_messagebus* sys_messagebus::next |
pointer to the next node in the list
1.7.6.1