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