#[repr(u8)]
pub enum CLTO_A {
    OFF,
    _40PCC,
    _80PCC,
    _160PCC,
    _320PPC,
    _1024PPC,
}
Expand description

Clock Low Timeout

Value on reset: 0

Variants

OFF

0: Timeout disabled

_40PCC

1: Timeout after 40 prescaled clock cycles. In standard mode at 100 kHz, this results in a 50us timeout.

_80PCC

2: Timeout after 80 prescaled clock cycles. In standard mode at 100 kHz, this results in a 100us timeout.

_160PCC

3: Timeout after 160 prescaled clock cycles. In standard mode at 100 kHz, this results in a 200us timeout.

_320PPC

4: Timeout after 320 prescaled clock cycles. In standard mode at 100 kHz, this results in a 400us timeout.

_1024PPC

5: Timeout after 1024 prescaled clock cycles. In standard mode at 100 kHz, this results in a 1280us timeout.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.