pub struct RTC_FASTMEM_CRC_SPEC;
Expand description
RTC fast memory CRC control register
You can read
this register and get rtc_fastmem_crc::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for RTC_FASTMEM_CRC_SPEC
impl RegisterSpec for RTC_FASTMEM_CRC_SPEC
Source§impl Resettable for RTC_FASTMEM_CRC_SPEC
reset()
method sets RTC_FASTMEM_CRC to value 0
impl Resettable for RTC_FASTMEM_CRC_SPEC
reset()
method sets RTC_FASTMEM_CRC to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
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_FASTMEM_CRC_SPEC
read()
method returns rtc_fastmem_crc::R
reader structure
Auto Trait Implementations§
impl Freeze for RTC_FASTMEM_CRC_SPEC
impl RefUnwindSafe for RTC_FASTMEM_CRC_SPEC
impl Send for RTC_FASTMEM_CRC_SPEC
impl Sync for RTC_FASTMEM_CRC_SPEC
impl Unpin for RTC_FASTMEM_CRC_SPEC
impl UnwindSafe for RTC_FASTMEM_CRC_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