[][src]Type Definition esp32::rtcio::rtc_gpio_pin16_reg::R

type R = R<u32, RTC_GPIO_PIN16_REG>;

Reader of register RTC_GPIO_PIN16_REG

Methods

impl R[src]

pub fn rtc_gpio_pin16_wakeup_enable(&self) -> RTC_GPIO_PIN16_WAKEUP_ENABLE_R[src]

Bit 10 - GPIO wake up enable only available in light sleep

pub fn rtc_gpio_pin16_int_type(&self) -> RTC_GPIO_PIN16_INT_TYPE_R[src]

Bits 7:9 - if set to 0: GPIO interrupt disable if set to 1: rising edge trigger if set to 2: falling edge trigger if set to 3: any edge trigger if set to 4: low level trigger if set to 5: high level trigger

pub fn rtc_gpio_pin16_pad_driver(&self) -> RTC_GPIO_PIN16_PAD_DRIVER_R[src]

Bit 2 - if set to 0: normal output if set to 1: open drain