#[repr(transparent)]pub struct AhbPeripheral1SlavePortP13SlaveRule0(pub u32);Expand description
AHB Peripheral 1 Slave Port 13 Slave Rule 0
Tuple Fields§
§0: u32Implementations§
Source§impl AhbPeripheral1SlavePortP13SlaveRule0
impl AhbPeripheral1SlavePortP13SlaveRule0
Sourcepub const fn e_dma1_ch15(&self) -> EDma1Ch15
pub const fn e_dma1_ch15(&self) -> EDma1Ch15
eDMA1_CH15
Sourcepub const fn set_e_dma1_ch15(&mut self, val: EDma1Ch15)
pub const fn set_e_dma1_ch15(&mut self, val: EDma1Ch15)
eDMA1_CH15
Sourcepub const fn set_sema42(&mut self, val: Sema42)
pub const fn set_sema42(&mut self, val: Sema42)
SEMA42
Sourcepub const fn set_mailbox(&mut self, val: Mailbox)
pub const fn set_mailbox(&mut self, val: Mailbox)
MAILBOX
Sourcepub const fn set_pkc_ram(&mut self, val: PkcRam)
pub const fn set_pkc_ram(&mut self, val: PkcRam)
PKC_RAM
Sourcepub const fn set_flexcomm4(&mut self, val: Flexcomm4)
pub const fn set_flexcomm4(&mut self, val: Flexcomm4)
FLEXCOMM4
Sourcepub const fn set_flexcomm5(&mut self, val: Flexcomm5)
pub const fn set_flexcomm5(&mut self, val: Flexcomm5)
FLEXCOMM5
Sourcepub const fn set_flexcomm6(&mut self, val: Flexcomm6)
pub const fn set_flexcomm6(&mut self, val: Flexcomm6)
FLEXCOMM6
Trait Implementations§
Source§impl Clone for AhbPeripheral1SlavePortP13SlaveRule0
impl Clone for AhbPeripheral1SlavePortP13SlaveRule0
Source§fn clone(&self) -> AhbPeripheral1SlavePortP13SlaveRule0
fn clone(&self) -> AhbPeripheral1SlavePortP13SlaveRule0
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 AhbPeripheral1SlavePortP13SlaveRule0
impl Default for AhbPeripheral1SlavePortP13SlaveRule0
Source§fn default() -> AhbPeripheral1SlavePortP13SlaveRule0
fn default() -> AhbPeripheral1SlavePortP13SlaveRule0
Returns the “default value” for a type. Read more
Source§impl PartialEq for AhbPeripheral1SlavePortP13SlaveRule0
impl PartialEq for AhbPeripheral1SlavePortP13SlaveRule0
Source§fn eq(&self, other: &AhbPeripheral1SlavePortP13SlaveRule0) -> bool
fn eq(&self, other: &AhbPeripheral1SlavePortP13SlaveRule0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AhbPeripheral1SlavePortP13SlaveRule0
impl Eq for AhbPeripheral1SlavePortP13SlaveRule0
impl StructuralPartialEq for AhbPeripheral1SlavePortP13SlaveRule0
Auto Trait Implementations§
impl Freeze for AhbPeripheral1SlavePortP13SlaveRule0
impl RefUnwindSafe for AhbPeripheral1SlavePortP13SlaveRule0
impl Send for AhbPeripheral1SlavePortP13SlaveRule0
impl Sync for AhbPeripheral1SlavePortP13SlaveRule0
impl Unpin for AhbPeripheral1SlavePortP13SlaveRule0
impl UnwindSafe for AhbPeripheral1SlavePortP13SlaveRule0
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