[][src]Struct bl602_pac::spi::spi_int_sts::W

pub struct W(_);

Register spi_int_sts writer

Implementations

impl W[src]

pub fn cr_spi_fer_en(&mut self) -> CR_SPI_FER_EN_W[src]

Bit 29

pub fn cr_spi_txu_en(&mut self) -> CR_SPI_TXU_EN_W[src]

Bit 28

pub fn cr_spi_sto_en(&mut self) -> CR_SPI_STO_EN_W[src]

Bit 27

pub fn cr_spi_rxf_en(&mut self) -> CR_SPI_RXF_EN_W[src]

Bit 26

pub fn cr_spi_txf_en(&mut self) -> CR_SPI_TXF_EN_W[src]

Bit 25

pub fn cr_spi_end_en(&mut self) -> CR_SPI_END_EN_W[src]

Bit 24

pub fn rsvd_21(&mut self) -> RSVD_21_W[src]

Bit 21

pub fn cr_spi_txu_clr(&mut self) -> CR_SPI_TXU_CLR_W[src]

Bit 20

pub fn cr_spi_sto_clr(&mut self) -> CR_SPI_STO_CLR_W[src]

Bit 19

pub fn rsvd_18(&mut self) -> RSVD_18_W[src]

Bit 18

pub fn rsvd_17(&mut self) -> RSVD_17_W[src]

Bit 17

pub fn cr_spi_end_clr(&mut self) -> CR_SPI_END_CLR_W[src]

Bit 16

pub fn cr_spi_fer_mask(&mut self) -> CR_SPI_FER_MASK_W[src]

Bit 13

pub fn cr_spi_txu_mask(&mut self) -> CR_SPI_TXU_MASK_W[src]

Bit 12

pub fn cr_spi_sto_mask(&mut self) -> CR_SPI_STO_MASK_W[src]

Bit 11

pub fn cr_spi_rxf_mask(&mut self) -> CR_SPI_RXF_MASK_W[src]

Bit 10

pub fn cr_spi_txf_mask(&mut self) -> CR_SPI_TXF_MASK_W[src]

Bit 9

pub fn cr_spi_end_mask(&mut self) -> CR_SPI_END_MASK_W[src]

Bit 8

pub fn spi_fer_int(&mut self) -> SPI_FER_INT_W[src]

Bit 5

pub fn spi_txu_int(&mut self) -> SPI_TXU_INT_W[src]

Bit 4

pub fn spi_sto_int(&mut self) -> SPI_STO_INT_W[src]

Bit 3

pub fn spi_rxf_int(&mut self) -> SPI_RXF_INT_W[src]

Bit 2

pub fn spi_txf_int(&mut self) -> SPI_TXF_INT_W[src]

Bit 1

pub fn spi_end_int(&mut self) -> SPI_END_INT_W[src]

Bit 0

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

Writes raw bits to the register.

Methods from Deref<Target = W<SPI_INT_STS_SPEC>>

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

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<SPI_INT_STS_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<SPI_INT_STS_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

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

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

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

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

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

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> 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.