pub struct W(/* private fields */);Expand description
Register PL1CTRL1 writer
Implementations§
Source§impl W
impl W
Sourcepub fn l1respen(&mut self) -> L1RESPEN_W<'_, 0>
pub fn l1respen(&mut self) -> L1RESPEN_W<'_, 0>
Bit 0 - L1 Response Enable
Sourcepub fn l1respmd(&mut self) -> L1RESPMD_W<'_, 1>
pub fn l1respmd(&mut self) -> L1RESPMD_W<'_, 1>
Bits 1:2 - L1 Response Mode
Sourcepub fn l1negomd(&mut self) -> L1NEGOMD_W<'_, 3>
pub fn l1negomd(&mut self) -> L1NEGOMD_W<'_, 3>
Bit 3 - L1 Response Negotiation Control.NOTE: This bit is valid only when the L1RESPMD[1:0] value is 2’b11.
Methods from Deref<Target = W<PL1CTRL1_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