Enum atsamd21e18a::sysctrl::bod33::PSELR[][src]

pub enum PSELR {
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV32,
    DIV64,
    DIV128,
    DIV256,
    DIV512,
    DIV1K,
    DIV2K,
    DIV4K,
    DIV8K,
    DIV16K,
    DIV32K,
    DIV64K,
}

Possible values of the field PSEL

Variants

Divide clock by 2

Divide clock by 4

Divide clock by 8

Divide clock by 16

Divide clock by 32

Divide clock by 64

Divide clock by 128

Divide clock by 256

Divide clock by 512

Divide clock by 1024

Divide clock by 2048

Divide clock by 4096

Divide clock by 8192

Divide clock by 16384

Divide clock by 32768

Divide clock by 65536

Methods

impl PSELR
[src]

Value of the field as raw bits

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

Checks if the value of the field is DIV256

Checks if the value of the field is DIV512

Checks if the value of the field is DIV1K

Checks if the value of the field is DIV2K

Checks if the value of the field is DIV4K

Checks if the value of the field is DIV8K

Checks if the value of the field is DIV16K

Checks if the value of the field is DIV32K

Checks if the value of the field is DIV64K

Trait Implementations

impl Clone for PSELR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PSELR
[src]

impl Debug for PSELR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for PSELR
[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 PSELR

impl Sync for PSELR