#[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 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 set_sdio_rule(&mut self, val: SdioRule)
pub const fn set_sdio_rule(&mut self, val: SdioRule)
SDMMC card interface
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 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 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