[][src]Struct atsamd51j20a::sdhc0::ca0r::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn teoclkf(&self) -> TEOCLKFR[src]

Bits 0:5 - Timeout Clock Frequency

pub fn teoclku(&self) -> TEOCLKUR[src]

Bit 7 - Timeout Clock Unit

pub fn baseclkf(&self) -> BASECLKFR[src]

Bits 8:15 - Base Clock Frequency

pub fn maxblkl(&self) -> MAXBLKLR[src]

Bits 16:17 - Max Block Length

pub fn ed8sup(&self) -> ED8SUPR[src]

Bit 18 - 8-bit Support for Embedded Device

pub fn adma2sup(&self) -> ADMA2SUPR[src]

Bit 19 - ADMA2 Support

pub fn hssup(&self) -> HSSUPR[src]

Bit 21 - High Speed Support

pub fn sdmasup(&self) -> SDMASUPR[src]

Bit 22 - SDMA Support

pub fn srsup(&self) -> SRSUPR[src]

Bit 23 - Suspend/Resume Support

pub fn v33vsup(&self) -> V33VSUPR[src]

Bit 24 - Voltage Support 3.3V

pub fn v30vsup(&self) -> V30VSUPR[src]

Bit 25 - Voltage Support 3.0V

pub fn v18vsup(&self) -> V18VSUPR[src]

Bit 26 - Voltage Support 1.8V

pub fn sb64sup(&self) -> SB64SUPR[src]

Bit 28 - 64-Bit System Bus Support

pub fn asintsup(&self) -> ASINTSUPR[src]

Bit 29 - Asynchronous Interrupt Support

pub fn sltype(&self) -> SLTYPER[src]

Bits 30:31 - Slot Type

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self