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

type UA_FSR = Reg<u32, _UA_FSR>;

FIFO Status Register.

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

For information about available fields see ua_fsr module

Trait Implementations

impl Readable for UA_FSR[src]

read() method returns ua_fsr::R reader structure

impl ResetValue for UA_FSR[src]

Register UA_FSR reset()'s with value 0x1040_4000

type Type = u32

Register size

impl Writable for UA_FSR[src]

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