Struct stm32f30x_memory_map::i2c::Cr1R
[−]
[src]
pub struct Cr1R { /* fields omitted */ }
Methods
impl Cr1R
[src]
fn pe(&self) -> bool
Bit 0 - Peripheral enable
fn txie(&self) -> bool
Bit 1 - TX Interrupt enable
fn rxie(&self) -> bool
Bit 2 - RX Interrupt enable
fn addrie(&self) -> bool
Bit 3 - Address match interrupt enable (slave only)
fn nackie(&self) -> bool
Bit 4 - Not acknowledge received interrupt enable
fn stopie(&self) -> bool
Bit 5 - STOP detection Interrupt enable
fn tcie(&self) -> bool
Bit 6 - Transfer Complete interrupt enable
fn errie(&self) -> bool
Bit 7 - Error interrupts enable
fn dnf(&self) -> u8
Bits 8:11 - Digital noise filter
fn anfoff(&self) -> bool
Bit 12 - Analog noise filter OFF
fn txdmaen(&self) -> bool
Bit 14 - DMA transmission requests enable
fn rxdmaen(&self) -> bool
Bit 15 - DMA reception requests enable
fn sbc(&self) -> bool
Bit 16 - Slave byte control
fn nostretch(&self) -> bool
Bit 17 - Clock stretching disable
fn wupen(&self) -> bool
Bit 18 - Wakeup from STOP enable
fn gcen(&self) -> bool
Bit 19 - General call enable
fn smbhen(&self) -> bool
Bit 20 - SMBus Host address enable
fn smbden(&self) -> bool
Bit 21 - SMBus Device Default address enable
fn alerten(&self) -> bool
Bit 22 - SMBUS alert enable
fn pecen(&self) -> bool
Bit 23 - PEC enable
Trait Implementations
impl Clone for Cr1R
[src]
fn clone(&self) -> Cr1R
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