Type Alias R

Source
pub type R = R<INT_ST_SPEC>;
Expand description

Register INT_ST reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn per_end(&self) -> PER_END_R

Bit 0 - The status bit for SPI_MEM_PER_END_INT interrupt.

Source

pub fn pes_end(&self) -> PES_END_R

Bit 1 - The status bit for SPI_MEM_PES_END_INT interrupt.

Source

pub fn total_trans_end(&self) -> TOTAL_TRANS_END_R

Bit 2 - The status bit for SPI_MEM_TOTAL_TRANS_END_INT interrupt.

Source

pub fn brown_out(&self) -> BROWN_OUT_R

Bit 3 - The status bit for SPI_MEM_BROWN_OUT_INT interrupt.