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

type UA_FCR = Reg<u32, _UA_FCR>;

FIFO Control Register.

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

For information about available fields see ua_fcr module

Trait Implementations

impl Readable for UA_FCR[src]

read() method returns ua_fcr::R reader structure

impl ResetValue for UA_FCR[src]

Register UA_FCR reset()'s with value 0

type Type = u32

Register size

impl Writable for UA_FCR[src]

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