Struct esp32s3::gpio::pcpu_nmi_int::PCPU_NMI_INT_SPEC
source · pub struct PCPU_NMI_INT_SPEC;
Expand description
GPIO PRO_CPU(not shielded) interrupt status register for GPIO0-31
This register you can read
. See API.
For information about available fields see pcpu_nmi_int module
Trait Implementations§
source§impl Readable for PCPU_NMI_INT_SPEC
impl Readable for PCPU_NMI_INT_SPEC
read()
method returns pcpu_nmi_int::R reader structure
source§impl RegisterSpec for PCPU_NMI_INT_SPEC
impl RegisterSpec for PCPU_NMI_INT_SPEC
source§impl Resettable for PCPU_NMI_INT_SPEC
impl Resettable for PCPU_NMI_INT_SPEC
reset()
method sets PCPU_NMI_INT to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pcpu_nmi_int::PCPU_NMI_INT_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::pcpu_nmi_int::PCPU_NMI_INT_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.