pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn pcs0(&self) -> PCS0R
pub fn pcs0(&self) -> PCS0R
Bit 16 - Select which PCS signals are to be asserted for the transfer
Sourcepub fn pcs1(&self) -> PCS1R
pub fn pcs1(&self) -> PCS1R
Bit 17 - Select which PCS signals are to be asserted for the transfer
Sourcepub fn pcs2(&self) -> PCS2R
pub fn pcs2(&self) -> PCS2R
Bit 18 - Select which PCS signals are to be asserted for the transfer
Sourcepub fn pcs3(&self) -> PCS3R
pub fn pcs3(&self) -> PCS3R
Bit 19 - Select which PCS signals are to be asserted for the transfer
Sourcepub fn pcs4(&self) -> PCS4R
pub fn pcs4(&self) -> PCS4R
Bit 20 - Select which PCS signals are to be asserted for the transfer
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