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

#include <hardware.h>

Collaboration diagram for hw_button_metadata:
Collaboration graph

Data Fields

memory_address_t base
 
memory_address_t pin
 
uint32_t interrupt
 

Detailed Description

Button properties

Definition at line 70 of file hardware.h.

Field Documentation

memory_address_t hw_button_metadata::base

Definition at line 73 of file hardware.h.

Referenced by _hw_get_channel(), and button_set_interrupt().

uint32_t hw_button_metadata::interrupt

Definition at line 75 of file hardware.h.

Referenced by button_set_interrupt().

memory_address_t hw_button_metadata::pin

Definition at line 74 of file hardware.h.

Referenced by button_init(), and button_set_interrupt().


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