Struct Hwcfgr
#[repr(transparent)]pub struct Hwcfgr(pub u32);Expand description
This register specifies the hardware configuration of DFSDM peripheral.
Tuple Fields§
§0: u32Implementations§
§impl Hwcfgr
impl Hwcfgr
pub const fn nbt(&self) -> u8
pub const fn nbt(&self) -> u8
Number of implemented transceivers. Defines how many transceivers (input channels) are implemented in DFSDM peripheral.
pub const fn set_nbt(&mut self, val: u8)
pub const fn set_nbt(&mut self, val: u8)
Number of implemented transceivers. Defines how many transceivers (input channels) are implemented in DFSDM peripheral.
Trait Implementations§
impl Copy for Hwcfgr
impl Eq for Hwcfgr
impl StructuralPartialEq for Hwcfgr
Auto Trait Implementations§
impl Freeze for Hwcfgr
impl RefUnwindSafe for Hwcfgr
impl Send for Hwcfgr
impl Sync for Hwcfgr
impl Unpin for Hwcfgr
impl UnsafeUnpin for Hwcfgr
impl UnwindSafe for Hwcfgr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more