Struct esp32c3_hal::pac::i2c0::int_ena::R

pub struct R(_);
Expand description

Register INT_ENA reader

Implementations

Bit 0 - reg_rxfifo_wm_int_ena

Bit 1 - reg_txfifo_wm_int_ena

Bit 2 - reg_rxfifo_ovf_int_ena

Bit 3 - reg_end_detect_int_ena

Bit 4 - reg_byte_trans_done_int_ena

Bit 5 - reg_arbitration_lost_int_ena

Bit 6 - reg_mst_txfifo_udf_int_ena

Bit 7 - reg_trans_complete_int_ena

Bit 8 - reg_time_out_int_ena

Bit 9 - reg_trans_start_int_ena

Bit 10 - reg_nack_int_ena

Bit 11 - reg_txfifo_ovf_int_ena

Bit 12 - reg_rxfifo_udf_int_ena

Bit 13 - reg_scl_st_to_int_ena

Bit 14 - reg_scl_main_st_to_int_ena

Bit 15 - reg_det_start_int_ena

Bit 16 - reg_slave_stretch_int_ena

Bit 17 - reg_general_call_int_ena

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.