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

Bits 0:3 - Baud Rate Scaler

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

Bits 4:7 - Delay After Transfer Scaler

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

Bits 8:11 - After SCK Delay Scaler

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

Bits 12:15 - PCS to SCK Delay Scaler

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

Bits 16:17 - Baud Rate Prescaler

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

Bits 18:19 - Delay after Transfer Prescaler

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

Bits 20:21 - After SCK Delay Prescaler

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

Bits 22:23 - PCS to SCK Delay Prescaler

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

Bit 24 - LSB First

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

Bit 25 - Clock Phase

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

Bit 26 - Clock Polarity

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

Bits 27:30 - Frame Size

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

Bit 31 - Double Baud Rate

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