Type Alias esp32c3::gpio::pin::W

source ·
pub type W = W<PIN_SPEC>;
Expand description

Register PIN%s writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn sync2_bypass(&mut self) -> SYNC2_BYPASS_W<'_, PIN_SPEC>

Bits 0:1 - set GPIO input_sync2 signal mode. 0:disable. 1:trigger at negedge. 2or3:trigger at posedge.

source

pub fn pad_driver(&mut self) -> PAD_DRIVER_W<'_, PIN_SPEC>

Bit 2 - set this bit to select pad driver. 1:open-drain. 0:normal.

source

pub fn sync1_bypass(&mut self) -> SYNC1_BYPASS_W<'_, PIN_SPEC>

Bits 3:4 - set GPIO input_sync1 signal mode. 0:disable. 1:trigger at negedge. 2or3:trigger at posedge.

source

pub fn int_type(&mut self) -> INT_TYPE_W<'_, PIN_SPEC>

Bits 7:9 - set this value to choose interrupt mode. 0:disable GPIO interrupt. 1:trigger at posedge. 2:trigger at negedge. 3:trigger at any edge. 4:valid at low level. 5:valid at high level

source

pub fn wakeup_enable(&mut self) -> WAKEUP_ENABLE_W<'_, PIN_SPEC>

Bit 10 - set this bit to enable GPIO wakeup.(can only wakeup CPU from Light-sleep Mode)

source

pub fn config(&mut self) -> CONFIG_W<'_, PIN_SPEC>

Bits 11:12 - reserved

source

pub fn int_ena(&mut self) -> INT_ENA_W<'_, PIN_SPEC>

Bits 13:17 - set bit 13 to enable CPU interrupt. set bit 14 to enable CPU(not shielded) interrupt.