Struct stm32_metapac::dsihost::regs::Tccr0
#[repr(transparent)]pub struct Tccr0(pub u32);
Expand description
DSI Host timeout counter configuration register 0.
Tuple Fields§
§0: u32
Implementations§
§impl Tccr0
impl Tccr0
pub const fn lprx_tocnt(&self) -> u16
pub const fn lprx_tocnt(&self) -> u16
Low-power reception timeout counter This field configures the timeout counter that triggers a low-power reception timeout contention detection (measured in TOCKDIV cycles).
pub fn set_lprx_tocnt(&mut self, val: u16)
pub fn set_lprx_tocnt(&mut self, val: u16)
Low-power reception timeout counter This field configures the timeout counter that triggers a low-power reception timeout contention detection (measured in TOCKDIV cycles).
pub const fn hstx_tocnt(&self) -> u16
pub const fn hstx_tocnt(&self) -> u16
High-speed transmission timeout counter This field configures the timeout counter that triggers a high-speed transmission timeout contention detection (measured in TOCKDIV cycles). If using the non-burst mode and there is no enough time to switch from high-speed to low-power and back in the period from one line data finishing to the next line sync start, the DSI link returns the low-power state once per frame, then configure the TOCKDIV and HSTX_TOCNT to be in accordance with: HSTX_TOCNT * lanebyteclkperiod * TOCKDIV ⥠the time of one FRAME data transmission * (1 + 10%) In burst mode, RGB pixel packets are time-compressed, leaving more time during a scan line. Therefore, if in burst mode and there is enough time to switch from high-speed to low-power and back in the period from one line data finishing to the next line sync start, the DSI link can return low-power mode and back in this time interval to save power. For this, configure the TOCKDIV and HSTX_TOCNT to be in accordance with: HSTX_TOCNT * lanebyteclkperiod * TOCKDIV ⥠the time of one LINE data transmission * (1 + 10%).
pub fn set_hstx_tocnt(&mut self, val: u16)
pub fn set_hstx_tocnt(&mut self, val: u16)
High-speed transmission timeout counter This field configures the timeout counter that triggers a high-speed transmission timeout contention detection (measured in TOCKDIV cycles). If using the non-burst mode and there is no enough time to switch from high-speed to low-power and back in the period from one line data finishing to the next line sync start, the DSI link returns the low-power state once per frame, then configure the TOCKDIV and HSTX_TOCNT to be in accordance with: HSTX_TOCNT * lanebyteclkperiod * TOCKDIV ⥠the time of one FRAME data transmission * (1 + 10%) In burst mode, RGB pixel packets are time-compressed, leaving more time during a scan line. Therefore, if in burst mode and there is enough time to switch from high-speed to low-power and back in the period from one line data finishing to the next line sync start, the DSI link can return low-power mode and back in this time interval to save power. For this, configure the TOCKDIV and HSTX_TOCNT to be in accordance with: HSTX_TOCNT * lanebyteclkperiod * TOCKDIV ⥠the time of one LINE data transmission * (1 + 10%).
Trait Implementations§
impl Copy for Tccr0
impl Eq for Tccr0
impl StructuralPartialEq for Tccr0
Auto Trait Implementations§
impl Freeze for Tccr0
impl RefUnwindSafe for Tccr0
impl Send for Tccr0
impl Sync for Tccr0
impl Unpin for Tccr0
impl UnwindSafe for Tccr0
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
)