pub struct R(_);
Expand description
Register PLC_CONF0
reader
Implementations§
source§impl R
impl R
sourcepub fn good_pack_max(&self) -> GOOD_PACK_MAX_R
pub fn good_pack_max(&self) -> GOOD_PACK_MAX_R
Bits 0:5
sourcepub fn n_err_seg(&self) -> N_ERR_SEG_R
pub fn n_err_seg(&self) -> N_ERR_SEG_R
Bits 6:8
sourcepub fn shift_rate(&self) -> SHIFT_RATE_R
pub fn shift_rate(&self) -> SHIFT_RATE_R
Bits 9:11
sourcepub fn max_slide_sample(&self) -> MAX_SLIDE_SAMPLE_R
pub fn max_slide_sample(&self) -> MAX_SLIDE_SAMPLE_R
Bits 12:19
sourcepub fn pack_len_8k(&self) -> PACK_LEN_8K_R
pub fn pack_len_8k(&self) -> PACK_LEN_8K_R
Bits 20:24
sourcepub fn n_min_err(&self) -> N_MIN_ERR_R
pub fn n_min_err(&self) -> N_MIN_ERR_R
Bits 25:27
Methods from Deref<Target = R<PLC_CONF0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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