[][src]Type Definition xmc1100::usic0_ch0::BRG

type BRG = Reg<u32, _BRG>;

Baud Rate Generator Register

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

For information about avaliable fields see brg module

Trait Implementations

impl Readable for BRG[src]

read() method returns brg::R reader structure

impl ResetValue for BRG[src]

Register BRG reset()'s with value 0

type Type = u32

Register size

impl Writable for BRG[src]

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