#[repr(transparent)]pub struct SecCtrlAhbPort9Slave1Rule(pub u32);Expand description
Security access rules for AHB peripherals.
Tuple Fields§
§0: u32Implementations§
Source§impl SecCtrlAhbPort9Slave1Rule
impl SecCtrlAhbPort9Slave1Rule
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 SecCtrlAhbPort9Slave1Rule
impl Clone for SecCtrlAhbPort9Slave1Rule
Source§fn clone(&self) -> SecCtrlAhbPort9Slave1Rule
fn clone(&self) -> SecCtrlAhbPort9Slave1Rule
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 SecCtrlAhbPort9Slave1Rule
impl Debug for SecCtrlAhbPort9Slave1Rule
Source§impl Default for SecCtrlAhbPort9Slave1Rule
impl Default for SecCtrlAhbPort9Slave1Rule
Source§fn default() -> SecCtrlAhbPort9Slave1Rule
fn default() -> SecCtrlAhbPort9Slave1Rule
Returns the “default value” for a type. Read more
impl Copy for SecCtrlAhbPort9Slave1Rule
impl Eq for SecCtrlAhbPort9Slave1Rule
impl StructuralPartialEq for SecCtrlAhbPort9Slave1Rule
Auto Trait Implementations§
impl Freeze for SecCtrlAhbPort9Slave1Rule
impl RefUnwindSafe for SecCtrlAhbPort9Slave1Rule
impl Send for SecCtrlAhbPort9Slave1Rule
impl Sync for SecCtrlAhbPort9Slave1Rule
impl Unpin for SecCtrlAhbPort9Slave1Rule
impl UnwindSafe for SecCtrlAhbPort9Slave1Rule
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