pub struct GPIO { /* private fields */ }

Implementations§

source§

impl GPIO

source

pub unsafe fn steal() -> GPIO

Unsafely create an instance of this peripheral out of thin air.

Safety

You must ensure that you’re only using one instance of this type at a time.

source

pub const PTR: *const <GPIO as Deref>::Target = {0x60004000 as *const <esp32s3::GPIO as core::ops::Deref>::Target}

Pointer to the register block

source

pub const fn ptr() -> *const <GPIO as Deref>::Target

Return the pointer to the register block

Methods from Deref<Target = RegisterBlock>§

pub fn bt_select(&self) -> &Reg<BT_SELECT_SPEC>

0x00 - GPIO bit select register

pub fn out(&self) -> &Reg<OUT_SPEC>

0x04 - GPIO output register for GPIO0-31

pub fn out_w1ts(&self) -> &Reg<OUT_W1TS_SPEC>

0x08 - GPIO output set register for GPIO0-31

pub fn out_w1tc(&self) -> &Reg<OUT_W1TC_SPEC>

0x0c - GPIO output clear register for GPIO0-31

pub fn out1(&self) -> &Reg<OUT1_SPEC>

0x10 - GPIO output register for GPIO32-53

pub fn out1_w1ts(&self) -> &Reg<OUT1_W1TS_SPEC>

0x14 - GPIO output set register for GPIO32-53

pub fn out1_w1tc(&self) -> &Reg<OUT1_W1TC_SPEC>

0x18 - GPIO output clear register for GPIO32-53

pub fn sdio_select(&self) -> &Reg<SDIO_SELECT_SPEC>

0x1c - GPIO sdio select register

pub fn enable(&self) -> &Reg<ENABLE_SPEC>

0x20 - GPIO output enable register for GPIO0-31

pub fn enable_w1ts(&self) -> &Reg<ENABLE_W1TS_SPEC>

0x24 - GPIO output enable set register for GPIO0-31

pub fn enable_w1tc(&self) -> &Reg<ENABLE_W1TC_SPEC>

0x28 - GPIO output enable clear register for GPIO0-31

pub fn enable1(&self) -> &Reg<ENABLE1_SPEC>

0x2c - GPIO output enable register for GPIO32-53

pub fn enable1_w1ts(&self) -> &Reg<ENABLE1_W1TS_SPEC>

0x30 - GPIO output enable set register for GPIO32-53

pub fn enable1_w1tc(&self) -> &Reg<ENABLE1_W1TC_SPEC>

0x34 - GPIO output enable clear register for GPIO32-53

pub fn strap(&self) -> &Reg<STRAP_SPEC>

0x38 - pad strapping register

pub fn in_(&self) -> &Reg<IN_SPEC>

0x3c - GPIO input register for GPIO0-31

pub fn in1(&self) -> &Reg<IN1_SPEC>

0x40 - GPIO input register for GPIO32-53

pub fn status(&self) -> &Reg<STATUS_SPEC>

0x44 - GPIO interrupt status register for GPIO0-31

pub fn status_w1ts(&self) -> &Reg<STATUS_W1TS_SPEC>

0x48 - GPIO interrupt status set register for GPIO0-31

pub fn status_w1tc(&self) -> &Reg<STATUS_W1TC_SPEC>

0x4c - GPIO interrupt status clear register for GPIO0-31

pub fn status1(&self) -> &Reg<STATUS1_SPEC>

0x50 - GPIO interrupt status register for GPIO32-53

pub fn status1_w1ts(&self) -> &Reg<STATUS1_W1TS_SPEC>

0x54 - GPIO interrupt status set register for GPIO32-53

pub fn status1_w1tc(&self) -> &Reg<STATUS1_W1TC_SPEC>

0x58 - GPIO interrupt status clear register for GPIO32-53

pub fn pcpu_int(&self) -> &Reg<PCPU_INT_SPEC>

0x5c - GPIO PRO_CPU interrupt status register for GPIO0-31

pub fn pcpu_nmi_int(&self) -> &Reg<PCPU_NMI_INT_SPEC>

0x60 - GPIO PRO_CPU(not shielded) interrupt status register for GPIO0-31

pub fn cpusdio_int(&self) -> &Reg<CPUSDIO_INT_SPEC>

0x64 - GPIO CPUSDIO interrupt status register for GPIO0-31

pub fn pcpu_int1(&self) -> &Reg<PCPU_INT1_SPEC>

0x68 - GPIO PRO_CPU interrupt status register for GPIO32-53

pub fn pcpu_nmi_int1(&self) -> &Reg<PCPU_NMI_INT1_SPEC>

0x6c - GPIO PRO_CPU(not shielded) interrupt status register for GPIO32-53

pub fn cpusdio_int1(&self) -> &Reg<CPUSDIO_INT1_SPEC>

0x70 - GPIO CPUSDIO interrupt status register for GPIO32-53

pub fn pin(&self, n: usize) -> &Reg<PIN_SPEC>

0x74..0x14c - GPIO pin configuration register

pub fn pin_iter(&self) -> impl Iterator<Item = &Reg<PIN_SPEC>>

Iterator for array of: 0x74..0x14c - GPIO pin configuration register

pub fn status_next(&self) -> &Reg<STATUS_NEXT_SPEC>

0x14c - GPIO interrupt source register for GPIO0-31

pub fn status_next1(&self) -> &Reg<STATUS_NEXT1_SPEC>

0x150 - GPIO interrupt source register for GPIO32-53

pub fn func_in_sel_cfg(&self, n: usize) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x154..0x554 - GPIO input function configuration register

pub fn func_in_sel_cfg_iter( &self ) -> impl Iterator<Item = &Reg<FUNC_IN_SEL_CFG_SPEC>>

Iterator for array of: 0x154..0x554 - GPIO input function configuration register

pub fn func0_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x154 - GPIO input function configuration register

pub fn func1_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x158 - GPIO input function configuration register

pub fn func2_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x15c - GPIO input function configuration register

pub fn func3_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x160 - GPIO input function configuration register

pub fn func4_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x164 - GPIO input function configuration register

pub fn func5_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x168 - GPIO input function configuration register

pub fn func6_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x16c - GPIO input function configuration register

pub fn func7_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x170 - GPIO input function configuration register

pub fn func8_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x174 - GPIO input function configuration register

pub fn func9_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x178 - GPIO input function configuration register

pub fn func10_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x17c - GPIO input function configuration register

pub fn func11_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x180 - GPIO input function configuration register

pub fn func12_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x184 - GPIO input function configuration register

pub fn func13_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x188 - GPIO input function configuration register

pub fn func14_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x18c - GPIO input function configuration register

pub fn func15_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x190 - GPIO input function configuration register

pub fn func16_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x194 - GPIO input function configuration register

pub fn func17_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x198 - GPIO input function configuration register

pub fn func18_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x19c - GPIO input function configuration register

pub fn func19_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1a0 - GPIO input function configuration register

pub fn func20_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1a4 - GPIO input function configuration register

pub fn func21_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1a8 - GPIO input function configuration register

pub fn func22_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1ac - GPIO input function configuration register

pub fn func23_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1b0 - GPIO input function configuration register

pub fn func24_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1b4 - GPIO input function configuration register

pub fn func25_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1b8 - GPIO input function configuration register

pub fn func26_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1bc - GPIO input function configuration register

pub fn func27_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1c0 - GPIO input function configuration register

pub fn func28_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1c4 - GPIO input function configuration register

pub fn func29_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1c8 - GPIO input function configuration register

pub fn func30_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1cc - GPIO input function configuration register

pub fn func31_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1d0 - GPIO input function configuration register

pub fn func32_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1d4 - GPIO input function configuration register

pub fn func33_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1d8 - GPIO input function configuration register

pub fn func34_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1dc - GPIO input function configuration register

pub fn func35_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1e0 - GPIO input function configuration register

pub fn func36_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1e4 - GPIO input function configuration register

pub fn func37_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1e8 - GPIO input function configuration register

pub fn func38_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1ec - GPIO input function configuration register

pub fn func39_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1f0 - GPIO input function configuration register

pub fn func40_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1f4 - GPIO input function configuration register

pub fn func41_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1f8 - GPIO input function configuration register

pub fn func42_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x1fc - GPIO input function configuration register

pub fn func43_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x200 - GPIO input function configuration register

pub fn func44_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x204 - GPIO input function configuration register

pub fn func45_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x208 - GPIO input function configuration register

pub fn func46_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x20c - GPIO input function configuration register

pub fn func47_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x210 - GPIO input function configuration register

pub fn func48_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x214 - GPIO input function configuration register

pub fn func49_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x218 - GPIO input function configuration register

pub fn func50_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x21c - GPIO input function configuration register

pub fn func51_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x220 - GPIO input function configuration register

pub fn func52_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x224 - GPIO input function configuration register

pub fn func53_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x228 - GPIO input function configuration register

pub fn func54_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x22c - GPIO input function configuration register

pub fn func55_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x230 - GPIO input function configuration register

pub fn func56_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x234 - GPIO input function configuration register

pub fn func57_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x238 - GPIO input function configuration register

pub fn func58_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x23c - GPIO input function configuration register

pub fn func59_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x240 - GPIO input function configuration register

pub fn func60_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x244 - GPIO input function configuration register

pub fn func61_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x248 - GPIO input function configuration register

pub fn func62_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x24c - GPIO input function configuration register

pub fn func63_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x250 - GPIO input function configuration register

pub fn func64_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x254 - GPIO input function configuration register

pub fn func65_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x258 - GPIO input function configuration register

pub fn func66_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x25c - GPIO input function configuration register

pub fn func67_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x260 - GPIO input function configuration register

pub fn func68_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x264 - GPIO input function configuration register

pub fn func69_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x268 - GPIO input function configuration register

pub fn func70_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x26c - GPIO input function configuration register

pub fn func71_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x270 - GPIO input function configuration register

pub fn func72_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x274 - GPIO input function configuration register

pub fn func73_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x278 - GPIO input function configuration register

pub fn func74_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x27c - GPIO input function configuration register

pub fn func75_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x280 - GPIO input function configuration register

pub fn func76_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x284 - GPIO input function configuration register

pub fn func77_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x288 - GPIO input function configuration register

pub fn func78_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x28c - GPIO input function configuration register

pub fn func79_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x290 - GPIO input function configuration register

pub fn func80_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x294 - GPIO input function configuration register

pub fn func81_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x298 - GPIO input function configuration register

pub fn func82_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x29c - GPIO input function configuration register

pub fn func83_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2a0 - GPIO input function configuration register

pub fn func84_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2a4 - GPIO input function configuration register

pub fn func85_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2a8 - GPIO input function configuration register

pub fn func86_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2ac - GPIO input function configuration register

pub fn func87_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2b0 - GPIO input function configuration register

pub fn func88_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2b4 - GPIO input function configuration register

pub fn func89_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2b8 - GPIO input function configuration register

pub fn func90_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2bc - GPIO input function configuration register

pub fn func91_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2c0 - GPIO input function configuration register

pub fn func92_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2c4 - GPIO input function configuration register

pub fn func93_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2c8 - GPIO input function configuration register

pub fn func94_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2cc - GPIO input function configuration register

pub fn func95_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2d0 - GPIO input function configuration register

pub fn func96_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2d4 - GPIO input function configuration register

pub fn func97_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2d8 - GPIO input function configuration register

pub fn func98_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2dc - GPIO input function configuration register

pub fn func99_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2e0 - GPIO input function configuration register

pub fn func100_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2e4 - GPIO input function configuration register

pub fn func101_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2e8 - GPIO input function configuration register

pub fn func102_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2ec - GPIO input function configuration register

pub fn func103_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2f0 - GPIO input function configuration register

pub fn func104_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2f4 - GPIO input function configuration register

pub fn func105_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2f8 - GPIO input function configuration register

pub fn func106_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x2fc - GPIO input function configuration register

pub fn func107_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x300 - GPIO input function configuration register

pub fn func108_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x304 - GPIO input function configuration register

pub fn func109_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x308 - GPIO input function configuration register

pub fn func110_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x30c - GPIO input function configuration register

pub fn func111_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x310 - GPIO input function configuration register

pub fn func112_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x314 - GPIO input function configuration register

pub fn func113_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x318 - GPIO input function configuration register

pub fn func114_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x31c - GPIO input function configuration register

pub fn func115_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x320 - GPIO input function configuration register

pub fn func116_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x324 - GPIO input function configuration register

pub fn func117_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x328 - GPIO input function configuration register

pub fn func118_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x32c - GPIO input function configuration register

pub fn func119_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x330 - GPIO input function configuration register

pub fn func120_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x334 - GPIO input function configuration register

pub fn func121_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x338 - GPIO input function configuration register

pub fn func122_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x33c - GPIO input function configuration register

pub fn func123_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x340 - GPIO input function configuration register

pub fn func124_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x344 - GPIO input function configuration register

pub fn func125_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x348 - GPIO input function configuration register

pub fn func126_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x34c - GPIO input function configuration register

pub fn func127_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x350 - GPIO input function configuration register

pub fn func128_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x354 - GPIO input function configuration register

pub fn func129_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x358 - GPIO input function configuration register

pub fn func130_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x35c - GPIO input function configuration register

pub fn func131_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x360 - GPIO input function configuration register

pub fn func132_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x364 - GPIO input function configuration register

pub fn func133_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x368 - GPIO input function configuration register

pub fn func134_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x36c - GPIO input function configuration register

pub fn func135_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x370 - GPIO input function configuration register

pub fn func136_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x374 - GPIO input function configuration register

pub fn func137_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x378 - GPIO input function configuration register

pub fn func138_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x37c - GPIO input function configuration register

pub fn func139_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x380 - GPIO input function configuration register

pub fn func140_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x384 - GPIO input function configuration register

pub fn func141_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x388 - GPIO input function configuration register

pub fn func142_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x38c - GPIO input function configuration register

pub fn func143_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x390 - GPIO input function configuration register

pub fn func144_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x394 - GPIO input function configuration register

pub fn func145_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x398 - GPIO input function configuration register

pub fn func146_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x39c - GPIO input function configuration register

pub fn func147_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3a0 - GPIO input function configuration register

pub fn func148_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3a4 - GPIO input function configuration register

pub fn func149_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3a8 - GPIO input function configuration register

pub fn func150_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3ac - GPIO input function configuration register

pub fn func151_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3b0 - GPIO input function configuration register

pub fn func152_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3b4 - GPIO input function configuration register

pub fn func153_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3b8 - GPIO input function configuration register

pub fn func154_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3bc - GPIO input function configuration register

pub fn func155_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3c0 - GPIO input function configuration register

pub fn func156_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3c4 - GPIO input function configuration register

pub fn func157_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3c8 - GPIO input function configuration register

pub fn func158_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3cc - GPIO input function configuration register

pub fn func159_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3d0 - GPIO input function configuration register

pub fn func160_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3d4 - GPIO input function configuration register

pub fn func161_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3d8 - GPIO input function configuration register

pub fn func162_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3dc - GPIO input function configuration register

pub fn func163_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3e0 - GPIO input function configuration register

pub fn func164_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3e4 - GPIO input function configuration register

pub fn func165_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3e8 - GPIO input function configuration register

pub fn func166_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3ec - GPIO input function configuration register

pub fn func167_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3f0 - GPIO input function configuration register

pub fn func168_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3f4 - GPIO input function configuration register

pub fn func169_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3f8 - GPIO input function configuration register

pub fn func170_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x3fc - GPIO input function configuration register

pub fn func171_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x400 - GPIO input function configuration register

pub fn func172_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x404 - GPIO input function configuration register

pub fn func173_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x408 - GPIO input function configuration register

pub fn func174_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x40c - GPIO input function configuration register

pub fn func175_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x410 - GPIO input function configuration register

pub fn func176_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x414 - GPIO input function configuration register

pub fn func177_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x418 - GPIO input function configuration register

pub fn func178_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x41c - GPIO input function configuration register

pub fn func179_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x420 - GPIO input function configuration register

pub fn func180_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x424 - GPIO input function configuration register

pub fn func181_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x428 - GPIO input function configuration register

pub fn func182_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x42c - GPIO input function configuration register

pub fn func183_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x430 - GPIO input function configuration register

pub fn func184_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x434 - GPIO input function configuration register

pub fn func185_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x438 - GPIO input function configuration register

pub fn func186_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x43c - GPIO input function configuration register

pub fn func187_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x440 - GPIO input function configuration register

pub fn func188_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x444 - GPIO input function configuration register

pub fn func189_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x448 - GPIO input function configuration register

pub fn func190_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x44c - GPIO input function configuration register

pub fn func191_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x450 - GPIO input function configuration register

pub fn func192_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x454 - GPIO input function configuration register

pub fn func193_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x458 - GPIO input function configuration register

pub fn func194_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x45c - GPIO input function configuration register

pub fn func195_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x460 - GPIO input function configuration register

pub fn func196_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x464 - GPIO input function configuration register

pub fn func197_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x468 - GPIO input function configuration register

pub fn func198_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x46c - GPIO input function configuration register

pub fn func199_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x470 - GPIO input function configuration register

pub fn func200_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x474 - GPIO input function configuration register

pub fn func201_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x478 - GPIO input function configuration register

pub fn func202_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x47c - GPIO input function configuration register

pub fn func203_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x480 - GPIO input function configuration register

pub fn func204_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x484 - GPIO input function configuration register

pub fn func205_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x488 - GPIO input function configuration register

pub fn func206_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x48c - GPIO input function configuration register

pub fn func207_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x490 - GPIO input function configuration register

pub fn func208_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x494 - GPIO input function configuration register

pub fn func209_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x498 - GPIO input function configuration register

pub fn func210_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x49c - GPIO input function configuration register

pub fn func211_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4a0 - GPIO input function configuration register

pub fn func212_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4a4 - GPIO input function configuration register

pub fn func213_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4a8 - GPIO input function configuration register

pub fn func214_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4ac - GPIO input function configuration register

pub fn func215_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4b0 - GPIO input function configuration register

pub fn func216_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4b4 - GPIO input function configuration register

pub fn func217_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4b8 - GPIO input function configuration register

pub fn func218_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4bc - GPIO input function configuration register

pub fn func219_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4c0 - GPIO input function configuration register

pub fn func220_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4c4 - GPIO input function configuration register

pub fn func221_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4c8 - GPIO input function configuration register

pub fn func222_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4cc - GPIO input function configuration register

pub fn func223_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4d0 - GPIO input function configuration register

pub fn func224_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4d4 - GPIO input function configuration register

pub fn func225_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4d8 - GPIO input function configuration register

pub fn func226_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4dc - GPIO input function configuration register

pub fn func227_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4e0 - GPIO input function configuration register

pub fn func228_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4e4 - GPIO input function configuration register

pub fn func229_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4e8 - GPIO input function configuration register

pub fn func230_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4ec - GPIO input function configuration register

pub fn func231_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4f0 - GPIO input function configuration register

pub fn func232_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4f4 - GPIO input function configuration register

pub fn func233_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4f8 - GPIO input function configuration register

pub fn func234_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x4fc - GPIO input function configuration register

pub fn func235_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x500 - GPIO input function configuration register

pub fn func236_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x504 - GPIO input function configuration register

pub fn func237_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x508 - GPIO input function configuration register

pub fn func238_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x50c - GPIO input function configuration register

pub fn func239_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x510 - GPIO input function configuration register

pub fn func240_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x514 - GPIO input function configuration register

pub fn func241_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x518 - GPIO input function configuration register

pub fn func242_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x51c - GPIO input function configuration register

pub fn func243_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x520 - GPIO input function configuration register

pub fn func244_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x524 - GPIO input function configuration register

pub fn func245_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x528 - GPIO input function configuration register

pub fn func246_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x52c - GPIO input function configuration register

pub fn func247_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x530 - GPIO input function configuration register

pub fn func248_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x534 - GPIO input function configuration register

pub fn func249_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x538 - GPIO input function configuration register

pub fn func250_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x53c - GPIO input function configuration register

pub fn func251_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x540 - GPIO input function configuration register

pub fn func252_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x544 - GPIO input function configuration register

pub fn func253_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x548 - GPIO input function configuration register

pub fn func254_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x54c - GPIO input function configuration register

pub fn func255_in_sel_cfg(&self) -> &Reg<FUNC_IN_SEL_CFG_SPEC>

0x550 - GPIO input function configuration register

pub fn func_out_sel_cfg(&self, n: usize) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x554..0x62c - GPIO output function select register

pub fn func_out_sel_cfg_iter( &self ) -> impl Iterator<Item = &Reg<FUNC_OUT_SEL_CFG_SPEC>>

Iterator for array of: 0x554..0x62c - GPIO output function select register

pub fn func0_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x554 - GPIO output function select register

pub fn func1_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x558 - GPIO output function select register

pub fn func2_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x55c - GPIO output function select register

pub fn func3_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x560 - GPIO output function select register

pub fn func4_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x564 - GPIO output function select register

pub fn func5_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x568 - GPIO output function select register

pub fn func6_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x56c - GPIO output function select register

pub fn func7_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x570 - GPIO output function select register

pub fn func8_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x574 - GPIO output function select register

pub fn func9_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x578 - GPIO output function select register

pub fn func10_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x57c - GPIO output function select register

pub fn func11_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x580 - GPIO output function select register

pub fn func12_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x584 - GPIO output function select register

pub fn func13_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x588 - GPIO output function select register

pub fn func14_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x58c - GPIO output function select register

pub fn func15_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x590 - GPIO output function select register

pub fn func16_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x594 - GPIO output function select register

pub fn func17_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x598 - GPIO output function select register

pub fn func18_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x59c - GPIO output function select register

pub fn func19_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5a0 - GPIO output function select register

pub fn func20_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5a4 - GPIO output function select register

pub fn func21_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5a8 - GPIO output function select register

pub fn func22_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5ac - GPIO output function select register

pub fn func23_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5b0 - GPIO output function select register

pub fn func24_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5b4 - GPIO output function select register

pub fn func25_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5b8 - GPIO output function select register

pub fn func26_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5bc - GPIO output function select register

pub fn func27_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5c0 - GPIO output function select register

pub fn func28_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5c4 - GPIO output function select register

pub fn func29_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5c8 - GPIO output function select register

pub fn func30_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5cc - GPIO output function select register

pub fn func31_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5d0 - GPIO output function select register

pub fn func32_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5d4 - GPIO output function select register

pub fn func33_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5d8 - GPIO output function select register

pub fn func34_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5dc - GPIO output function select register

pub fn func35_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5e0 - GPIO output function select register

pub fn func36_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5e4 - GPIO output function select register

pub fn func37_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5e8 - GPIO output function select register

pub fn func38_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5ec - GPIO output function select register

pub fn func39_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5f0 - GPIO output function select register

pub fn func40_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5f4 - GPIO output function select register

pub fn func41_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5f8 - GPIO output function select register

pub fn func42_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x5fc - GPIO output function select register

pub fn func43_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x600 - GPIO output function select register

pub fn func44_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x604 - GPIO output function select register

pub fn func45_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x608 - GPIO output function select register

pub fn func46_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x60c - GPIO output function select register

pub fn func47_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x610 - GPIO output function select register

pub fn func48_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x614 - GPIO output function select register

pub fn func49_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x618 - GPIO output function select register

pub fn func50_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x61c - GPIO output function select register

pub fn func51_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x620 - GPIO output function select register

pub fn func52_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x624 - GPIO output function select register

pub fn func53_out_sel_cfg(&self) -> &Reg<FUNC_OUT_SEL_CFG_SPEC>

0x628 - GPIO output function select register

pub fn clock_gate(&self) -> &Reg<CLOCK_GATE_SPEC>

0x62c - GPIO clock gate register

pub fn reg_date(&self) -> &Reg<REG_DATE_SPEC>

0x6fc - GPIO version register

Trait Implementations§

source§

impl Debug for GPIO

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Deref for GPIO

§

type Target = <GPIO as Deref>::Target

The resulting type after dereferencing.
source§

fn deref(&self) -> &<GPIO as Deref>::Target

Dereferences the value.
source§

impl DerefMut for GPIO

source§

fn deref_mut(&mut self) -> &mut <GPIO as Deref>::Target

Mutably dereferences the value.
source§

impl Peripheral for GPIO

§

type P = GPIO

Peripheral singleton type
source§

unsafe fn clone_unchecked(&mut self) -> <GPIO as Peripheral>::P

Unsafely clone (duplicate) a peripheral singleton. Read more
source§

fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>
where Self: 'a,

Convert a value into a PeripheralRef. Read more

Auto Trait Implementations§

§

impl RefUnwindSafe for GPIO

§

impl Send for GPIO

§

impl Sync for GPIO

§

impl Unpin for GPIO

§

impl UnwindSafe for GPIO

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.