Enum atsamd21e18a::tcc0::fctrlb::CAPTURER[][src]

pub enum CAPTURER {
    DISABLE,
    CAPT,
    CAPTMIN,
    CAPTMAX,
    LOCMIN,
    LOCMAX,
    DERIV0,
    _Reserved(u8),
}

Possible values of the field CAPTURE

Variants

No capture

Capture on fault

Minimum capture

Maximum capture

Minimum local detection

Maximum local detection

Minimum and maximum local detection

Reserved

Methods

impl CAPTURER
[src]

Value of the field as raw bits

Checks if the value of the field is DISABLE

Checks if the value of the field is CAPT

Checks if the value of the field is CAPTMIN

Checks if the value of the field is CAPTMAX

Checks if the value of the field is LOCMIN

Checks if the value of the field is LOCMAX

Checks if the value of the field is DERIV0

Trait Implementations

impl Clone for CAPTURER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CAPTURER
[src]

impl Debug for CAPTURER
[src]

Formats the value using the given formatter. Read more

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

impl Sync for CAPTURER