pub type W = W<INTERRUPT_SPEC>;
Expand description
Register interrupt
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn transfer_end_mask(&mut self) -> TRANSFER_END_MASK_W<'_, INTERRUPT_SPEC>
pub fn transfer_end_mask(&mut self) -> TRANSFER_END_MASK_W<'_, INTERRUPT_SPEC>
Bit 8 - Transfer ended interrupt mask
Sourcepub fn transmit_fifo_ready_mask(
&mut self,
) -> TRANSMIT_FIFO_READY_MASK_W<'_, INTERRUPT_SPEC>
pub fn transmit_fifo_ready_mask( &mut self, ) -> TRANSMIT_FIFO_READY_MASK_W<'_, INTERRUPT_SPEC>
Bit 9 - Transmit FIFO ready interrupt mask
Sourcepub fn receive_fifo_ready_mask(
&mut self,
) -> RECEIVE_FIFO_READY_MASK_W<'_, INTERRUPT_SPEC>
pub fn receive_fifo_ready_mask( &mut self, ) -> RECEIVE_FIFO_READY_MASK_W<'_, INTERRUPT_SPEC>
Bit 10 - Receive FIFO ready interrupt mask
Sourcepub fn not_acknowledged_mask(
&mut self,
) -> NOT_ACKNOWLEDGED_MASK_W<'_, INTERRUPT_SPEC>
pub fn not_acknowledged_mask( &mut self, ) -> NOT_ACKNOWLEDGED_MASK_W<'_, INTERRUPT_SPEC>
Bit 11 - Not-acknowledged response interrupt mask
Sourcepub fn arbitrate_lost_mask(
&mut self,
) -> ARBITRATE_LOST_MASK_W<'_, INTERRUPT_SPEC>
pub fn arbitrate_lost_mask( &mut self, ) -> ARBITRATE_LOST_MASK_W<'_, INTERRUPT_SPEC>
Bit 12 - Arbitration lost interrupt mask
Sourcepub fn fifo_error_mask(&mut self) -> FIFO_ERROR_MASK_W<'_, INTERRUPT_SPEC>
pub fn fifo_error_mask(&mut self) -> FIFO_ERROR_MASK_W<'_, INTERRUPT_SPEC>
Bit 13 - Transmit or receive FIFO error interrupt mask
Sourcepub fn transfer_end_clear(&mut self) -> TRANSFER_END_CLEAR_W<'_, INTERRUPT_SPEC>
pub fn transfer_end_clear(&mut self) -> TRANSFER_END_CLEAR_W<'_, INTERRUPT_SPEC>
Bit 16 - Write 1 to clear transfer ended
Sourcepub fn not_acknowledged_clear(
&mut self,
) -> NOT_ACKNOWLEDGED_CLEAR_W<'_, INTERRUPT_SPEC>
pub fn not_acknowledged_clear( &mut self, ) -> NOT_ACKNOWLEDGED_CLEAR_W<'_, INTERRUPT_SPEC>
Bit 19 - Write 1 to clear not-acknowledged response
Sourcepub fn arbitrate_lost_clear(
&mut self,
) -> ARBITRATE_LOST_CLEAR_W<'_, INTERRUPT_SPEC>
pub fn arbitrate_lost_clear( &mut self, ) -> ARBITRATE_LOST_CLEAR_W<'_, INTERRUPT_SPEC>
Bit 20 - Write 1 to clear arbitration lost
Sourcepub fn transfer_end_enable(
&mut self,
) -> TRANSFER_END_ENABLE_W<'_, INTERRUPT_SPEC>
pub fn transfer_end_enable( &mut self, ) -> TRANSFER_END_ENABLE_W<'_, INTERRUPT_SPEC>
Bit 24 - Transfer ended interrupt enable
Sourcepub fn transmit_fifo_ready_enable(
&mut self,
) -> TRANSMIT_FIFO_READY_ENABLE_W<'_, INTERRUPT_SPEC>
pub fn transmit_fifo_ready_enable( &mut self, ) -> TRANSMIT_FIFO_READY_ENABLE_W<'_, INTERRUPT_SPEC>
Bit 25 - Transmit FIFO ready interrupt enable
Sourcepub fn receive_fifo_ready_enable(
&mut self,
) -> RECEIVE_FIFO_READY_ENABLE_W<'_, INTERRUPT_SPEC>
pub fn receive_fifo_ready_enable( &mut self, ) -> RECEIVE_FIFO_READY_ENABLE_W<'_, INTERRUPT_SPEC>
Bit 26 - Receive FIFO ready interrupt enable
Sourcepub fn not_acknowledged_enable(
&mut self,
) -> NOT_ACKNOWLEDGED_ENABLE_W<'_, INTERRUPT_SPEC>
pub fn not_acknowledged_enable( &mut self, ) -> NOT_ACKNOWLEDGED_ENABLE_W<'_, INTERRUPT_SPEC>
Bit 27 - Not-acknowledged response interrupt enable
Sourcepub fn arbitrate_lost_enable(
&mut self,
) -> ARBITRATE_LOST_ENABLE_W<'_, INTERRUPT_SPEC>
pub fn arbitrate_lost_enable( &mut self, ) -> ARBITRATE_LOST_ENABLE_W<'_, INTERRUPT_SPEC>
Bit 28 - Arbitration lost interrupt enable
Sourcepub fn fifo_error_enable(&mut self) -> FIFO_ERROR_ENABLE_W<'_, INTERRUPT_SPEC>
pub fn fifo_error_enable(&mut self) -> FIFO_ERROR_ENABLE_W<'_, INTERRUPT_SPEC>
Bit 29 - Transmit or receive FIFO error interrupt enable