Hibernation Module
Description:
Disables the Hibernation module for operation. After this function is called, none of the Hiber-
nation module features are available.
Returns:
None.
11.2.1.7 ROM_HibernateEnableExpClk
Enables the Hibernation module for operation.
Prototype:
void
ROM_HibernateEnableExpClk(uint32_t ui32HibClk)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_HIBERNATETABLE
is an array of pointers located at
ROM_APITABLE[19]
.
ROM_HibernateEnableExpClk
is a function pointer located at
ROM_HIBERNATETABLE[1]
.
Parameters:
ui32HibClk
is the rate of the clock supplied to the Hibernation module.
Description:
Enables the Hibernation module for operation. This function should be called before any of the
Hibernation module features are used.
The peripheral clock is the same as the processor clock.
This is the value returned by
, or it can be explicitly hard-coded if it is constant and known (to save
the code/execution overhead of a call to
Returns:
None.
11.2.1.8 ROM_HibernateIntClear
Clears pending interrupts from the Hibernation module.
Prototype:
void
ROM_HibernateIntClear(uint32_t ui32IntFlags)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_HIBERNATETABLE
is an array of pointers located at
ROM_APITABLE[19]
.
ROM_HibernateIntClear
is a function pointer located at
ROM_HIBERNATETABLE[0]
.
Parameters:
ui32IntFlags
is the bit mask of the interrupts to be cleared.
112
April 8, 2013
Summary of Contents for Tiva TM4C123GH6PM
Page 26: ...Boot Loader 26 April 8 2013...
Page 68: ...Controller Area Network CAN 68 April 8 2013...
Page 122: ...Hibernation Module 122 April 8 2013...
Page 136: ...Inter Integrated Circuit I2C 136 April 8 2013...
Page 152: ...Memory Protection Unit MPU 152 April 8 2013...
Page 174: ...Pulse Width Modulator PWM Returns None 174 April 8 2013...
Page 196: ...Synchronous Serial Interface SSI 196 April 8 2013...
Page 222: ...System Control 222 April 8 2013...
Page 270: ...UART 270 April 8 2013...
Page 296: ...uDMA Controller 296 April 8 2013...
Page 351: ...April 8 2013 351...