[]Struct feather_m4::target_device::mclk::apbcmask::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 tcc2_(&mut self) -> _TCC2_W

Bit 3 - TCC2 APB Clock Enable

pub fn tcc3_(&mut self) -> _TCC3_W

Bit 4 - TCC3 APB Clock Enable

pub fn tc4_(&mut self) -> _TC4_W

Bit 5 - TC4 APB Clock Enable

pub fn tc5_(&mut self) -> _TC5_W

Bit 6 - TC5 APB Clock Enable

pub fn pdec_(&mut self) -> _PDEC_W

Bit 7 - PDEC APB Clock Enable

pub fn ac_(&mut self) -> _AC_W

Bit 8 - AC APB Clock Enable

pub fn aes_(&mut self) -> _AES_W

Bit 9 - AES APB Clock Enable

pub fn trng_(&mut self) -> _TRNG_W

Bit 10 - TRNG APB Clock Enable

pub fn icm_(&mut self) -> _ICM_W

Bit 11 - ICM APB Clock Enable

pub fn qspi_(&mut self) -> _QSPI_W

Bit 13 - QSPI APB Clock Enable

pub fn ccl_(&mut self) -> _CCL_W

Bit 14 - CCL APB Clock Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

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