pub type CMPL = Reg<u8, _CMPL>;
Compare Low 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 cmpl module
struct CMPL { /* private fields */ }
Register CMPL reset()’s with value 0
reset()
read() method returns cmpl::R reader structure
read()
write(|w| ..) method takes cmpl::W writer structure
write(|w| ..)