Struct esp8266::gpio::gpio_pin11::R[][src]

pub struct R(_);
Expand description

Register GPIO_PIN11 reader

Implementations

Bit 10 - 0: disable; 1: enable GPIO wakeup CPU, only when GPIO_PIN0_INT_TYPE is 0x4 or 0x5

Bits 7:9 - 0: disable; 1: positive edge; 2: negative edge; 3: both types of edge; 4: low-level; 5: high-level

Bit 2 - 1: open drain; 0: normal

Bit 0 - 1: sigma-delta; 0: GPIO_DATA

Methods from Deref<Target = R<GPIO_PIN11_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.