pub type CMAR4 = Reg<u32, _CMAR4>;
channel x memory address 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 cmar4 module
pub struct CMAR4 { /* private fields */ }
Register CMAR4 reset()’s with value 0
reset()
read() method returns cmar4::R reader structure
read()
write(|w| ..) method takes cmar4::W writer structure
write(|w| ..)