Struct stm32f4xx_hal::pac::dbgmcu::apb1_fz::R

source ·
pub struct R(/* private fields */);
Expand description

Register APB1_FZ reader

Implementations§

source§

impl R

source

pub fn dbg_tim2_stop(&self) -> BitReaderRaw<bool>

Bit 0 - DBG_TIM2_STOP

source

pub fn dbg_tim3_stop(&self) -> BitReaderRaw<bool>

Bit 1 - DBG_TIM3 _STOP

source

pub fn dbg_tim4_stop(&self) -> BitReaderRaw<bool>

Bit 2 - DBG_TIM4_STOP

source

pub fn dbg_tim5_stop(&self) -> BitReaderRaw<bool>

Bit 3 - DBG_TIM5_STOP

source

pub fn dbg_tim6_stop(&self) -> BitReaderRaw<bool>

Bit 4 - DBG_TIM6_STOP

source

pub fn dbg_tim7_stop(&self) -> BitReaderRaw<bool>

Bit 5 - DBG_TIM7_STOP

source

pub fn dbg_tim12_stop(&self) -> BitReaderRaw<bool>

Bit 6 - DBG_TIM12_STOP

source

pub fn dbg_tim13_stop(&self) -> BitReaderRaw<bool>

Bit 7 - DBG_TIM13_STOP

source

pub fn dbg_tim14_stop(&self) -> BitReaderRaw<bool>

Bit 8 - DBG_TIM14_STOP

source

pub fn dbg_wwdg_stop(&self) -> BitReaderRaw<bool>

Bit 11 - DBG_WWDG_STOP

source

pub fn dbg_iwdg_stop(&self) -> BitReaderRaw<bool>

Bit 12 - DBG_IWDEG_STOP

source

pub fn dbg_j2c1_smbus_timeout(&self) -> BitReaderRaw<bool>

Bit 21 - DBG_J2C1_SMBUS_TIMEOUT

source

pub fn dbg_j2c2_smbus_timeout(&self) -> BitReaderRaw<bool>

Bit 22 - DBG_J2C2_SMBUS_TIMEOUT

source

pub fn dbg_j2c3smbus_timeout(&self) -> BitReaderRaw<bool>

Bit 23 - DBG_J2C3SMBUS_TIMEOUT

source

pub fn dbg_can1_stop(&self) -> BitReaderRaw<bool>

Bit 25 - DBG_CAN1_STOP

source

pub fn dbg_can2_stop(&self) -> BitReaderRaw<bool>

Bit 26 - DBG_CAN2_STOP

Methods from Deref<Target = R<APB1_FZ_SPEC>>§

source

pub fn bits(&self) -> <REG as RegisterSpec>::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<APB1_FZ_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &<R as Deref>::Target

Dereferences the value.
source§

impl From<R<APB1_FZ_SPEC>> for R

source§

fn from(reader: R<APB1_FZ_SPEC>) -> R

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

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> 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>,

§

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>,

§

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.