EE445M RTOS
Taken at the University of Texas Spring 2015
notification_metadata Struct Reference

#include <notify.h>

Collaboration diagram for notification_metadata:
Collaboration graph

Data Fields

memory_address_t base
 
memory_address_t pin
 
NOTIFICATION_TYPE type
 
notification ** data
 

Detailed Description

Metadata associated with a notification from a general thread to libhw for transmission to a libhw-managed hardware device.

Definition at line 31 of file notify.h.

Field Documentation

memory_address_t notification_metadata::base

Definition at line 32 of file notify.h.

notification** notification_metadata::data

Definition at line 35 of file notify.h.

memory_address_t notification_metadata::pin

Definition at line 33 of file notify.h.

NOTIFICATION_TYPE notification_metadata::type

Definition at line 34 of file notify.h.


The documentation for this struct was generated from the following file: