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