#[repr(transparent)]pub struct AhbPeripheral1SlavePortP13SlaveRule1(pub u32);Expand description
AHB Peripheral 1 Slave Port 13 Slave Rule 1
Tuple Fields§
§0: u32Implementations§
Source§impl AhbPeripheral1SlavePortP13SlaveRule1
impl AhbPeripheral1SlavePortP13SlaveRule1
Sourcepub const fn set_flexcomm7(&mut self, val: Flexcomm7)
pub const fn set_flexcomm7(&mut self, val: Flexcomm7)
FLEXCOMM7
Sourcepub const fn set_flexcomm8(&mut self, val: Flexcomm8)
pub const fn set_flexcomm8(&mut self, val: Flexcomm8)
FLEXCOMM8
Sourcepub const fn set_flexcomm9(&mut self, val: Flexcomm9)
pub const fn set_flexcomm9(&mut self, val: Flexcomm9)
FLEXCOMM9
Sourcepub const fn usb_fs_otg_ram(&self) -> UsbFsOtgRam
pub const fn usb_fs_otg_ram(&self) -> UsbFsOtgRam
USB FS OTG RAM
Sourcepub const fn set_usb_fs_otg_ram(&mut self, val: UsbFsOtgRam)
pub const fn set_usb_fs_otg_ram(&mut self, val: UsbFsOtgRam)
USB FS OTG RAM
Sourcepub const fn debug_mailbox(&self) -> DebugMailbox
pub const fn debug_mailbox(&self) -> DebugMailbox
DEBUG_MAILBOX
Sourcepub const fn set_debug_mailbox(&mut self, val: DebugMailbox)
pub const fn set_debug_mailbox(&mut self, val: DebugMailbox)
DEBUG_MAILBOX
Trait Implementations§
Source§impl Clone for AhbPeripheral1SlavePortP13SlaveRule1
impl Clone for AhbPeripheral1SlavePortP13SlaveRule1
Source§fn clone(&self) -> AhbPeripheral1SlavePortP13SlaveRule1
fn clone(&self) -> AhbPeripheral1SlavePortP13SlaveRule1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AhbPeripheral1SlavePortP13SlaveRule1
impl Default for AhbPeripheral1SlavePortP13SlaveRule1
Source§fn default() -> AhbPeripheral1SlavePortP13SlaveRule1
fn default() -> AhbPeripheral1SlavePortP13SlaveRule1
Returns the “default value” for a type. Read more
Source§impl PartialEq for AhbPeripheral1SlavePortP13SlaveRule1
impl PartialEq for AhbPeripheral1SlavePortP13SlaveRule1
Source§fn eq(&self, other: &AhbPeripheral1SlavePortP13SlaveRule1) -> bool
fn eq(&self, other: &AhbPeripheral1SlavePortP13SlaveRule1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AhbPeripheral1SlavePortP13SlaveRule1
impl Eq for AhbPeripheral1SlavePortP13SlaveRule1
impl StructuralPartialEq for AhbPeripheral1SlavePortP13SlaveRule1
Auto Trait Implementations§
impl Freeze for AhbPeripheral1SlavePortP13SlaveRule1
impl RefUnwindSafe for AhbPeripheral1SlavePortP13SlaveRule1
impl Send for AhbPeripheral1SlavePortP13SlaveRule1
impl Sync for AhbPeripheral1SlavePortP13SlaveRule1
impl Unpin for AhbPeripheral1SlavePortP13SlaveRule1
impl UnwindSafe for AhbPeripheral1SlavePortP13SlaveRule1
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