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