[][src]Struct k66::spi1::mcr::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 halt(&mut self) -> _HALTW[src]

Bit 0 - Halt

pub fn smpl_pt(&mut self) -> _SMPL_PTW[src]

Bits 8:9 - Sample Point

pub fn clr_rxf(&mut self) -> _CLR_RXFW[src]

Bit 10 - CLR_RXF

pub fn clr_txf(&mut self) -> _CLR_TXFW[src]

Bit 11 - Clear TX FIFO

pub fn dis_rxf(&mut self) -> _DIS_RXFW[src]

Bit 12 - Disable Receive FIFO

pub fn dis_txf(&mut self) -> _DIS_TXFW[src]

Bit 13 - Disable Transmit FIFO

pub fn mdis(&mut self) -> _MDISW[src]

Bit 14 - Module Disable

pub fn doze(&mut self) -> _DOZEW[src]

Bit 15 - Doze Enable

pub fn pcsis0(&mut self) -> _PCSIS0W[src]

Bit 16 - Peripheral Chip Select x Inactive State

pub fn pcsis1(&mut self) -> _PCSIS1W[src]

Bit 17 - Peripheral Chip Select x Inactive State

pub fn pcsis2(&mut self) -> _PCSIS2W[src]

Bit 18 - Peripheral Chip Select x Inactive State

pub fn pcsis3(&mut self) -> _PCSIS3W[src]

Bit 19 - Peripheral Chip Select x Inactive State

pub fn pcsis4(&mut self) -> _PCSIS4W[src]

Bit 20 - Peripheral Chip Select x Inactive State

pub fn pcsis5(&mut self) -> _PCSIS5W[src]

Bit 21 - Peripheral Chip Select x Inactive State

pub fn rooe(&mut self) -> _ROOEW[src]

Bit 24 - Receive FIFO Overflow Overwrite Enable

pub fn pcsse(&mut self) -> _PCSSEW[src]

Bit 25 - Peripheral Chip Select Strobe Enable

pub fn mtfe(&mut self) -> _MTFEW[src]

Bit 26 - Modified Transfer Format Enable

pub fn frz(&mut self) -> _FRZW[src]

Bit 27 - Freeze

pub fn cont_scke(&mut self) -> _CONT_SCKEW[src]

Bit 30 - Continuous SCK Enable

pub fn mstr(&mut self) -> _MSTRW[src]

Bit 31 - Master/Slave Mode Select

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