pub struct W(/* private fields */);
Expand description
Register spi_ier
writer
Implementations§
source§impl W
impl W
sourcepub fn rf_rdy_int_en(&mut self) -> RF_RDY_INT_EN_W<'_, 0>
pub fn rf_rdy_int_en(&mut self) -> RF_RDY_INT_EN_W<'_, 0>
Bit 0 - RXFIFO Ready Request Interrupt Enable
sourcepub fn rf_emp_int_en(&mut self) -> RF_EMP_INT_EN_W<'_, 1>
pub fn rf_emp_int_en(&mut self) -> RF_EMP_INT_EN_W<'_, 1>
Bit 1 - RXFIFO Empty Interrupt Enable
sourcepub fn rf_full_int_en(&mut self) -> RF_FULL_INT_EN_W<'_, 2>
pub fn rf_full_int_en(&mut self) -> RF_FULL_INT_EN_W<'_, 2>
Bit 2 - RXFIFO Full Interrupt Enable
sourcepub fn tf_erq_int_en(&mut self) -> TF_ERQ_INT_EN_W<'_, 4>
pub fn tf_erq_int_en(&mut self) -> TF_ERQ_INT_EN_W<'_, 4>
Bit 4 - TXFIFO Empty Request Interrupt Enable
sourcepub fn tf_emp_int_en(&mut self) -> TF_EMP_INT_EN_W<'_, 5>
pub fn tf_emp_int_en(&mut self) -> TF_EMP_INT_EN_W<'_, 5>
Bit 5 - TXFIFO Empty Interrupt Enable
sourcepub fn tf_full_int_en(&mut self) -> TF_FULL_INT_EN_W<'_, 6>
pub fn tf_full_int_en(&mut self) -> TF_FULL_INT_EN_W<'_, 6>
Bit 6 - TXFIFO Full Interrupt Enable
sourcepub fn rf_ovf_int_en(&mut self) -> RF_OVF_INT_EN_W<'_, 8>
pub fn rf_ovf_int_en(&mut self) -> RF_OVF_INT_EN_W<'_, 8>
Bit 8 - RXFIFO Overflow Interrupt Enable
sourcepub fn rf_udr_int_en(&mut self) -> RF_UDR_INT_EN_W<'_, 9>
pub fn rf_udr_int_en(&mut self) -> RF_UDR_INT_EN_W<'_, 9>
Bit 9 - RXFIFO Underrun Interrupt Enable
sourcepub fn tf_ovf_int_en(&mut self) -> TF_OVF_INT_EN_W<'_, 10>
pub fn tf_ovf_int_en(&mut self) -> TF_OVF_INT_EN_W<'_, 10>
Bit 10 - TXFIFO Overflow Interrupt Enable
sourcepub fn tf_udr_int_en(&mut self) -> TF_UDR_INT_EN_W<'_, 11>
pub fn tf_udr_int_en(&mut self) -> TF_UDR_INT_EN_W<'_, 11>
Bit 11 - TXFIFO Underrun Interrupt Enable
sourcepub fn tc_int_en(&mut self) -> TC_INT_EN_W<'_, 12>
pub fn tc_int_en(&mut self) -> TC_INT_EN_W<'_, 12>
Bit 12 - Transfer Completed Interrupt Enable
sourcepub fn ss_int_en(&mut self) -> SS_INT_EN_W<'_, 13>
pub fn ss_int_en(&mut self) -> SS_INT_EN_W<'_, 13>
Bit 13 - SSI Interrupt Enable
Methods from Deref<Target = W<SPI_IER_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