[][src]Type Definition mkl25z4::uart0::BDH

type BDH = Reg<u8, _BDH>;

UART Baud Rate Register High

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

For information about available fields see bdh module

Trait Implementations

impl Readable for BDH[src]

read() method returns bdh::R reader structure

impl ResetValue for BDH[src]

Register BDH reset()'s with value 0

type Type = u8

Register size

impl Writable for BDH[src]

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