Struct atsame70n21b::mcan0::ils::R

source ·
pub struct R(/* private fields */);
Expand description

Register ILS reader

Implementations§

source§

impl R

source

pub fn rf0nl(&self) -> RF0NL_R

Bit 0 - Receive FIFO 0 New Message Interrupt Line

source

pub fn rf0wl(&self) -> RF0WL_R

Bit 1 - Receive FIFO 0 Watermark Reached Interrupt Line

source

pub fn rf0fl(&self) -> RF0FL_R

Bit 2 - Receive FIFO 0 Full Interrupt Line

source

pub fn rf0ll(&self) -> RF0LL_R

Bit 3 - Receive FIFO 0 Message Lost Interrupt Line

source

pub fn rf1nl(&self) -> RF1NL_R

Bit 4 - Receive FIFO 1 New Message Interrupt Line

source

pub fn rf1wl(&self) -> RF1WL_R

Bit 5 - Receive FIFO 1 Watermark Reached Interrupt Line

source

pub fn rf1fl(&self) -> RF1FL_R

Bit 6 - Receive FIFO 1 Full Interrupt Line

source

pub fn rf1ll(&self) -> RF1LL_R

Bit 7 - Receive FIFO 1 Message Lost Interrupt Line

source

pub fn hpml(&self) -> HPML_R

Bit 8 - High Priority Message Interrupt Line

source

pub fn tcl(&self) -> TCL_R

Bit 9 - Transmission Completed Interrupt Line

source

pub fn tcfl(&self) -> TCFL_R

Bit 10 - Transmission Cancellation Finished Interrupt Line

source

pub fn tfel(&self) -> TFEL_R

Bit 11 - Tx FIFO Empty Interrupt Line

source

pub fn tefnl(&self) -> TEFNL_R

Bit 12 - Tx Event FIFO New Entry Interrupt Line

source

pub fn tefwl(&self) -> TEFWL_R

Bit 13 - Tx Event FIFO Watermark Reached Interrupt Line

source

pub fn teffl(&self) -> TEFFL_R

Bit 14 - Tx Event FIFO Full Interrupt Line

source

pub fn tefll(&self) -> TEFLL_R

Bit 15 - Tx Event FIFO Event Lost Interrupt Line

source

pub fn tswl(&self) -> TSWL_R

Bit 16 - Timestamp Wraparound Interrupt Line

source

pub fn mrafl(&self) -> MRAFL_R

Bit 17 - Message RAM Access Failure Interrupt Line

source

pub fn tool(&self) -> TOOL_R

Bit 18 - Timeout Occurred Interrupt Line

source

pub fn drxl(&self) -> DRXL_R

Bit 19 - Message stored to Dedicated Receive Buffer Interrupt Line

source

pub fn elol(&self) -> ELOL_R

Bit 22 - Error Logging Overflow Interrupt Line

source

pub fn epl(&self) -> EPL_R

Bit 23 - Error Passive Interrupt Line

source

pub fn ewl(&self) -> EWL_R

Bit 24 - Warning Status Interrupt Line

source

pub fn bol(&self) -> BOL_R

Bit 25 - Bus_Off Status Interrupt Line

source

pub fn wdil(&self) -> WDIL_R

Bit 26 - Watchdog Interrupt Line

source

pub fn peal(&self) -> PEAL_R

Bit 27 - Protocol Error in Arbitration Phase Line

source

pub fn pedl(&self) -> PEDL_R

Bit 28 - Protocol Error in Data Phase Line

source

pub fn aral(&self) -> ARAL_R

Bit 29 - Access to Reserved Address Line

Methods from Deref<Target = R<ILS_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<ILS_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<ILS_SPEC>> for R

source§

fn from(original: R<ILS_SPEC>) -> R

Converts to this type from the input type.

Auto Trait Implementations§

§

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> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.