pub type OFR2 = Reg<u32, _OFR2>;
offset register 2
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 ofr2 module
pub struct OFR2 { /* private fields */ }
Register OFR2 reset()’s with value 0
reset()
read() method returns ofr2::R reader structure
read()
write(|w| ..) method takes ofr2::W writer structure
write(|w| ..)