Struct rp2040_pac2::vreg_and_chip_reset::VregAndChipReset[][src]

pub struct VregAndChipReset(pub *mut u8);

control and status for on-chip voltage regulator and chip level reset subsystem

Implementations

impl VregAndChipReset[src]

pub fn vreg(self) -> Reg<Vreg, RW>[src]

Voltage regulator control and status

pub fn bod(self) -> Reg<Bod, RW>[src]

brown-out detection control

pub fn chip_reset(self) -> Reg<ChipReset, RW>[src]

Chip reset control and status

Trait Implementations

impl Clone for VregAndChipReset[src]

impl Copy for VregAndChipReset[src]

impl Send for VregAndChipReset[src]

impl Sync for VregAndChipReset[src]

Auto Trait Implementations

impl Unpin for VregAndChipReset

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.