[][src]Struct atsamd51j19a::gclk::syncbusy::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 swrst(&self) -> SWRSTR[src]

Bit 0 - Software Reset Synchroniation Busy bit

pub fn genctrl0(&self) -> GENCTRL0R[src]

Bits 2:13 - Generic Clock Generator Control 0 Synchronization Busy bits

pub fn genctrl1(&self) -> GENCTRL1R[src]

Bits 3:14 - Generic Clock Generator Control 1 Synchronization Busy bits

pub fn genctrl2(&self) -> GENCTRL2R[src]

Bits 4:15 - Generic Clock Generator Control 2 Synchronization Busy bits

pub fn genctrl3(&self) -> GENCTRL3R[src]

Bits 5:16 - Generic Clock Generator Control 3 Synchronization Busy bits

pub fn genctrl4(&self) -> GENCTRL4R[src]

Bits 6:17 - Generic Clock Generator Control 4 Synchronization Busy bits

pub fn genctrl5(&self) -> GENCTRL5R[src]

Bits 7:18 - Generic Clock Generator Control 5 Synchronization Busy bits

pub fn genctrl6(&self) -> GENCTRL6R[src]

Bits 8:19 - Generic Clock Generator Control 6 Synchronization Busy bits

pub fn genctrl7(&self) -> GENCTRL7R[src]

Bits 9:20 - Generic Clock Generator Control 7 Synchronization Busy bits

pub fn genctrl8(&self) -> GENCTRL8R[src]

Bits 10:21 - Generic Clock Generator Control 8 Synchronization Busy bits

pub fn genctrl9(&self) -> GENCTRL9R[src]

Bits 11:22 - Generic Clock Generator Control 9 Synchronization Busy bits

pub fn genctrl10(&self) -> GENCTRL10R[src]

Bits 12:23 - Generic Clock Generator Control 10 Synchronization Busy bits

pub fn genctrl11(&self) -> GENCTRL11R[src]

Bits 13:24 - Generic Clock Generator Control 11 Synchronization Busy bits

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]