#[repr(transparent)]pub struct Firctest(pub u32);Expand description
FIRC Test Register.
Tuple Fields§
§0: u32Implementations§
Source§impl Firctest
impl Firctest
Sourcepub const fn set_testen(&mut self, val: Testen)
pub const fn set_testen(&mut self, val: Testen)
Test Enable.
Sourcepub const fn set_testsel(&mut self, val: Testsel)
pub const fn set_testsel(&mut self, val: Testsel)
Test Select.
Sourcepub const fn overstress(&self) -> Overstress
pub const fn overstress(&self) -> Overstress
Over Stress Test.
Sourcepub const fn set_overstress(&mut self, val: Overstress)
pub const fn set_overstress(&mut self, val: Overstress)
Over Stress Test.
Sourcepub const fn test_buf_en(&self) -> TestBufEn
pub const fn test_buf_en(&self) -> TestBufEn
Test Buffer Enable.
Sourcepub const fn set_test_buf_en(&mut self, val: TestBufEn)
pub const fn set_test_buf_en(&mut self, val: TestBufEn)
Test Buffer Enable.
Sourcepub const fn test_buf_flip(&self) -> TestBufFlip
pub const fn test_buf_flip(&self) -> TestBufFlip
Test Buffer Flip.
Sourcepub const fn set_test_buf_flip(&mut self, val: TestBufFlip)
pub const fn set_test_buf_flip(&mut self, val: TestBufFlip)
Test Buffer Flip.
Sourcepub const fn set_clk_valid(&mut self, val: ClkValid)
pub const fn set_clk_valid(&mut self, val: ClkValid)
Analog output clk_valid_lv.
Sourcepub const fn start_valid(&self) -> StartValid
pub const fn start_valid(&self) -> StartValid
Analog output start_valid_lv.
Sourcepub const fn set_start_valid(&mut self, val: StartValid)
pub const fn set_start_valid(&mut self, val: StartValid)
Analog output start_valid_lv.
Trait Implementations§
impl Copy for Firctest
impl Eq for Firctest
impl StructuralPartialEq for Firctest
Auto Trait Implementations§
impl Freeze for Firctest
impl RefUnwindSafe for Firctest
impl Send for Firctest
impl Sync for Firctest
impl Unpin for Firctest
impl UnwindSafe for Firctest
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