Embassy
stm32-metapac

Crates

git

Versions

stm32c011d6

Flavors

pub struct Syscfg { /* private fields */ }
Expand description

register block

Implementations§

§

impl Syscfg

pub const unsafe fn from_ptr(ptr: *mut ()) -> Self

pub const fn as_ptr(&self) -> *mut ()

pub const fn cfgr1(self) -> Reg<Cfgr1, RW>

configuration register 1

pub const fn cfgr2(self) -> Reg<Cfgr2, RW>

configuration register 2

pub const fn cfgr3(self) -> Reg<Cfgr3, RW>

configuration register 3

pub const fn itline0(self) -> Reg<Itline0, R>

interrupt line 0 status register

pub const fn itline2(self) -> Reg<Itline2, R>

interrupt line 2 status register

pub const fn itline3(self) -> Reg<Itline3, R>

interrupt line 3 status register

pub const fn itline4(self) -> Reg<Itline4, R>

interrupt line 4 status register

pub const fn itline5(self) -> Reg<Itline5, R>

interrupt line 5 status register

pub const fn itline6(self) -> Reg<Itline6, R>

interrupt line 6 status register

pub const fn itline7(self) -> Reg<Itline7, R>

interrupt line 7 status register

pub const fn itline9(self) -> Reg<Itline9, R>

interrupt line 9 status register

pub const fn itline10(self) -> Reg<Itline10, R>

interrupt line 10 status register

pub const fn itline11(self) -> Reg<Itline11, R>

interrupt line 11 status register

pub const fn itline12(self) -> Reg<Itline12, R>

interrupt line 12 status register

pub const fn itline13(self) -> Reg<Itline13, R>

interrupt line 13 status register

pub const fn itline14(self) -> Reg<Itline14, R>

interrupt line 14 status register

pub const fn itline16(self) -> Reg<Itline16, R>

interrupt line 16 status register

pub const fn itline19(self) -> Reg<Itline19, R>

interrupt line 19 status register

pub const fn itline21(self) -> Reg<Itline21, R>

interrupt line 21 status register

pub const fn itline22(self) -> Reg<Itline22, R>

interrupt line 22 status register

pub const fn itline23(self) -> Reg<Itline23, R>

interrupt line 23 status register

pub const fn itline25(self) -> Reg<Itline25, R>

interrupt line 25 status register

pub const fn itline27(self) -> Reg<Itline27, R>

interrupt line 27 status register

pub const fn itline28(self) -> Reg<Itline28, R>

interrupt line 28 status register

Trait Implementations§

§

impl Clone for Syscfg

§

fn clone(&self) -> Syscfg

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
§

impl PartialEq for Syscfg

§

fn eq(&self, other: &Syscfg) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for Syscfg

§

impl Eq for Syscfg

§

impl Send for Syscfg

§

impl StructuralEq for Syscfg

§

impl StructuralPartialEq for Syscfg

§

impl Sync for Syscfg

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