BSP430
20141115
Board Support Package for MSP430 microcontrollers
|
#include <bsp430/periph.h>
Data Fields | |
const struct sBSP430halISRIndexedChainNode *volatile | next_ni |
iBSP430halISRCallbackIndexed_ni | callback_ni |
Structure used to record iBSP430halISRCallbackIndexed_ni chains.
iBSP430halISRCallbackIndexed_ni sBSP430halISRIndexedChainNode::callback_ni |
The function to be invoked.
const struct sBSP430halISRIndexedChainNode* volatile sBSP430halISRIndexedChainNode::next_ni |
The next callback in the chain. Assign a null pointer to terminate the chain.