pub type EVCTRL = Reg<u8, _EVCTRL>;
Event Control
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about avaliable fields see evctrl module
pub struct EVCTRL { /* private fields */ }
Register EVCTRL reset()’s with value 0
reset()
read() method returns evctrl::R reader structure
read()
write(|w| ..) method takes evctrl::W writer structure
write(|w| ..)