pub struct R(/* private fields */);
Expand description
Register spi_fcr
reader
Implementations§
source§impl R
impl R
sourcepub fn rf_trig_level(&self) -> RF_TRIG_LEVEL_R
pub fn rf_trig_level(&self) -> RF_TRIG_LEVEL_R
Bits 0:7 - RXFIFO Ready Request Trigger Level
sourcepub fn rf_drq_en(&self) -> RF_DRQ_EN_R
pub fn rf_drq_en(&self) -> RF_DRQ_EN_R
Bit 8 - RXFIFO DMA Request Enable
sourcepub fn rf_test_en(&self) -> RF_TEST_EN_R
pub fn rf_test_en(&self) -> RF_TEST_EN_R
Bit 14 - RXFIFO Test Mode Enable
sourcepub fn tf_trig_level(&self) -> TF_TRIG_LEVEL_R
pub fn tf_trig_level(&self) -> TF_TRIG_LEVEL_R
Bits 16:23 - TXFIFO Empty Request Trigger Level
sourcepub fn tf_drq_en(&self) -> TF_DRQ_EN_R
pub fn tf_drq_en(&self) -> TF_DRQ_EN_R
Bit 24 - TXFIFO DMA Request Enable
sourcepub fn tf_test_en(&self) -> TF_TEST_EN_R
pub fn tf_test_en(&self) -> TF_TEST_EN_R
Bit 30 - TXFIFO Test Mode Enable
Methods from Deref<Target = R<SPI_FCR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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