BSP430  20141115
Board Support Package for MSP430 microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
sBSP430resourceReleaseFlag Struct Reference

#include <bsp430/resource.h>

Data Fields

volatile unsigned int * flagp
 
unsigned int flagv
 

Detailed Description

A record identifying a flag and the bits in it that should be set when a resource is released.

A pointer to an instance of this type should be stored in the sBSP430resourceWaiter::context field of a waiter that uses iBSP430resourceSetFlagOnRelease() as its sBSP430resourceWaiter::callback_ni.

Field Documentation

volatile unsigned int* sBSP430resourceReleaseFlag::flagp

Pointer to an integer holding one or more flags

unsigned int sBSP430resourceReleaseFlag::flagv

A mask identifying one or more bits that are set in *flagp by iBSP430resourceSetFlagOnRelease().


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