[][src]Struct k64::spi1::pushr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bits 0:15 - Transmit Data

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

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

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

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

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

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

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

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

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

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

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

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

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

Bit 26 - Clear Transfer Counter

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

Bit 27 - End Of Queue

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

Bits 28:30 - Clock and Transfer Attributes Select

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

Bit 31 - Continuous Peripheral Chip Select Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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