Struct Apb1fzR

Source
#[repr(C)]
pub struct Apb1fzR { /* private fields */ }

Implementations§

Source§

impl Apb1fzR

Source

pub fn dbg_tim2_stop(&self) -> bool

Bit 0 - Debug Timer 2 stopped when Core is halted

Source

pub fn dbg_tim3_stop(&self) -> bool

Bit 1 - Debug Timer 3 stopped when Core is halted

Source

pub fn dbg_tim4_stop(&self) -> bool

Bit 2 - Debug Timer 4 stopped when Core is halted

Source

pub fn dbg_tim5_stop(&self) -> bool

Bit 3 - Debug Timer 5 stopped when Core is halted

Source

pub fn dbg_tim6_stop(&self) -> bool

Bit 4 - Debug Timer 6 stopped when Core is halted

Source

pub fn dbg_tim7_stop(&self) -> bool

Bit 5 - Debug Timer 7 stopped when Core is halted

Source

pub fn dbg_tim12_stop(&self) -> bool

Bit 6 - Debug Timer 12 stopped when Core is halted

Source

pub fn dbg_tim13_stop(&self) -> bool

Bit 7 - Debug Timer 13 stopped when Core is halted

Source

pub fn dbg_timer14_stop(&self) -> bool

Bit 8 - Debug Timer 14 stopped when Core is halted

Source

pub fn dbg_tim18_stop(&self) -> bool

Bit 9 - Debug Timer 18 stopped when Core is halted

Source

pub fn dbg_rtc_stop(&self) -> bool

Bit 10 - Debug RTC stopped when Core is halted

Source

pub fn dbg_wwdg_stop(&self) -> bool

Bit 11 - Debug Window Wachdog stopped when Core is halted

Source

pub fn dbg_iwdg_stop(&self) -> bool

Bit 12 - Debug Independent Wachdog stopped when Core is halted

Source

pub fn i2c1_smbus_timeout(&self) -> bool

Bit 21 - SMBUS timeout mode stopped when Core is halted

Source

pub fn i2c2_smbus_timeout(&self) -> bool

Bit 22 - SMBUS timeout mode stopped when Core is halted

Source

pub fn dbg_can_stop(&self) -> bool

Bit 25 - Debug CAN stopped when core is halted

Trait Implementations§

Source§

impl Clone for Apb1fzR

Source§

fn clone(&self) -> Apb1fzR

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for Apb1fzR

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.