Struct stm32_hal2::pac::cordic::wdata::WDATA_SPEC
source · pub struct WDATA_SPEC;
Expand description
Trait Implementations§
source§impl Readable for WDATA_SPEC
impl Readable for WDATA_SPEC
read()
method returns wdata::R reader structure
source§impl RegisterSpec for WDATA_SPEC
impl RegisterSpec for WDATA_SPEC
source§impl Resettable for WDATA_SPEC
impl Resettable for WDATA_SPEC
reset()
method sets WDATA to value 0xffff_ffff
source§fn reset_value() -> <WDATA_SPEC as RegisterSpec>::Ux
fn reset_value() -> <WDATA_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for WDATA_SPEC
impl Send for WDATA_SPEC
impl Sync for WDATA_SPEC
impl Unpin for WDATA_SPEC
impl UnwindSafe for WDATA_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