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