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

type ERRCLR = Reg<u32, _ERRCLR>;

DMA bus error clear The ERRCLR register is used to read and clear the uDMA bus error status. The error status is set if the uDMA controller encountered a bus error while performing a transfer. If a bus error occurs on a channel, that channel is automatically disabled by the uDMA controller. The other channels are unaffected.

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

For information about avaliable fields see errclr module

Trait Implementations

impl Readable for ERRCLR[src]

read() method returns errclr::R reader structure

impl Writable for ERRCLR[src]

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

impl ResetValue for ERRCLR[src]

Register ERRCLR reset()'s with value 0

type Type = u32

Register size