Struct rp2040_pac2::uart::regs::Uartilpr[][src]

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

IrDA Low-Power Counter Register, UARTILPR

Implementations

impl Uartilpr[src]

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

8-bit low-power divisor value. These bits are cleared to 0 at reset.

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

8-bit low-power divisor value. These bits are cleared to 0 at reset.

Trait Implementations

impl Clone for Uartilpr[src]

impl Copy for Uartilpr[src]

impl Default for Uartilpr[src]

Auto Trait Implementations

impl Send for Uartilpr

impl Sync for Uartilpr

impl Unpin for Uartilpr

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.