pub struct R(/* private fields */);Expand description
Register DESIGNCFG_DEBUG7 reader
Implementations§
Source§impl R
impl R
Sourcepub fn x_pbuf_num_segments_q0(&self) -> X_PBUF_NUM_SEGMENTS_Q0_R
pub fn x_pbuf_num_segments_q0(&self) -> X_PBUF_NUM_SEGMENTS_Q0_R
Bits 0:3 - Takes the value of the `gem_tx_pbuf_num_segments_q0 DEFINE
Sourcepub fn x_pbuf_num_segments_q1(&self) -> X_PBUF_NUM_SEGMENTS_Q1_R
pub fn x_pbuf_num_segments_q1(&self) -> X_PBUF_NUM_SEGMENTS_Q1_R
Bits 4:7 - Takes the value of the `gem_tx_pbuf_num_segments_q1 DEFINE
Sourcepub fn x_pbuf_num_segments_q2(&self) -> X_PBUF_NUM_SEGMENTS_Q2_R
pub fn x_pbuf_num_segments_q2(&self) -> X_PBUF_NUM_SEGMENTS_Q2_R
Bits 8:11 - Takes the value of the `gem_tx_pbuf_num_segments_q2 DEFINE
Sourcepub fn x_pbuf_num_segments_q3(&self) -> X_PBUF_NUM_SEGMENTS_Q3_R
pub fn x_pbuf_num_segments_q3(&self) -> X_PBUF_NUM_SEGMENTS_Q3_R
Bits 12:15 - Takes the value of the `gem_tx_pbuf_num_segments_q3 DEFINE
Sourcepub fn x_pbuf_num_segments_q4(&self) -> X_PBUF_NUM_SEGMENTS_Q4_R
pub fn x_pbuf_num_segments_q4(&self) -> X_PBUF_NUM_SEGMENTS_Q4_R
Bits 16:19 - Takes the value of the `gem_tx_pbuf_num_segments_q4 DEFINE
Sourcepub fn x_pbuf_num_segments_q5(&self) -> X_PBUF_NUM_SEGMENTS_Q5_R
pub fn x_pbuf_num_segments_q5(&self) -> X_PBUF_NUM_SEGMENTS_Q5_R
Bits 20:23 - Takes the value of the `gem_tx_pbuf_num_segments_q5 DEFINE
Sourcepub fn x_pbuf_num_segments_q6(&self) -> X_PBUF_NUM_SEGMENTS_Q6_R
pub fn x_pbuf_num_segments_q6(&self) -> X_PBUF_NUM_SEGMENTS_Q6_R
Bits 24:27 - Takes the value of the `gem_tx_pbuf_num_segments_q6 DEFINE
Sourcepub fn x_pbuf_num_segments_q7(&self) -> X_PBUF_NUM_SEGMENTS_Q7_R
pub fn x_pbuf_num_segments_q7(&self) -> X_PBUF_NUM_SEGMENTS_Q7_R
Bits 28:31 - Takes the value of the `gem_tx_pbuf_num_segments_q7 DEFINE
Methods from Deref<Target = R<DESIGNCFG_DEBUG7_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