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

type PRIOSET = Reg<u32, _PRIOSET>;

DMA channel priority set Each bit of the PRIOSET register represents the corresponding uDMA channel. Setting a bit configures the uDMA channel to have a high priority level. Reading the register returns the status of the channel priority mask.

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

For information about avaliable fields see prioset module

Trait Implementations

impl Readable for PRIOSET[src]

read() method returns prioset::R reader structure

impl Writable for PRIOSET[src]

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

impl ResetValue for PRIOSET[src]

Register PRIOSET reset()'s with value 0

type Type = u32

Register size