Type Alias FCR

Source
pub type FCR = Reg<FCRrs>;
Expand description

FCR (rw) register accessor: flag clear register

You can read this register and get fcr::R. You can reset, write, write_with_zero this register using fcr::W. You can also modify this register. See API.

See register structure

For information about available fields see fcr module

Aliased Typeยง

struct FCR { /* private fields */ }