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