Enum avr_device::atmega4809::rtc::pitctrla::PERIOD_A[][src]

#[repr(u8)]
pub enum PERIOD_A {
Show 15 variants OFF, CYC4, CYC8, CYC16, CYC32, CYC64, CYC128, CYC256, CYC512, CYC1024, CYC2048, CYC4096, CYC8192, CYC16384, CYC32768,
}
Expand description

Period

Value on reset: 0

Variants

OFF

0: Off

CYC4

1: RTC Clock Cycles 4

CYC8

2: RTC Clock Cycles 8

CYC16

3: RTC Clock Cycles 16

CYC32

4: RTC Clock Cycles 32

CYC64

5: RTC Clock Cycles 64

CYC128

6: RTC Clock Cycles 128

CYC256

7: RTC Clock Cycles 256

CYC512

8: RTC Clock Cycles 512

CYC1024

9: RTC Clock Cycles 1024

CYC2048

10: RTC Clock Cycles 2048

CYC4096

11: RTC Clock Cycles 4096

CYC8192

12: RTC Clock Cycles 8192

CYC16384

13: RTC Clock Cycles 16384

CYC32768

14: RTC Clock Cycles 32768

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

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.