[][src]Struct k66::spi1::pushr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn txdata(&self) -> TXDATAR[src]

Bits 0:15 - Transmit Data

pub fn pcs0(&self) -> PCS0R[src]

Bit 16 - Select which PCS signals are to be asserted for the transfer

pub fn pcs1(&self) -> PCS1R[src]

Bit 17 - Select which PCS signals are to be asserted for the transfer

pub fn pcs2(&self) -> PCS2R[src]

Bit 18 - Select which PCS signals are to be asserted for the transfer

pub fn pcs3(&self) -> PCS3R[src]

Bit 19 - Select which PCS signals are to be asserted for the transfer

pub fn pcs4(&self) -> PCS4R[src]

Bit 20 - Select which PCS signals are to be asserted for the transfer

pub fn pcs5(&self) -> PCS5R[src]

Bit 21 - Select which PCS signals are to be asserted for the transfer

pub fn ctcnt(&self) -> CTCNTR[src]

Bit 26 - Clear Transfer Counter

pub fn eoq(&self) -> EOQR[src]

Bit 27 - End Of Queue

pub fn ctas(&self) -> CTASR[src]

Bits 28:30 - Clock and Transfer Attributes Select

pub fn cont(&self) -> CONTR[src]

Bit 31 - Continuous Peripheral Chip Select Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self