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

#include <bsp430/periph.h>

Data Fields

const struct sBSP430halISRVoidChainNode *volatile next_ni
 
iBSP430halISRCallbackVoid_ni callback_ni
 

Detailed Description

Structure used to record iBSP430halISRCallbackVoid_ni chains.

Examples:
bootstrap/applpm/main.c.

Field Documentation

iBSP430halISRCallbackVoid_ni sBSP430halISRVoidChainNode::callback_ni

The function to be invoked.

Examples:
bootstrap/applpm/main.c.
const struct sBSP430halISRVoidChainNode* volatile sBSP430halISRVoidChainNode::next_ni

The next callback in the chain. Assign a null pointer to terminate the chain.

Note
This field must only be mutated when interrupts are disabled, or if the node is not within a callback chain installed in a HAL instance.
Examples:
bootstrap/applpm/main.c.

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