pub struct CRLR_SPEC;
Expand description
Trait Implementations§
source§impl Resettable for CRLR_SPEC
impl Resettable for CRLR_SPEC
reset()
method sets crlr%s to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::crlr::CRLR_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <pwm::crlr::CRLR_SPEC as 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 CRLR_SPEC
impl RefUnwindSafe for CRLR_SPEC
impl Send for CRLR_SPEC
impl Sync for CRLR_SPEC
impl Unpin for CRLR_SPEC
impl UnwindSafe for CRLR_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