Type Definition tm4c123x::uart0::DMACTL

source ·
pub type DMACTL = Reg<u32, _DMACTL>;
Expand description

UART DMA Control

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see dmactl module

Trait Implementations§

source§

impl ResetValue for DMACTL

Register DMACTL reset()’s with value 0

§

type Type = u32

Register size
source§

fn reset_value() -> Self::Type

Reset value of the register
source§

impl Readable for DMACTL

read() method returns dmactl::R reader structure

source§

impl Writable for DMACTL

write(|w| ..) method takes dmactl::W writer structure