#[repr(transparent)]pub struct AhbPeripheral0SlavePortP12SlaveRule1(pub u32);Expand description
AHB Peripheral 0 Slave Port 12 Slave Rule 1
Tuple Fields§
§0: u32Implementations§
Source§impl AhbPeripheral0SlavePortP12SlaveRule1
impl AhbPeripheral0SlavePortP12SlaveRule1
Sourcepub const fn gpio0_alias1(&self) -> Gpio0Alias1
pub const fn gpio0_alias1(&self) -> Gpio0Alias1
GPIO0_ALIAS1
Sourcepub const fn set_gpio0_alias1(&mut self, val: Gpio0Alias1)
pub const fn set_gpio0_alias1(&mut self, val: Gpio0Alias1)
GPIO0_ALIAS1
Sourcepub const fn gpio1_alias0(&self) -> Gpio1Alias0
pub const fn gpio1_alias0(&self) -> Gpio1Alias0
GPIO1_ALIAS0
Sourcepub const fn set_gpio1_alias0(&mut self, val: Gpio1Alias0)
pub const fn set_gpio1_alias0(&mut self, val: Gpio1Alias0)
GPIO1_ALIAS0
Sourcepub const fn gpio1_alias1(&self) -> Gpio1Alias1
pub const fn gpio1_alias1(&self) -> Gpio1Alias1
GPIO1_ALIAS1
Sourcepub const fn set_gpio1_alias1(&mut self, val: Gpio1Alias1)
pub const fn set_gpio1_alias1(&mut self, val: Gpio1Alias1)
GPIO1_ALIAS1
Sourcepub const fn gpio2_alias0(&self) -> Gpio2Alias0
pub const fn gpio2_alias0(&self) -> Gpio2Alias0
GPIO2_ALIAS0
Sourcepub const fn set_gpio2_alias0(&mut self, val: Gpio2Alias0)
pub const fn set_gpio2_alias0(&mut self, val: Gpio2Alias0)
GPIO2_ALIAS0
Sourcepub const fn gpio2_alias1(&self) -> Gpio2Alias1
pub const fn gpio2_alias1(&self) -> Gpio2Alias1
GPIO2_ALIAS1
Sourcepub const fn set_gpio2_alias1(&mut self, val: Gpio2Alias1)
pub const fn set_gpio2_alias1(&mut self, val: Gpio2Alias1)
GPIO2_ALIAS1
Sourcepub const fn gpio3_alias0(&self) -> Gpio3Alias0
pub const fn gpio3_alias0(&self) -> Gpio3Alias0
GPIO3_ALIAS0
Sourcepub const fn set_gpio3_alias0(&mut self, val: Gpio3Alias0)
pub const fn set_gpio3_alias0(&mut self, val: Gpio3Alias0)
GPIO3_ALIAS0
Sourcepub const fn gpio3_alias1(&self) -> Gpio3Alias1
pub const fn gpio3_alias1(&self) -> Gpio3Alias1
GPIO3_ALIAS1
Sourcepub const fn set_gpio3_alias1(&mut self, val: Gpio3Alias1)
pub const fn set_gpio3_alias1(&mut self, val: Gpio3Alias1)
GPIO3_ALIAS1
Sourcepub const fn gpio4_alias0(&self) -> Gpio4Alias0
pub const fn gpio4_alias0(&self) -> Gpio4Alias0
GPIO4_ALIAS0
Sourcepub const fn set_gpio4_alias0(&mut self, val: Gpio4Alias0)
pub const fn set_gpio4_alias0(&mut self, val: Gpio4Alias0)
GPIO4_ALIAS0
Trait Implementations§
Source§impl Clone for AhbPeripheral0SlavePortP12SlaveRule1
impl Clone for AhbPeripheral0SlavePortP12SlaveRule1
Source§fn clone(&self) -> AhbPeripheral0SlavePortP12SlaveRule1
fn clone(&self) -> AhbPeripheral0SlavePortP12SlaveRule1
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 AhbPeripheral0SlavePortP12SlaveRule1
impl Default for AhbPeripheral0SlavePortP12SlaveRule1
Source§fn default() -> AhbPeripheral0SlavePortP12SlaveRule1
fn default() -> AhbPeripheral0SlavePortP12SlaveRule1
Returns the “default value” for a type. Read more
Source§impl PartialEq for AhbPeripheral0SlavePortP12SlaveRule1
impl PartialEq for AhbPeripheral0SlavePortP12SlaveRule1
Source§fn eq(&self, other: &AhbPeripheral0SlavePortP12SlaveRule1) -> bool
fn eq(&self, other: &AhbPeripheral0SlavePortP12SlaveRule1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AhbPeripheral0SlavePortP12SlaveRule1
impl Eq for AhbPeripheral0SlavePortP12SlaveRule1
impl StructuralPartialEq for AhbPeripheral0SlavePortP12SlaveRule1
Auto Trait Implementations§
impl Freeze for AhbPeripheral0SlavePortP12SlaveRule1
impl RefUnwindSafe for AhbPeripheral0SlavePortP12SlaveRule1
impl Send for AhbPeripheral0SlavePortP12SlaveRule1
impl Sync for AhbPeripheral0SlavePortP12SlaveRule1
impl Unpin for AhbPeripheral0SlavePortP12SlaveRule1
impl UnwindSafe for AhbPeripheral0SlavePortP12SlaveRule1
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