[][src]Enum avr_device::atmega2560::cpu::clkpr::CLKPS_A

#[repr(u8)]pub enum CLKPS_A {
    VAL_0X00,
    VAL_0X01,
    VAL_0X02,
    VAL_0X03,
    VAL_0X04,
    VAL_0X05,
    VAL_0X06,
    VAL_0X07,
    VAL_0X08,
}

Value on reset: 0

Variants

VAL_0X00

0: 1

VAL_0X01

1: 2

VAL_0X02

2: 4

VAL_0X03

3: 8

VAL_0X04

4: 16

VAL_0X05

5: 32

VAL_0X06

6: 64

VAL_0X07

7: 128

VAL_0X08

8: 256

Trait Implementations

impl Clone for CLKPS_A[src]

impl Copy for CLKPS_A[src]

impl Debug for CLKPS_A[src]

impl From<CLKPS_A> for u8[src]

impl PartialEq<CLKPS_A> for CLKPS_A[src]

impl StructuralPartialEq for CLKPS_A[src]

Auto Trait Implementations

impl Send for CLKPS_A

impl Sync for CLKPS_A

impl Unpin for CLKPS_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.