Timer
21.2.1.13 ROM_TimerLoadGet
Gets the timer load value.
Prototype:
uint32_t
ROM_TimerLoadGet(uint32_t ui32Base,
uint32_t ui32Timer)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_TIMERTABLE
is an array of pointers located at
ROM_APITABLE[11]
.
ROM_TimerLoadGet
is a function pointer located at
ROM_TIMERTABLE[15]
.
Parameters:
ui32Base
is the base address of the timer module.
ui32Timer
specifies the timer; must be one of
TIMER_A
or
TIMER_B
. Only
TIMER_A
should
be used when the timer is configured for full-width operation.
Description:
This function gets the currently programmed interval load value for the specified timer.
Note:
This function can be used for both full- and half-width modes of 16/32-bit timers, and for half-
width modes of 32/64-bit timers. Use
for full-width modes of 32/64-bit
timers.
Returns:
Returns the load value for the timer.
21.2.1.14 ROM_TimerLoadGet64
Gets the timer load value for a 64-bit timer.
Prototype:
uint64_t
ROM_TimerLoadGet64(uint32_t ui32Base)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_TIMERTABLE
is an array of pointers located at
ROM_APITABLE[11]
.
ROM_TimerLoadGet64
is a function pointer located at
ROM_TIMERTABLE[24]
.
Parameters:
ui32Base
is the base address of the timer module.
Description:
This function gets the currently programmed interval load value for the specified 64-bit timer.
Returns:
Returns the load value for the timer.
240
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...