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