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>>
Trait Implementations
Performs the conversion.