pub type CSL = Reg<u32, _CSL>;
Code segment length
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 csl module
pub struct CSL { /* private fields */ }
Register CSL reset()’s with value 0
reset()
read() method returns csl::R reader structure
read()
write(|w| ..) method takes csl::W writer structure
write(|w| ..)