[][src]Struct k22f::axbs::crs::PCTL_W

pub struct PCTL_W<'a> { /* fields omitted */ }

Write proxy for field PCTL

Methods

impl<'a> PCTL_W<'a>[src]

pub fn variant(self, variant: PCTL_A) -> &'a mut W[src]

Writes variant to the field

pub fn _00(self) -> &'a mut W[src]

When no master makes a request, the arbiter parks the slave port on the master port defined by the PARK field

pub fn _01(self) -> &'a mut W[src]

When no master makes a request, the arbiter parks the slave port on the last master to be in control of the slave port

pub fn _10(self) -> &'a mut W[src]

When no master makes a request, the slave port is not parked on a master and the arbiter drives all outputs to a constant safe state

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for PCTL_W<'a>

impl<'a> !Sync for PCTL_W<'a>

impl<'a> Unpin for PCTL_W<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.