Struct RaSpec
pub struct RaSpec;Trait Implementations§
§impl Resettable for RaSpec
reset() method sets RA to value 0
impl Resettable for RaSpec
reset() method sets RA to value 0
§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RaSpec
read() method returns ra::R reader structure
Auto Trait Implementations§
impl Freeze for RaSpec
impl RefUnwindSafe for RaSpec
impl Send for RaSpec
impl Sync for RaSpec
impl Unpin for RaSpec
impl UnwindSafe for RaSpec
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