[][src]Type Definition nuc1xx::uart0::UA_MSR

type UA_MSR = Reg<u32, _UA_MSR>;

Modem Status Register.

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

For information about available fields see ua_msr module

Trait Implementations

impl Readable for UA_MSR[src]

read() method returns ua_msr::R reader structure

impl ResetValue for UA_MSR[src]

Register UA_MSR reset()'s with value 0

type Type = u32

Register size

impl Writable for UA_MSR[src]

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