Enum nrf51822::lpcomp::refsel::REFSELR [] [src]

pub enum REFSELR {
    SUPPLYONEEIGHTHPRESCALING,
    SUPPLYTWOEIGHTHSPRESCALING,
    SUPPLYTHREEEIGHTHSPRESCALING,
    SUPPLYFOUREIGHTHSPRESCALING,
    SUPPLYFIVEEIGHTHSPRESCALING,
    SUPPLYSIXEIGHTHSPRESCALING,
    SUPPLYSEVENEIGHTHSPRESCALING,
    AREF,
}

Possible values of the field REFSEL

Variants

Use supply with a 1/8 prescaler as reference.

Use supply with a 2/8 prescaler as reference.

Use supply with a 3/8 prescaler as reference.

Use supply with a 4/8 prescaler as reference.

Use supply with a 5/8 prescaler as reference.

Use supply with a 6/8 prescaler as reference.

Use supply with a 7/8 prescaler as reference.

Use external analog reference as reference.

Methods

impl REFSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is SUPPLYONEEIGHTHPRESCALING

[src]

Checks if the value of the field is SUPPLYTWOEIGHTHSPRESCALING

[src]

Checks if the value of the field is SUPPLYTHREEEIGHTHSPRESCALING

[src]

Checks if the value of the field is SUPPLYFOUREIGHTHSPRESCALING

[src]

Checks if the value of the field is SUPPLYFIVEEIGHTHSPRESCALING

[src]

Checks if the value of the field is SUPPLYSIXEIGHTHSPRESCALING

[src]

Checks if the value of the field is SUPPLYSEVENEIGHTHSPRESCALING

[src]

Checks if the value of the field is AREF

Trait Implementations

impl Clone for REFSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for REFSELR
[src]

impl Debug for REFSELR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for REFSELR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for REFSELR

impl Sync for REFSELR