pub struct TTCSM_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for TTCSM_SPEC
read()
method returns ttcsm::R reader structure
impl Readable for TTCSM_SPEC
read()
method returns ttcsm::R reader structure
Source§impl RegisterSpec for TTCSM_SPEC
impl RegisterSpec for TTCSM_SPEC
Source§impl Resettable for TTCSM_SPEC
reset()
method sets TTCSM to value 0
impl Resettable for TTCSM_SPEC
reset()
method sets TTCSM to value 0
Source§const RESET_VALUE: <TTCSM_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <cyt2b7_d::canfd0::ch::m_ttcan::ttcsm::TTCSM_SPEC as cyt2b7_d::generic::RegisterSpec>::Ux}
const RESET_VALUE: <TTCSM_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <cyt2b7_d::canfd0::ch::m_ttcan::ttcsm::TTCSM_SPEC as cyt2b7_d::generic::RegisterSpec>::Ux}
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for TTCSM_SPEC
impl RefUnwindSafe for TTCSM_SPEC
impl Send for TTCSM_SPEC
impl Sync for TTCSM_SPEC
impl Unpin for TTCSM_SPEC
impl UnwindSafe for TTCSM_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