#[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 flexcomm7_rule(&self) -> Flexcomm7Rule
pub const fn flexcomm7_rule(&self) -> Flexcomm7Rule
Flexcomm interface 7
Sourcepub const fn set_flexcomm7_rule(&mut self, val: Flexcomm7Rule)
pub const fn set_flexcomm7_rule(&mut self, val: Flexcomm7Rule)
Flexcomm interface 7
Sourcepub const fn dbg_mailbox_rule(&self) -> DbgMailboxRule
pub const fn dbg_mailbox_rule(&self) -> DbgMailboxRule
Debug mailbox (aka ISP-AP)
Sourcepub const fn set_dbg_mailbox_rule(&mut self, val: DbgMailboxRule)
pub const fn set_dbg_mailbox_rule(&mut self, val: DbgMailboxRule)
Debug mailbox (aka ISP-AP)
Sourcepub const fn set_can0_rule(&mut self, val: Can0Rule)
pub const fn set_can0_rule(&mut self, val: Can0Rule)
CAN-FD
Sourcepub const fn hs_lspi_rule(&self) -> HsLspiRule
pub const fn hs_lspi_rule(&self) -> HsLspiRule
High Speed SPI
Sourcepub const fn set_hs_lspi_rule(&mut self, val: HsLspiRule)
pub const fn set_hs_lspi_rule(&mut self, val: HsLspiRule)
High Speed SPI
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