Struct esp32_hal::pac::i2c0::int_status::R

pub struct R(_);
Expand description

Register INT_STATUS reader

Implementations§

Bit 0 - The masked interrupt status for rxfifo_full_int interrupt.

Bit 1 - The masked interrupt status for txfifo_empty_int interrupt.

Bit 2 - The masked interrupt status for rxfifo_ovf_int interrupt.

Bit 3 - The masked interrupt status for end_detect_int interrupt.

Bit 4 - The masked interrupt status for slave_tran_comp_int interrupt.

Bit 5 - The masked interrupt status for arbitration_lost_int interrupt.

Bit 6 - The masked interrupt status for master_tran_comp_int interrupt.

Bit 7 - The masked interrupt status for trans_complete_int interrupt.

Bit 8 - The masked interrupt status for time_out_int interrupt.

Bit 9 - The masked interrupt status for trans_start_int interrupt.

Bit 10 - The masked interrupt status for ack_err_int interrupt.

Bit 11 - The masked interrupt status for rx_rec_full_int interrupt.

Bit 12 - The masked interrupt status for tx_send_empty_int interrupt.

Methods from Deref<Target = R<INT_STATUS_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.