uDMA Controller
Description:
This function sets the base address of the channel control table. This table resides in system
memory and holds control information for each uDMA channel. The table must be aligned on
a 1024 byte boundary. The base address must be set before any of the channel functions can
be used.
The size of the channel control table depends on the number of uDMA channels, and which
transfer modes are used. Refer to the introductory text and the microcontroller data sheet for
more information about the channel control table.
Returns:
None.
23.2.1.19 ROM_uDMADisable
Disables the uDMA controller for use.
Prototype:
void
ROM_uDMADisable(void)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_UDMATABLE
is an array of pointers located at
ROM_APITABLE[17]
.
ROM_uDMADisable
is a function pointer located at
ROM_UDMATABLE[2]
.
Description:
This function disables the uDMA controller. Once disabled, the uDMA controller will not operate
until re-enabled with
Returns:
None.
23.2.1.20 ROM_uDMAEnable
Enables the uDMA controller for use.
Prototype:
void
ROM_uDMAEnable(void)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_UDMATABLE
is an array of pointers located at
ROM_APITABLE[17]
.
ROM_uDMAEnable
is a function pointer located at
ROM_UDMATABLE[1]
.
Description:
This function enables the uDMA controller. The uDMA controller must be enabled before it can
be configured and used.
Returns:
None.
April 8, 2013
293
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...