pub type FCR = Reg<u32, _FCR>;
flag clear register
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see fcr module
pub struct FCR { /* private fields */ }
Register FCR reset()’s with value 0
reset()
read() method returns fcr::R reader structure
read()
write(|w| ..) method takes fcr::W writer structure
write(|w| ..)