Type Alias R

Source
pub type R = R<INTERRUPT_ENABLE_SPEC>;
Expand description

Register interrupt_enable reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn transmit_transfer(&self) -> TRANSMIT_TRANSFER_R

Bit 0 - Transmit transfer signal interrupt enable

Source

pub fn receive_transfer(&self) -> RECEIVE_TRANSFER_R

Bit 1 - Receive transfer signal interrupt enable

Source

pub fn transmit_fifo_ready(&self) -> TRANSMIT_FIFO_READY_R

Bit 2 - Transmit FIFO ready signal interrupt enable

Source

pub fn receive_fifo_ready(&self) -> RECEIVE_FIFO_READY_R

Bit 3 - Receive FIFO ready signal interrupt enable

Source

pub fn receive_timeout(&self) -> RECEIVE_TIMEOUT_R

Bit 4 - Receive timed-out interrupt enable

Source

pub fn receive_parity(&self) -> RECEIVE_PARITY_R

Bit 5 - Receive parity check failure interrupt enable

Source

pub fn transmit_fifo_error(&self) -> TRANSMIT_FIFO_ERROR_R

Bit 6 - Transmit FIFO overflow or underflow interrupt enable

Source

pub fn receive_fifo_error(&self) -> RECEIVE_FIFO_ERROR_R

Bit 7 - Receive FIFO overflow or underflow interrupt enable

Source

pub fn receive_sync_error(&self) -> RECEIVE_SYNC_ERROR_R

Bit 8 - Receive LIN mode synchronization field error interrupt enable

Source

pub fn receive_byte_count(&self) -> RECEIVE_BYTE_COUNT_R

Bit 9 - Receive byte count reached interrupt enable

Source

pub fn auto_baudrate_start_bit(&self) -> AUTO_BAUDRATE_START_BIT_R

Bit 10 - Receive auto baudrate detection finished using start bit interrupt enable

Source

pub fn auto_baudrate_five_five(&self) -> AUTO_BAUDRATE_FIVE_FIVE_R

Bit 11 - Receive auto baudrate detection finished using 0x55 interrupt enable