Struct esp32c2_hal::pac::gpio::status_next::STATUS_NEXT_SPEC
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§
§impl Readable for STATUS_NEXT_SPEC
impl Readable for STATUS_NEXT_SPEC
read()
method returns status_next::R reader structure
§impl RegisterSpec for STATUS_NEXT_SPEC
impl RegisterSpec for STATUS_NEXT_SPEC
§impl Resettable for STATUS_NEXT_SPEC
impl Resettable for STATUS_NEXT_SPEC
reset()
method sets STATUS_NEXT to value 0
§const RESET_VALUE: <STATUS_NEXT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::status_next::STATUS_NEXT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
const RESET_VALUE: <STATUS_NEXT_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32c2::gpio::status_next::STATUS_NEXT_SPEC as esp_hal_common::esp32c2::generic::RegisterSpec>::Ux}
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.