Struct stm32f30x_memory_map::i2c::Cr2R [] [src]

#[repr(C)]
pub struct Cr2R { /* fields omitted */ }

Methods

impl Cr2R
[src]

Bit 26 - Packet error checking byte

Bit 25 - Automatic end mode (master mode)

Bit 24 - NBYTES reload mode

Bits 16:23 - Number of bytes

Bit 15 - NACK generation (slave mode)

Bit 14 - Stop generation (master mode)

Bit 13 - Start generation

Bit 12 - 10-bit address header only read direction (master receiver mode)

Bit 11 - 10-bit addressing mode (master mode)

Bit 10 - Transfer direction (master mode)

Bits 8:9 - Slave address bit 9:8 (master mode)

Bits 1:7 - Slave address bit 7:1 (master mode)

Bit 0 - Slave address bit 0 (master mode)

Trait Implementations

impl Clone for Cr2R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cr2R
[src]