Struct esp32s3::rtc_io::rtc_gpio_in::RTC_GPIO_IN_SPEC
source · pub struct RTC_GPIO_IN_SPEC;Expand description
RTC GPIO input data
You can read this register and get rtc_gpio_in::R. See API.
Trait Implementations§
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: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RTC_GPIO_IN_SPEC
read() method returns rtc_gpio_in::R reader structure
Auto Trait Implementations§
impl Freeze for RTC_GPIO_IN_SPEC
impl RefUnwindSafe for RTC_GPIO_IN_SPEC
impl Send for RTC_GPIO_IN_SPEC
impl Sync for RTC_GPIO_IN_SPEC
impl Unpin for RTC_GPIO_IN_SPEC
impl UnwindSafe for RTC_GPIO_IN_SPEC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more