pub struct CPU_PERI_TIMEOUT_UID_SPEC;
Expand description
CPU_PERI_TIMEOUT_UID register
You can read
this register and get cpu_peri_timeout_uid::R
. See API.
Trait Implementations§
Source§impl Resettable for CPU_PERI_TIMEOUT_UID_SPEC
reset()
method sets CPU_PERI_TIMEOUT_UID to value 0
impl Resettable for CPU_PERI_TIMEOUT_UID_SPEC
reset()
method sets CPU_PERI_TIMEOUT_UID 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 CPU_PERI_TIMEOUT_UID_SPEC
read()
method returns cpu_peri_timeout_uid::R
reader structure
Auto Trait Implementations§
impl Freeze for CPU_PERI_TIMEOUT_UID_SPEC
impl RefUnwindSafe for CPU_PERI_TIMEOUT_UID_SPEC
impl Send for CPU_PERI_TIMEOUT_UID_SPEC
impl Sync for CPU_PERI_TIMEOUT_UID_SPEC
impl Unpin for CPU_PERI_TIMEOUT_UID_SPEC
impl UnwindSafe for CPU_PERI_TIMEOUT_UID_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