pub struct W(/* private fields */);
Expand description
Register spi_fcr
writer
Implementations§
source§impl W
impl W
sourcepub fn rf_trig_level(&mut self) -> RF_TRIG_LEVEL_W<'_, 0>
pub fn rf_trig_level(&mut self) -> RF_TRIG_LEVEL_W<'_, 0>
Bits 0:7 - RXFIFO Ready Request Trigger Level
sourcepub fn rf_drq_en(&mut self) -> RF_DRQ_EN_W<'_, 8>
pub fn rf_drq_en(&mut self) -> RF_DRQ_EN_W<'_, 8>
Bit 8 - RXFIFO DMA Request Enable
sourcepub fn rf_test_en(&mut self) -> RF_TEST_EN_W<'_, 14>
pub fn rf_test_en(&mut self) -> RF_TEST_EN_W<'_, 14>
Bit 14 - RXFIFO Test Mode Enable
sourcepub fn tf_trig_level(&mut self) -> TF_TRIG_LEVEL_W<'_, 16>
pub fn tf_trig_level(&mut self) -> TF_TRIG_LEVEL_W<'_, 16>
Bits 16:23 - TXFIFO Empty Request Trigger Level
sourcepub fn tf_drq_en(&mut self) -> TF_DRQ_EN_W<'_, 24>
pub fn tf_drq_en(&mut self) -> TF_DRQ_EN_W<'_, 24>
Bit 24 - TXFIFO DMA Request Enable
sourcepub fn tf_test_en(&mut self) -> TF_TEST_EN_W<'_, 30>
pub fn tf_test_en(&mut self) -> TF_TEST_EN_W<'_, 30>
Bit 30 - TXFIFO Test Mode Enable
Methods from Deref<Target = W<SPI_FCR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more