Struct SrdrSpec
pub struct SrdrSpec;Trait Implementations§
§impl Resettable for SrdrSpec
reset() method sets SRDR to value 0x4000
impl Resettable for SrdrSpec
reset() method sets SRDR 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 SrdrSpec
read() method returns srdr::R reader structure
Auto Trait Implementations§
impl Freeze for SrdrSpec
impl RefUnwindSafe for SrdrSpec
impl Send for SrdrSpec
impl Sync for SrdrSpec
impl Unpin for SrdrSpec
impl UnwindSafe for SrdrSpec
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