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