[][src]Type Definition esp32::gpio::gpio_pin17_reg::R

type R = R<u32, GPIO_PIN17_REG>;

Reader of register GPIO_PIN17_REG

Methods

impl R[src]

pub fn gpio_pin17_int_ena(&self) -> GPIO_PIN17_INT_ENA_R[src]

Bits 13:17 - bit0: APP CPU interrupt enable bit1: APP CPU non-maskable interrupt enable bit3: PRO CPU interrupt enable bit4: PRO CPU non-maskable interrupt enable bit5: SDIO's extent interrupt enable

pub fn gpio_pin17_config(&self) -> GPIO_PIN17_CONFIG_R[src]

Bits 11:12 - NA

pub fn gpio_pin17_wakeup_enable(&self) -> GPIO_PIN17_WAKEUP_ENABLE_R[src]

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

pub fn gpio_pin17_int_type(&self) -> GPIO_PIN17_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 gpio_pin17_pad_driver(&self) -> GPIO_PIN17_PAD_DRIVER_R[src]

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