#[repr(transparent)]pub struct SecCtrlAhbPort10Slave1Rule(pub u32);Expand description
Security access rules for AHB peripherals.
Tuple Fields§
§0: u32Implementations§
Source§impl SecCtrlAhbPort10Slave1Rule
impl SecCtrlAhbPort10Slave1Rule
Sourcepub const fn gpio1_rule(&self) -> Gpio1Rule
pub const fn gpio1_rule(&self) -> Gpio1Rule
Secure High Speed GPIO
Sourcepub const fn set_gpio1_rule(&mut self, val: Gpio1Rule)
pub const fn set_gpio1_rule(&mut self, val: Gpio1Rule)
Secure High Speed GPIO
Sourcepub const fn ahb_sec_ctrl_rule(&self) -> AhbSecCtrlRule
pub const fn ahb_sec_ctrl_rule(&self) -> AhbSecCtrlRule
AHB Secure Controller
Sourcepub const fn set_ahb_sec_ctrl_rule(&mut self, val: AhbSecCtrlRule)
pub const fn set_ahb_sec_ctrl_rule(&mut self, val: AhbSecCtrlRule)
AHB Secure Controller
Trait Implementations§
Source§impl Clone for SecCtrlAhbPort10Slave1Rule
impl Clone for SecCtrlAhbPort10Slave1Rule
Source§fn clone(&self) -> SecCtrlAhbPort10Slave1Rule
fn clone(&self) -> SecCtrlAhbPort10Slave1Rule
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 Debug for SecCtrlAhbPort10Slave1Rule
impl Debug for SecCtrlAhbPort10Slave1Rule
Source§impl Default for SecCtrlAhbPort10Slave1Rule
impl Default for SecCtrlAhbPort10Slave1Rule
Source§fn default() -> SecCtrlAhbPort10Slave1Rule
fn default() -> SecCtrlAhbPort10Slave1Rule
Returns the “default value” for a type. Read more
impl Copy for SecCtrlAhbPort10Slave1Rule
impl Eq for SecCtrlAhbPort10Slave1Rule
impl StructuralPartialEq for SecCtrlAhbPort10Slave1Rule
Auto Trait Implementations§
impl Freeze for SecCtrlAhbPort10Slave1Rule
impl RefUnwindSafe for SecCtrlAhbPort10Slave1Rule
impl Send for SecCtrlAhbPort10Slave1Rule
impl Sync for SecCtrlAhbPort10Slave1Rule
impl Unpin for SecCtrlAhbPort10Slave1Rule
impl UnwindSafe for SecCtrlAhbPort10Slave1Rule
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