Enum nrf52::saadc::samplerate::MODER [] [src]

pub enum MODER {
    TASK,
    TIMERS,
}

Possible values of the field MODE

Variants

Rate is controlled from SAMPLE task

Rate is controlled from local timer (use CC to control the rate)

Methods

impl MODER
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is TASK

[src]

Checks if the value of the field is TIMERS

Trait Implementations

impl Clone for MODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MODER
[src]

impl Debug for MODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MODER
[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 !=.