[−][src]Struct bl602_pac::spi::spi_fifo_config_1::R
Register spi_fifo_config_1
reader
Implementations
impl R
[src][−]
pub fn rx_fifo_th(&self) -> RX_FIFO_TH_R
[src][−]
Bits 24:25
pub fn tx_fifo_th(&self) -> TX_FIFO_TH_R
[src][−]
Bits 16:17
pub fn rx_fifo_cnt(&self) -> RX_FIFO_CNT_R
[src][−]
Bits 8:10
pub fn tx_fifo_cnt(&self) -> TX_FIFO_CNT_R
[src][−]
Bits 0:2
Methods from Deref<Target = R<SPI_FIFO_CONFIG_1_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,