Struct rp2040_pac2::timer::regs::Dbgpause[][src]

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

Set bits high to enable pause when the corresponding debug ports are active

Implementations

impl Dbgpause[src]

pub const fn dbg1(&self) -> bool[src]

Pause when processor 1 is in debug mode

pub fn set_dbg1(&mut self, val: bool)[src]

Pause when processor 1 is in debug mode

pub const fn dbg0(&self) -> bool[src]

Pause when processor 0 is in debug mode

pub fn set_dbg0(&mut self, val: bool)[src]

Pause when processor 0 is in debug mode

Trait Implementations

impl Clone for Dbgpause[src]

impl Copy for Dbgpause[src]

impl Default for Dbgpause[src]

Auto Trait Implementations

impl Send for Dbgpause

impl Sync for Dbgpause

impl Unpin for Dbgpause

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.