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