[][src]Type Definition cc2538::udma::ENACLR

type ENACLR = Reg<u32, _ENACLR>;

DMA channel enable clear Each bit of the ENACLR register represents the corresponding uDMA channel. Setting a bit clears the corresponding SET[n] bit in the ENASET register.

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

For information about avaliable fields see enaclr module

Trait Implementations

impl Readable for ENACLR[src]

read() method returns enaclr::R reader structure

impl Writable for ENACLR[src]

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

impl ResetValue for ENACLR[src]

Register ENACLR reset()'s with value 0

type Type = u32

Register size