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