Type Definition tm4c123x::udma::PRIOSET

source ·
pub type PRIOSET = Reg<u32, _PRIOSET>;
Expand description

DMA Channel Priority Set

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

For information about available fields see prioset module

Trait Implementations§

source§

impl ResetValue for PRIOSET

Register PRIOSET 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 PRIOSET

read() method returns prioset::R reader structure

source§

impl Writable for PRIOSET

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