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