Struct stm32_metapac::dsihost::regs::Cltcr
#[repr(transparent)]pub struct Cltcr(pub u32);
Expand description
DSI Host clock lane timer configuration register.
Tuple Fields§
§0: u32
Implementations§
§impl Cltcr
impl Cltcr
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 clock lane takes 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 clock lane takes 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 clock lane takes 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 clock lane takes to go from highâspeed to low-power transmission measured in lane byte clock cycles.
Trait Implementations§
impl Copy for Cltcr
impl Eq for Cltcr
impl StructuralPartialEq for Cltcr
Auto Trait Implementations§
impl Freeze for Cltcr
impl RefUnwindSafe for Cltcr
impl Send for Cltcr
impl Sync for Cltcr
impl Unpin for Cltcr
impl UnwindSafe for Cltcr
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
)