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
reset()
method sets RTC_GPIO_IN to value 0
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