Struct esp32c2_hal::pac::i2c0::sr::R

pub struct R(_);
Expand description

Register SR reader

Implementations

Bit 0 - The received ACK value in master mode or slave mode. 0: ACK, 1: NACK.

Bit 3 - When the I2C controller loses control of SCL line, this register changes to 1.

Bit 4 - 1: the I2C bus is busy transferring data, 0: the I2C bus is in idle state.

Bits 8:12 - This field represents the amount of data needed to be sent.

Bits 18:22 - This field stores the amount of received data in RAM.

Bits 24:26 - This field indicates the states of the I2C module state machine. 0: Idle, 1: Address shift, 2: ACK address, 3: Rx data, 4: Tx data, 5: Send ACK, 6: Wait ACK

Bits 28:30 - This field indicates the states of the state machine used to produce SCL. 0: Idle, 1: Start, 2: Negative edge, 3: Low, 4: Positive edge, 5: High, 6: Stop

Methods from Deref<Target = R<SR_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.