Struct esp32c2::gpio::status_next::STATUS_NEXT_SPEC   
source · pub struct STATUS_NEXT_SPEC;Expand description
GPIO interrupt source register
This register you can read. See API.
For information about available fields see status_next module
Trait Implementations§
source§impl Readable for STATUS_NEXT_SPEC
 
impl Readable for STATUS_NEXT_SPEC
read() method returns status_next::R reader structure
source§impl RegisterSpec for STATUS_NEXT_SPEC
 
impl RegisterSpec for STATUS_NEXT_SPEC
source§impl Resettable for STATUS_NEXT_SPEC
 
impl Resettable for STATUS_NEXT_SPEC
reset() method sets STATUS_NEXT to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::status_next::STATUS_NEXT_SPEC as generic::RegisterSpec>::Ux}
 
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <gpio::status_next::STATUS_NEXT_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.