BSP430
20141115
Board Support Package for MSP430 microcontrollers
|
#include <bsp430/resource.h>
Data Fields | |
volatile unsigned int * | flagp |
unsigned int | flagv |
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.
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().