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

type UA_ISR = Reg<u32, _UA_ISR>;

Interrupt Status Register.

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

For information about available fields see ua_isr module

Trait Implementations

impl Readable for UA_ISR[src]

read() method returns ua_isr::R reader structure

impl ResetValue for UA_ISR[src]

Register UA_ISR reset()'s with value 0x02

type Type = u32

Register size

impl Writable for UA_ISR[src]

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