[]Struct metro_m4::mclk::apbbmask::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn usb_(&self) -> USB_R

Bit 0 - USB APB Clock Enable

pub fn dsu_(&self) -> DSU_R

Bit 1 - DSU APB Clock Enable

pub fn nvmctrl_(&self) -> NVMCTRL_R

Bit 2 - NVMCTRL APB Clock Enable

pub fn port_(&self) -> PORT_R

Bit 4 - PORT APB Clock Enable

pub fn hmatrix_(&self) -> HMATRIX_R

Bit 6 - HMATRIX APB Clock Enable

pub fn evsys_(&self) -> EVSYS_R

Bit 7 - EVSYS APB Clock Enable

pub fn sercom2_(&self) -> SERCOM2_R

Bit 9 - SERCOM2 APB Clock Enable

pub fn sercom3_(&self) -> SERCOM3_R

Bit 10 - SERCOM3 APB Clock Enable

pub fn tcc0_(&self) -> TCC0_R

Bit 11 - TCC0 APB Clock Enable

pub fn tcc1_(&self) -> TCC1_R

Bit 12 - TCC1 APB Clock Enable

pub fn tc2_(&self) -> TC2_R

Bit 13 - TC2 APB Clock Enable

pub fn tc3_(&self) -> TC3_R

Bit 14 - TC3 APB Clock Enable

pub fn ramecc_(&self) -> RAMECC_R

Bit 16 - RAMECC APB Clock Enable

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self