Struct esp32s3::rtc_i2c::int_ena::W

source ·
pub struct W(_);
Expand description

Register INT_ENA writer

Implementations

Bit 0 - enable slave transit complete interrupt

Bit 1 - enable arbitration lost interrupt

Bit 2 - enable master transit complete interrupt

Bit 3 - enable transit complete interrupt

Bit 4 - enable time out interrupt

Bit 5 - enable eack error interrupt

Bit 6 - enable receive data interrupt

Bit 7 - enable transit data interrupt

Bit 8 - enable detect start interrupt

Writes raw bits to the register.

Methods from Deref<Target = W<INT_ENA_SPEC>>

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.