[]Struct metro_m4::mclk::apbbmask::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn usb_(&mut self) -> _USB_W

Bit 0 - USB APB Clock Enable

pub fn dsu_(&mut self) -> _DSU_W

Bit 1 - DSU APB Clock Enable

pub fn nvmctrl_(&mut self) -> _NVMCTRL_W

Bit 2 - NVMCTRL APB Clock Enable

pub fn port_(&mut self) -> _PORT_W

Bit 4 - PORT APB Clock Enable

pub fn hmatrix_(&mut self) -> _HMATRIX_W

Bit 6 - HMATRIX APB Clock Enable

pub fn evsys_(&mut self) -> _EVSYS_W

Bit 7 - EVSYS APB Clock Enable

pub fn sercom2_(&mut self) -> _SERCOM2_W

Bit 9 - SERCOM2 APB Clock Enable

pub fn sercom3_(&mut self) -> _SERCOM3_W

Bit 10 - SERCOM3 APB Clock Enable

pub fn tcc0_(&mut self) -> _TCC0_W

Bit 11 - TCC0 APB Clock Enable

pub fn tcc1_(&mut self) -> _TCC1_W

Bit 12 - TCC1 APB Clock Enable

pub fn tc2_(&mut self) -> _TC2_W

Bit 13 - TC2 APB Clock Enable

pub fn tc3_(&mut self) -> _TC3_W

Bit 14 - TC3 APB Clock Enable

pub fn ramecc_(&mut self) -> _RAMECC_W

Bit 16 - RAMECC APB Clock Enable

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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