pub struct R(/* private fields */);
Expand description
Register spi_ier
reader
Implementations§
source§impl R
impl R
sourcepub fn rf_rdy_int_en(&self) -> RF_RDY_INT_EN_R
pub fn rf_rdy_int_en(&self) -> RF_RDY_INT_EN_R
Bit 0 - RXFIFO Ready Request Interrupt Enable
sourcepub fn rf_emp_int_en(&self) -> RF_EMP_INT_EN_R
pub fn rf_emp_int_en(&self) -> RF_EMP_INT_EN_R
Bit 1 - RXFIFO Empty Interrupt Enable
sourcepub fn rf_full_int_en(&self) -> RF_FULL_INT_EN_R
pub fn rf_full_int_en(&self) -> RF_FULL_INT_EN_R
Bit 2 - RXFIFO Full Interrupt Enable
sourcepub fn tf_erq_int_en(&self) -> TF_ERQ_INT_EN_R
pub fn tf_erq_int_en(&self) -> TF_ERQ_INT_EN_R
Bit 4 - TXFIFO Empty Request Interrupt Enable
sourcepub fn tf_emp_int_en(&self) -> TF_EMP_INT_EN_R
pub fn tf_emp_int_en(&self) -> TF_EMP_INT_EN_R
Bit 5 - TXFIFO Empty Interrupt Enable
sourcepub fn tf_full_int_en(&self) -> TF_FULL_INT_EN_R
pub fn tf_full_int_en(&self) -> TF_FULL_INT_EN_R
Bit 6 - TXFIFO Full Interrupt Enable
sourcepub fn rf_ovf_int_en(&self) -> RF_OVF_INT_EN_R
pub fn rf_ovf_int_en(&self) -> RF_OVF_INT_EN_R
Bit 8 - RXFIFO Overflow Interrupt Enable
sourcepub fn rf_udr_int_en(&self) -> RF_UDR_INT_EN_R
pub fn rf_udr_int_en(&self) -> RF_UDR_INT_EN_R
Bit 9 - RXFIFO Underrun Interrupt Enable
sourcepub fn tf_ovf_int_en(&self) -> TF_OVF_INT_EN_R
pub fn tf_ovf_int_en(&self) -> TF_OVF_INT_EN_R
Bit 10 - TXFIFO Overflow Interrupt Enable
sourcepub fn tf_udr_int_en(&self) -> TF_UDR_INT_EN_R
pub fn tf_udr_int_en(&self) -> TF_UDR_INT_EN_R
Bit 11 - TXFIFO Underrun Interrupt Enable
sourcepub fn tc_int_en(&self) -> TC_INT_EN_R
pub fn tc_int_en(&self) -> TC_INT_EN_R
Bit 12 - Transfer Completed Interrupt Enable
sourcepub fn ss_int_en(&self) -> SS_INT_EN_R
pub fn ss_int_en(&self) -> SS_INT_EN_R
Bit 13 - SSI Interrupt Enable
Methods from Deref<Target = R<SPI_IER_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