[][src]Enum atsamd51j19a::gclk::syncbusy::GENCTRL4R

pub enum GENCTRL4R {
    GCLK0,
    GCLK1,
    GCLK2,
    GCLK3,
    GCLK4,
    GCLK5,
    GCLK6,
    GCLK7,
    GCLK8,
    GCLK9,
    GCLK10,
    GCLK11,
    _Reserved(u16),
}

Possible values of the field GENCTRL4

Variants

GCLK0

Generic clock generator 0

GCLK1

Generic clock generator 1

GCLK2

Generic clock generator 2

GCLK3

Generic clock generator 3

GCLK4

Generic clock generator 4

GCLK5

Generic clock generator 5

GCLK6

Generic clock generator 6

GCLK7

Generic clock generator 7

GCLK8

Generic clock generator 8

GCLK9

Generic clock generator 9

GCLK10

Generic clock generator 10

GCLK11

Generic clock generator 11

_Reserved(u16)

Reserved

Methods

impl GENCTRL4R[src]

pub fn bits(&self) -> u16[src]

Value of the field as raw bits

pub fn is_gclk0(&self) -> bool[src]

Checks if the value of the field is GCLK0

pub fn is_gclk1(&self) -> bool[src]

Checks if the value of the field is GCLK1

pub fn is_gclk2(&self) -> bool[src]

Checks if the value of the field is GCLK2

pub fn is_gclk3(&self) -> bool[src]

Checks if the value of the field is GCLK3

pub fn is_gclk4(&self) -> bool[src]

Checks if the value of the field is GCLK4

pub fn is_gclk5(&self) -> bool[src]

Checks if the value of the field is GCLK5

pub fn is_gclk6(&self) -> bool[src]

Checks if the value of the field is GCLK6

pub fn is_gclk7(&self) -> bool[src]

Checks if the value of the field is GCLK7

pub fn is_gclk8(&self) -> bool[src]

Checks if the value of the field is GCLK8

pub fn is_gclk9(&self) -> bool[src]

Checks if the value of the field is GCLK9

pub fn is_gclk10(&self) -> bool[src]

Checks if the value of the field is GCLK10

pub fn is_gclk11(&self) -> bool[src]

Checks if the value of the field is GCLK11

Trait Implementations

impl Debug for GENCTRL4R[src]

impl PartialEq<GENCTRL4R> for GENCTRL4R[src]

impl Copy for GENCTRL4R[src]

impl Clone for GENCTRL4R[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GENCTRL4R

impl Sync for GENCTRL4R

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]