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.
pub fn set_lp2hs_time(&mut self, val: u16)
pub fn set_lp2hs_time(&mut self, val: u16)
Low-Power to High-Speed Time.
pub const fn hs2lp_time(&self) -> u16
pub const fn hs2lp_time(&self) -> u16
High-Speed to Low-Power Time.
pub fn set_hs2lp_time(&mut self, val: u16)
pub fn set_hs2lp_time(&mut self, val: u16)
High-Speed to Low-Power Time.
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
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
)