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