[][src]Type Definition esp32::gpio::CPUSDIO_INT

type CPUSDIO_INT = Reg<u32, _CPUSDIO_INT>;

GPIO_CPUSDIO_INT

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see cpusdio_int module

Trait Implementations

impl Readable for CPUSDIO_INT[src]

read() method returns cpusdio_int::R reader structure

impl ResetValue for CPUSDIO_INT[src]

Register CPUSDIO_INT reset()'s with value 0

type Type = u32

Raw register type (u8, u16, u32, ...).

impl Writable for CPUSDIO_INT[src]

write(|w| ..) method takes cpusdio_int::W writer structure