[][src]Enum ambiq_apollo1_pac::rtc::rtcctl::RPT_A

#[repr(u8)]
pub enum RPT_A {
    DIS,
    YEAR,
    MONTH,
    WEEK,
    DAY,
    HR,
    MIN,
    SEC,
}

Alarm repeat interval

Value on reset: 0

Variants

DIS

0: Alarm interrupt disabled

YEAR

1: Interrupt every year

MONTH

2: Interrupt every month

WEEK

3: Interrupt every week

DAY

4: Interrupt every day

HR

5: Interrupt every hour

MIN

6: Interrupt every minute

SEC

7: Interrupt every second/10th/100th

Trait Implementations

impl Clone for RPT_A[src]

impl Copy for RPT_A[src]

impl Debug for RPT_A[src]

impl From<RPT_A> for u8[src]

impl PartialEq<RPT_A> for RPT_A[src]

impl StructuralPartialEq for RPT_A[src]

Auto Trait Implementations

impl Send for RPT_A

impl Sync for RPT_A

impl Unpin for RPT_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> Same<T> for T

type Output = T

Should always be Self

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.