Type Definition R12
Other items instm32wb_stm32hal::stm32wb55::hsem
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
impl ResetValue for R12
Register R12 reset()’s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for R12
read() method returns r12::R reader structure
read()
impl Writable for R12
write(|w| ..) method takes r12::W writer structure
write(|w| ..)