Struct esp32_hal::pac::i2c0::int_ena::R

pub struct R(_);
Expand description

Register INT_ENA reader

Implementations§

Bit 0 - The enable bit for rxfifo_full_int interrupt.

Bit 1 - The enable bit for txfifo_empty_int interrupt.

Bit 2 - The enable bit for rxfifo_ovf_int interrupt.

Bit 3 - The enable bit for end_detect_int interrupt.

Bit 4 - The enable bit for slave_tran_comp_int interrupt.

Bit 5 - The enable bit for arbitration_lost_int interrupt.

Bit 6 - The enable bit for master_tran_comp_int interrupt.

Bit 7 - The enable bit for trans_complete_int interrupt.

Bit 8 - The enable bit for time_out_int interrupt.

Bit 9 - The enable bit for trans_start_int interrupt.

Bit 10 - The enable bit for ack_err_int interrupt.

Bit 11 - The enable bit for rx_rec_full_int interrupt.

Bit 12 - The enable bit for tx_send_empty_int interrupt.

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