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

Data Fields | |
| memory_address_t | base |
| memory_address_t | pin |
| NOTIFICATION_TYPE | type |
| notification ** | data |
Metadata associated with a notification from a general thread to libhw for transmission to a libhw-managed hardware device.
| memory_address_t notification_metadata::base |
| notification** notification_metadata::data |
| memory_address_t notification_metadata::pin |
| NOTIFICATION_TYPE notification_metadata::type |