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

type PCPU_NMI_INT = Reg<u32, _PCPU_NMI_INT>;

GPIO_PCPU_NMI_INT

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

For information about available fields see pcpu_nmi_int module

Trait Implementations

impl Readable for PCPU_NMI_INT[src]

read() method returns pcpu_nmi_int::R reader structure

impl ResetValue for PCPU_NMI_INT[src]

Register PCPU_NMI_INT reset()'s with value 0

impl Writable for PCPU_NMI_INT[src]

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