Struct rp2040_pac2::rtc::regs::Setup0[][src]

#[repr(transparent)]pub struct Setup0(pub u32);

RTC setup register 0

Implementations

impl Setup0[src]

pub const fn year(&self) -> u16[src]

Year

pub fn set_year(&mut self, val: u16)[src]

Year

pub const fn month(&self) -> u8[src]

Month (1..12)

pub fn set_month(&mut self, val: u8)[src]

Month (1..12)

pub const fn day(&self) -> u8[src]

Day of the month (1..31)

pub fn set_day(&mut self, val: u8)[src]

Day of the month (1..31)

Trait Implementations

impl Clone for Setup0[src]

impl Copy for Setup0[src]

impl Default for Setup0[src]

Auto Trait Implementations

impl Send for Setup0

impl Sync for Setup0

impl Unpin for Setup0

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.