Struct d1_pac::tcon_tv0::tv_safe_period::W
source · pub struct W(/* private fields */);
Expand description
Register tv_safe_period
writer
Implementations§
source§impl W
impl W
sourcepub fn safe_period_mode(&mut self) -> SAFE_PERIOD_MODE_W<'_, 0>
pub fn safe_period_mode(&mut self) -> SAFE_PERIOD_MODE_W<'_, 0>
Bits 0:2 - Safe Period Mode
sourcepub fn safe_period_line(&mut self) -> SAFE_PERIOD_LINE_W<'_, 4>
pub fn safe_period_line(&mut self) -> SAFE_PERIOD_LINE_W<'_, 4>
Bits 4:15 - Safe Period Line
sourcepub fn safe_period_fifo_num(&mut self) -> SAFE_PERIOD_FIFO_NUM_W<'_, 16>
pub fn safe_period_fifo_num(&mut self) -> SAFE_PERIOD_FIFO_NUM_W<'_, 16>
Bits 16:28 - Safe Period FIFO Number
Methods from Deref<Target = W<TV_SAFE_PERIOD_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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