[][src]Struct circuit_playground_express::atsamd21g18a::pm::ahbmask::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 hpb0_(&self) -> HPB0_R[src]

Bit 0 - HPB0 AHB Clock Mask

pub fn hpb1_(&self) -> HPB1_R[src]

Bit 1 - HPB1 AHB Clock Mask

pub fn hpb2_(&self) -> HPB2_R[src]

Bit 2 - HPB2 AHB Clock Mask

pub fn dsu_(&self) -> DSU_R[src]

Bit 3 - DSU AHB Clock Mask

pub fn nvmctrl_(&self) -> NVMCTRL_R[src]

Bit 4 - NVMCTRL AHB Clock Mask

pub fn dmac_(&self) -> DMAC_R[src]

Bit 5 - DMAC AHB Clock Mask

pub fn usb_(&self) -> USB_R[src]

Bit 6 - USB AHB Clock Mask

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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> 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, U> Into for T where
    U: From<T>, 
[src]

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]