[][src]Struct k66::spi1::ctar::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 br(&mut self) -> _BRW[src]

Bits 0:3 - Baud Rate Scaler

pub fn dt(&mut self) -> _DTW[src]

Bits 4:7 - Delay After Transfer Scaler

pub fn asc(&mut self) -> _ASCW[src]

Bits 8:11 - After SCK Delay Scaler

pub fn cssck(&mut self) -> _CSSCKW[src]

Bits 12:15 - PCS to SCK Delay Scaler

pub fn pbr(&mut self) -> _PBRW[src]

Bits 16:17 - Baud Rate Prescaler

pub fn pdt(&mut self) -> _PDTW[src]

Bits 18:19 - Delay after Transfer Prescaler

pub fn pasc(&mut self) -> _PASCW[src]

Bits 20:21 - After SCK Delay Prescaler

pub fn pcssck(&mut self) -> _PCSSCKW[src]

Bits 22:23 - PCS to SCK Delay Prescaler

pub fn lsbfe(&mut self) -> _LSBFEW[src]

Bit 24 - LSB First

pub fn cpha(&mut self) -> _CPHAW[src]

Bit 25 - Clock Phase

pub fn cpol(&mut self) -> _CPOLW[src]

Bit 26 - Clock Polarity

pub fn fmsz(&mut self) -> _FMSZW[src]

Bits 27:30 - Frame Size

pub fn dbr(&mut self) -> _DBRW[src]

Bit 31 - Double Baud Rate

Auto Trait Implementations

impl Send for W

impl Sync for W

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