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

type CHIS = Reg<u32, _CHIS>;

DMA channel interrupt status Each bit of the CHIS register represents the corresponding uDMA channel. A bit is set when that uDMA channel causes a completion interrupt. The bits are cleared by writing 1.

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

For information about avaliable fields see chis module

Trait Implementations

impl Readable for CHIS[src]

read() method returns chis::R reader structure

impl Writable for CHIS[src]

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

impl ResetValue for CHIS[src]

Register CHIS reset()'s with value 0

type Type = u32

Register size