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