Struct stm32_metapac::dsihost::regs::Dltcr
#[repr(transparent)]pub struct Dltcr(pub u32);
Expand description
DSI Host data lane timer configuration register.
Tuple Fields§
§0: u32
Implementations§
§impl Dltcr
impl Dltcr
pub const fn lp2hs_time(&self) -> u16
pub const fn lp2hs_time(&self) -> u16
Low-power to high-speed time This field configures the maximum time that the D-PHY data lanes take to go from low-power to high-speed transmission measured in lane byte clock cycles.
pub fn set_lp2hs_time(&mut self, val: u16)
pub fn set_lp2hs_time(&mut self, val: u16)
Low-power to high-speed time This field configures the maximum time that the D-PHY data lanes take to go from low-power to high-speed transmission measured in lane byte clock cycles.
pub const fn hs2lp_time(&self) -> u16
pub const fn hs2lp_time(&self) -> u16
High-speed to low-power time This field configures the maximum time that the D-PHY data lanes take to go from high-speed to low-power transmission measured in lane byte clock cycles.
pub fn set_hs2lp_time(&mut self, val: u16)
pub fn set_hs2lp_time(&mut self, val: u16)
High-speed to low-power time This field configures the maximum time that the D-PHY data lanes take to go from high-speed to low-power transmission measured in lane byte clock cycles.
Trait Implementations§
impl Copy for Dltcr
impl Eq for Dltcr
impl StructuralPartialEq for Dltcr
Auto Trait Implementations§
impl Freeze for Dltcr
impl RefUnwindSafe for Dltcr
impl Send for Dltcr
impl Sync for Dltcr
impl Unpin for Dltcr
impl UnwindSafe for Dltcr
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
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)
clone_to_uninit
)