#[repr(transparent)]pub struct AhbPeripheral0SlavePortP12SlaveRule0(pub u32);Expand description
AHB Peripheral 0 Slave Port 12 Slave Rule 0
Tuple Fields§
§0: u32Implementations§
Source§impl AhbPeripheral0SlavePortP12SlaveRule0
impl AhbPeripheral0SlavePortP12SlaveRule0
Sourcepub const fn e_dma0_ch15(&self) -> EDma0Ch15
pub const fn e_dma0_ch15(&self) -> EDma0Ch15
eDMA0_CH15
Sourcepub const fn set_e_dma0_ch15(&mut self, val: EDma0Ch15)
pub const fn set_e_dma0_ch15(&mut self, val: EDma0Ch15)
eDMA0_CH15
Sourcepub const fn lp_flexcomm0(&self) -> LpFlexcomm0
pub const fn lp_flexcomm0(&self) -> LpFlexcomm0
LP_FLEXCOMM0
Sourcepub const fn set_lp_flexcomm0(&mut self, val: LpFlexcomm0)
pub const fn set_lp_flexcomm0(&mut self, val: LpFlexcomm0)
LP_FLEXCOMM0
Sourcepub const fn lp_flexcomm1(&self) -> LpFlexcomm1
pub const fn lp_flexcomm1(&self) -> LpFlexcomm1
LP_FLEXCOMM1
Sourcepub const fn set_lp_flexcomm1(&mut self, val: LpFlexcomm1)
pub const fn set_lp_flexcomm1(&mut self, val: LpFlexcomm1)
LP_FLEXCOMM1
Sourcepub const fn lp_flexcomm2(&self) -> LpFlexcomm2
pub const fn lp_flexcomm2(&self) -> LpFlexcomm2
LP_FLEXCOMM2
Sourcepub const fn set_lp_flexcomm2(&mut self, val: LpFlexcomm2)
pub const fn set_lp_flexcomm2(&mut self, val: LpFlexcomm2)
LP_FLEXCOMM2
Sourcepub const fn lp_flexcomm3(&self) -> LpFlexcomm3
pub const fn lp_flexcomm3(&self) -> LpFlexcomm3
LP_FLEXCOMM3
Sourcepub const fn set_lp_flexcomm3(&mut self, val: LpFlexcomm3)
pub const fn set_lp_flexcomm3(&mut self, val: LpFlexcomm3)
LP_FLEXCOMM3
Sourcepub const fn gpio0_alias0(&self) -> Gpio0Alias0
pub const fn gpio0_alias0(&self) -> Gpio0Alias0
GPIO0_ALIAS0
Sourcepub const fn set_gpio0_alias0(&mut self, val: Gpio0Alias0)
pub const fn set_gpio0_alias0(&mut self, val: Gpio0Alias0)
GPIO0_ALIAS0
Trait Implementations§
Source§impl Clone for AhbPeripheral0SlavePortP12SlaveRule0
impl Clone for AhbPeripheral0SlavePortP12SlaveRule0
Source§fn clone(&self) -> AhbPeripheral0SlavePortP12SlaveRule0
fn clone(&self) -> AhbPeripheral0SlavePortP12SlaveRule0
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 AhbPeripheral0SlavePortP12SlaveRule0
impl Default for AhbPeripheral0SlavePortP12SlaveRule0
Source§fn default() -> AhbPeripheral0SlavePortP12SlaveRule0
fn default() -> AhbPeripheral0SlavePortP12SlaveRule0
Returns the “default value” for a type. Read more
Source§impl PartialEq for AhbPeripheral0SlavePortP12SlaveRule0
impl PartialEq for AhbPeripheral0SlavePortP12SlaveRule0
Source§fn eq(&self, other: &AhbPeripheral0SlavePortP12SlaveRule0) -> bool
fn eq(&self, other: &AhbPeripheral0SlavePortP12SlaveRule0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AhbPeripheral0SlavePortP12SlaveRule0
impl Eq for AhbPeripheral0SlavePortP12SlaveRule0
impl StructuralPartialEq for AhbPeripheral0SlavePortP12SlaveRule0
Auto Trait Implementations§
impl Freeze for AhbPeripheral0SlavePortP12SlaveRule0
impl RefUnwindSafe for AhbPeripheral0SlavePortP12SlaveRule0
impl Send for AhbPeripheral0SlavePortP12SlaveRule0
impl Sync for AhbPeripheral0SlavePortP12SlaveRule0
impl Unpin for AhbPeripheral0SlavePortP12SlaveRule0
impl UnwindSafe for AhbPeripheral0SlavePortP12SlaveRule0
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