Struct stm32_metapac::dsihost::regs::Dltrcr
#[repr(transparent)]pub struct Dltrcr(pub u32);
Expand description
DSI Host data lane timer read configuration register.
Tuple Fields§
§0: u32
Implementations§
§impl Dltrcr
impl Dltrcr
pub const fn mrd_time(&self) -> u16
pub const fn mrd_time(&self) -> u16
Maximum read time This field configures the maximum time required to perform a read command in lane byte clock cycles. This register can only be modified when no read command is in progress.
pub fn set_mrd_time(&mut self, val: u16)
pub fn set_mrd_time(&mut self, val: u16)
Maximum read time This field configures the maximum time required to perform a read command in lane byte clock cycles. This register can only be modified when no read command is in progress.
Trait Implementations§
impl Copy for Dltrcr
impl Eq for Dltrcr
impl StructuralPartialEq for Dltrcr
Auto Trait Implementations§
impl Freeze for Dltrcr
impl RefUnwindSafe for Dltrcr
impl Send for Dltrcr
impl Sync for Dltrcr
impl Unpin for Dltrcr
impl UnwindSafe for Dltrcr
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
)