Struct daisy::pac::fdcan1::ttost::TTOST_SPEC
pub struct TTOST_SPEC;
Expand description
Trait Implementations§
§impl Readable for TTOST_SPEC
impl Readable for TTOST_SPEC
read()
method returns ttost::R reader structure
§impl RegisterSpec for TTOST_SPEC
impl RegisterSpec for TTOST_SPEC
§impl Resettable for TTOST_SPEC
impl Resettable for TTOST_SPEC
reset()
method sets TTOST to value 0
§fn reset_value() -> <TTOST_SPEC as RegisterSpec>::Ux
fn reset_value() -> <TTOST_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for TTOST_SPEC
impl RefUnwindSafe for TTOST_SPEC
impl Send for TTOST_SPEC
impl Sync for TTOST_SPEC
impl Unpin for TTOST_SPEC
impl UnwindSafe for TTOST_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