Struct stm32f30x_memory_map::i2c::Oar1R
[−]
[src]
pub struct Oar1R { /* fields omitted */ }
Methods
impl Oar1R
[src]
fn oa1_0(&self) -> bool
Bit 0 - Interface address
fn oa1_1(&self) -> u8
Bits 1:7 - Interface address
fn oa1_8(&self) -> u8
Bits 8:9 - Interface address
fn oa1mode(&self) -> bool
Bit 10 - Own Address 1 10-bit mode
fn oa1en(&self) -> bool
Bit 15 - Own Address 1 enable
Trait Implementations
impl Clone for Oar1R
[src]
fn clone(&self) -> Oar1R
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more