[−][src]Struct bl602_pac::spi::spi_fifo_config_1::W
Register spi_fifo_config_1
writer
Implementations
impl W
[src][−]
pub fn rx_fifo_th(&mut self) -> RX_FIFO_TH_W
[src][−]
Bits 24:25
pub fn tx_fifo_th(&mut self) -> TX_FIFO_TH_W
[src][−]
Bits 16:17
pub fn rx_fifo_cnt(&mut self) -> RX_FIFO_CNT_W
[src][−]
Bits 8:10
pub fn tx_fifo_cnt(&mut self) -> TX_FIFO_CNT_W
[src][−]
Bits 0:2
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src][−]
Writes raw bits to the register.
Methods from Deref<Target = W<SPI_FIFO_CONFIG_1_SPEC>>
Trait Implementations
impl Deref for W
[src][+]
impl DerefMut for W
[src][+]
impl From<W<SPI_FIFO_CONFIG_1_SPEC>> for W
[src][+]
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>,