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