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