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

type UA_IER = Reg<u32, _UA_IER>;

Interrupt Enable Register.

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

For information about available fields see ua_ier module

Trait Implementations

impl Readable for UA_IER[src]

read() method returns ua_ier::R reader structure

impl ResetValue for UA_IER[src]

Register UA_IER reset()'s with value 0

type Type = u32

Register size

impl Writable for UA_IER[src]

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