Hibernation Module
interrupt status can be found by calling
. In the interrupt handler, all
pending interrupts must be cleared. Use the
function to clear pending
interrupts.
Finally, once the module is appropriately configured, the state saved, and the software applica-
tion is ready to hibernate, call the
function. This will initiate the se-
quence to remove power from the processor. At a power-on reset, the software application can
use the
function to determine if the Hibernation module is already ac-
tive and therefore does not need to be enabled. This can provide a hint to the software that
the processor is waking from hibernation instead of a cold start. The software can then use the
and
functions to discover the cause of the
wake and to get the saved system state.
11.2
Functions
Functions
uint32_t
(void)
void
(void)
void
(uint32_t ui32Config)
void
(uint32_t
∗
pui32Data, uint32_t ui32Count)
void
(uint32_t
∗
pui32Data, uint32_t ui32Count)
void
(void)
void
(uint32_t ui32HibClk)
void
(uint32_t ui32IntFlags)
void
(uint32_t ui32IntFlags)
void
(uint32_t ui32IntFlags)
uint32_t
(bool bMasked)
uint32_t
(void)
uint32_t
(void)
void
(uint32_t ui32LowBatFlags)
void
(void)
void
(void)
void
(void)
uint32_t
(void)
void
(uint32_t ui32RTCValue)
uint32_t
(void)
uint32_t
(void)
void
(uint32_t ui32Trim)
uint32_t
(void)
void
(uint32_t ui32WakeFlags)
11.2.1
Function Documentation
11.2.1.1 ROM_HibernateBatCheckDone
Returns if a forced battery check has completed.
108
April 8, 2013
Содержание Tiva TM4C123GH6PM
Страница 26: ...Boot Loader 26 April 8 2013...
Страница 68: ...Controller Area Network CAN 68 April 8 2013...
Страница 122: ...Hibernation Module 122 April 8 2013...
Страница 136: ...Inter Integrated Circuit I2C 136 April 8 2013...
Страница 152: ...Memory Protection Unit MPU 152 April 8 2013...
Страница 174: ...Pulse Width Modulator PWM Returns None 174 April 8 2013...
Страница 196: ...Synchronous Serial Interface SSI 196 April 8 2013...
Страница 222: ...System Control 222 April 8 2013...
Страница 270: ...UART 270 April 8 2013...
Страница 296: ...uDMA Controller 296 April 8 2013...
Страница 351: ...April 8 2013 351...