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

pub struct R(_);

Register spi_int_sts reader

Implementations

impl R[src]

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

Bit 29

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

Bit 28

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

Bit 27

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

Bit 26

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

Bit 25

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

Bit 24

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

Bit 21

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

Bit 20

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

Bit 19

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

Bit 18

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

Bit 17

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

Bit 16

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

Bit 13

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

Bit 12

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

Bit 11

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

Bit 10

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

Bit 9

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

Bit 8

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

Bit 5

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

Bit 4

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

Bit 3

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

Bit 2

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

Bit 1

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

Bit 0

Methods from Deref<Target = R<SPI_INT_STS_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<SPI_INT_STS_SPEC>

The resulting type after dereferencing.

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

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.