[][src]Type Definition esp32::gpio::gpio_pin39_reg::W

type W = W<u32, GPIO_PIN39_REG>;

Writer for register GPIO_PIN39_REG

Methods

impl W[src]

pub fn gpio_pin39_int_ena(&mut self) -> GPIO_PIN39_INT_ENA_W[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_pin39_config(&mut self) -> GPIO_PIN39_CONFIG_W[src]

Bits 11:12 - NA

pub fn gpio_pin39_wakeup_enable(&mut self) -> GPIO_PIN39_WAKEUP_ENABLE_W[src]

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

pub fn gpio_pin39_int_type(&mut self) -> GPIO_PIN39_INT_TYPE_W[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_pin39_pad_driver(&mut self) -> GPIO_PIN39_PAD_DRIVER_W[src]

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