#[repr(transparent)]pub struct SecCtrlAhbPort8Slave1Rule(pub u32);Expand description
Security access rules for AHB peripherals.
Tuple Fields§
§0: u32Implementations§
Source§impl SecCtrlAhbPort8Slave1Rule
impl SecCtrlAhbPort8Slave1Rule
Sourcepub const fn flexcomm2_rule(&self) -> Flexcomm2Rule
pub const fn flexcomm2_rule(&self) -> Flexcomm2Rule
Flexcomm interface 2
Sourcepub const fn set_flexcomm2_rule(&mut self, val: Flexcomm2Rule)
pub const fn set_flexcomm2_rule(&mut self, val: Flexcomm2Rule)
Flexcomm interface 2
Sourcepub const fn flexcomm3_rule(&self) -> Flexcomm3Rule
pub const fn flexcomm3_rule(&self) -> Flexcomm3Rule
Flexcomm interface 3
Sourcepub const fn set_flexcomm3_rule(&mut self, val: Flexcomm3Rule)
pub const fn set_flexcomm3_rule(&mut self, val: Flexcomm3Rule)
Flexcomm interface 3
Sourcepub const fn flexcomm4_rule(&self) -> Flexcomm4Rule
pub const fn flexcomm4_rule(&self) -> Flexcomm4Rule
Flexcomm interface 4
Sourcepub const fn set_flexcomm4_rule(&mut self, val: Flexcomm4Rule)
pub const fn set_flexcomm4_rule(&mut self, val: Flexcomm4Rule)
Flexcomm interface 4
Sourcepub const fn mailbox_rule(&self) -> MailboxRule
pub const fn mailbox_rule(&self) -> MailboxRule
Inter CPU communication Mailbox
Sourcepub const fn set_mailbox_rule(&mut self, val: MailboxRule)
pub const fn set_mailbox_rule(&mut self, val: MailboxRule)
Inter CPU communication Mailbox
Sourcepub const fn gpio0_rule(&self) -> Gpio0Rule
pub const fn gpio0_rule(&self) -> Gpio0Rule
High Speed GPIO
Sourcepub const fn set_gpio0_rule(&mut self, val: Gpio0Rule)
pub const fn set_gpio0_rule(&mut self, val: Gpio0Rule)
High Speed GPIO
Trait Implementations§
Source§impl Clone for SecCtrlAhbPort8Slave1Rule
impl Clone for SecCtrlAhbPort8Slave1Rule
Source§fn clone(&self) -> SecCtrlAhbPort8Slave1Rule
fn clone(&self) -> SecCtrlAhbPort8Slave1Rule
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 SecCtrlAhbPort8Slave1Rule
impl Debug for SecCtrlAhbPort8Slave1Rule
Source§impl Default for SecCtrlAhbPort8Slave1Rule
impl Default for SecCtrlAhbPort8Slave1Rule
Source§fn default() -> SecCtrlAhbPort8Slave1Rule
fn default() -> SecCtrlAhbPort8Slave1Rule
Returns the “default value” for a type. Read more
impl Copy for SecCtrlAhbPort8Slave1Rule
impl Eq for SecCtrlAhbPort8Slave1Rule
impl StructuralPartialEq for SecCtrlAhbPort8Slave1Rule
Auto Trait Implementations§
impl Freeze for SecCtrlAhbPort8Slave1Rule
impl RefUnwindSafe for SecCtrlAhbPort8Slave1Rule
impl Send for SecCtrlAhbPort8Slave1Rule
impl Sync for SecCtrlAhbPort8Slave1Rule
impl Unpin for SecCtrlAhbPort8Slave1Rule
impl UnwindSafe for SecCtrlAhbPort8Slave1Rule
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