Type Definition OAR2
Other items instm32wb_stm32hal::stm32wb55::i2c1
type OAR2 = Reg<u32, _OAR2>;
Own address register 2
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 oar2 module
impl ResetValue for OAR2
Register OAR2 reset()’s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for OAR2
read() method returns oar2::R reader structure
read()
impl Writable for OAR2
write(|w| ..) method takes oar2::W writer structure
write(|w| ..)