Struct stm32_metapac::dsihost::regs::Lpmccr
#[repr(transparent)]pub struct Lpmccr(pub u32);
Expand description
DSI Host low-power mode current configuration register.
Tuple Fields§
§0: u32
Implementations§
§impl Lpmccr
impl Lpmccr
pub const fn vlpsize(&self) -> u8
pub const fn vlpsize(&self) -> u8
VACT largest packet size This field returns the current size, in bytes, of the largest packet that can fit in a line during VACT regions, for the transmission of commands in low-power mode.
pub fn set_vlpsize(&mut self, val: u8)
pub fn set_vlpsize(&mut self, val: u8)
VACT largest packet size This field returns the current size, in bytes, of the largest packet that can fit in a line during VACT regions, for the transmission of commands in low-power mode.
pub const fn lpsize(&self) -> u8
pub const fn lpsize(&self) -> u8
Largest packet size This field is returns the current size, in bytes, of the largest packet that can fit in a line during VSA, VBP and VFP regions, for the transmission of commands in low-power mode.
pub fn set_lpsize(&mut self, val: u8)
pub fn set_lpsize(&mut self, val: u8)
Largest packet size This field is returns the current size, in bytes, of the largest packet that can fit in a line during VSA, VBP and VFP regions, for the transmission of commands in low-power mode.
Trait Implementations§
impl Copy for Lpmccr
impl Eq for Lpmccr
impl StructuralPartialEq for Lpmccr
Auto Trait Implementations§
impl Freeze for Lpmccr
impl RefUnwindSafe for Lpmccr
impl Send for Lpmccr
impl Sync for Lpmccr
impl Unpin for Lpmccr
impl UnwindSafe for Lpmccr
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
)