BSP430
20141115
Board Support Package for MSP430 microcontrollers
|
#include <bsp430/periph/timer.h>
Data Fields | |
sBSP430timerAlarm | dedicated |
struct sBSP430timerMuxAlarm * | alarms |
Structure holding multiplexed alarm shared data.
struct sBSP430timerMuxAlarm* sBSP430timerMuxSharedAlarm::alarms |
The active multiplexed alarms, sorted by time with earliest wakeup first.
sBSP430timerAlarm sBSP430timerMuxSharedAlarm::dedicated |
The underlying dedicated alarm that manages the multiplexed alarms.
Under normal circumstances this alarm remains enabled between hBSP430timerMuxAlarmStartup() and iBSP430timerMuxAlarmShutdown(). The contents of this field should not be manipulated by user code.