Enum samd21g18a::pm::apbasel::APBADIVR[][src]

pub enum APBADIVR {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV32,
    DIV64,
    DIV128,
}

Possible values of the field APBADIV

Variants

Divide by 1

Divide by 2

Divide by 4

Divide by 8

Divide by 16

Divide by 32

Divide by 64

Divide by 128

Methods

impl APBADIVR
[src]

Value of the field as raw bits

Checks if the value of the field is DIV1

Checks if the value of the field is DIV2

Checks if the value of the field is DIV4

Checks if the value of the field is DIV8

Checks if the value of the field is DIV16

Checks if the value of the field is DIV32

Checks if the value of the field is DIV64

Checks if the value of the field is DIV128

Trait Implementations

impl Clone for APBADIVR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for APBADIVR
[src]

impl Debug for APBADIVR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for APBADIVR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for APBADIVR

impl Sync for APBADIVR