#[repr(transparent)]pub struct Sirctest(pub u32);Expand description
SIRC Test Register.
Tuple Fields§
§0: u32Implementations§
Source§impl Sirctest
impl Sirctest
Sourcepub const fn set_div16en(&mut self, val: Div16en)
pub const fn set_div16en(&mut self, val: Div16en)
SIRC Div-by-16 Output Enable.
Sourcepub const fn flip_buf_in(&self) -> FlipBufIn
pub const fn flip_buf_in(&self) -> FlipBufIn
SIRC Flip Buffer Inputs Enable.
Sourcepub const fn set_flip_buf_in(&mut self, val: FlipBufIn)
pub const fn set_flip_buf_in(&mut self, val: FlipBufIn)
SIRC Flip Buffer Inputs Enable.
Sourcepub const fn test_buf_bypass(&self) -> TestBufBypass
pub const fn test_buf_bypass(&self) -> TestBufBypass
SIRC Buffer Bypass.
Sourcepub const fn set_test_buf_bypass(&mut self, val: TestBufBypass)
pub const fn set_test_buf_bypass(&mut self, val: TestBufBypass)
SIRC Buffer Bypass.
Sourcepub const fn set_test_sel(&mut self, val: TestSel)
pub const fn set_test_sel(&mut self, val: TestSel)
SIRC Test Select.
Trait Implementations§
impl Copy for Sirctest
impl Eq for Sirctest
impl StructuralPartialEq for Sirctest
Auto Trait Implementations§
impl Freeze for Sirctest
impl RefUnwindSafe for Sirctest
impl Send for Sirctest
impl Sync for Sirctest
impl Unpin for Sirctest
impl UnwindSafe for Sirctest
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