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