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