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