pub struct HstxCtrl { /* private fields */ }
Expand description
Control interface to HSTX. For FIFO write access and status, see the HSTX_FIFO register block.
Implementations§
source§impl HstxCtrl
impl HstxCtrl
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn csr(self) -> Reg<Csr, RW>
sourcepub const fn expand_shift(self) -> Reg<ExpandShift, RW>
pub const fn expand_shift(self) -> Reg<ExpandShift, RW>
Configure the optional shifter inside the command expander
sourcepub const fn expand_tmds(self) -> Reg<ExpandTmds, RW>
pub const fn expand_tmds(self) -> Reg<ExpandTmds, RW>
Configure the optional TMDS encoder inside the command expander
Trait Implementations§
impl Copy for HstxCtrl
impl Eq for HstxCtrl
impl Send for HstxCtrl
impl StructuralPartialEq for HstxCtrl
impl Sync for HstxCtrl
Auto Trait Implementations§
impl Freeze for HstxCtrl
impl RefUnwindSafe for HstxCtrl
impl Unpin for HstxCtrl
impl UnwindSafe for HstxCtrl
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)