#[repr(transparent)]pub struct SecCtrlAhbPort9Slave0Rule(pub u32);Expand description
Security access rules for AHB peripherals.
Tuple Fields§
§0: u32Implementations§
Source§impl SecCtrlAhbPort9Slave0Rule
impl SecCtrlAhbPort9Slave0Rule
Sourcepub const fn usb_hs_dev_rule(&self) -> UsbHsDevRule
pub const fn usb_hs_dev_rule(&self) -> UsbHsDevRule
USB high Speed device registers
Sourcepub const fn set_usb_hs_dev_rule(&mut self, val: UsbHsDevRule)
pub const fn set_usb_hs_dev_rule(&mut self, val: UsbHsDevRule)
USB high Speed device registers
Sourcepub const fn set_crc_rule(&mut self, val: CrcRule)
pub const fn set_crc_rule(&mut self, val: CrcRule)
CRC engine
Sourcepub const fn flexcomm5_rule(&self) -> Flexcomm5Rule
pub const fn flexcomm5_rule(&self) -> Flexcomm5Rule
Flexcomm interface 5
Sourcepub const fn set_flexcomm5_rule(&mut self, val: Flexcomm5Rule)
pub const fn set_flexcomm5_rule(&mut self, val: Flexcomm5Rule)
Flexcomm interface 5
Sourcepub const fn flexcomm6_rule(&self) -> Flexcomm6Rule
pub const fn flexcomm6_rule(&self) -> Flexcomm6Rule
Flexcomm interface 6
Sourcepub const fn set_flexcomm6_rule(&mut self, val: Flexcomm6Rule)
pub const fn set_flexcomm6_rule(&mut self, val: Flexcomm6Rule)
Flexcomm interface 6
Trait Implementations§
Source§impl Clone for SecCtrlAhbPort9Slave0Rule
impl Clone for SecCtrlAhbPort9Slave0Rule
Source§fn clone(&self) -> SecCtrlAhbPort9Slave0Rule
fn clone(&self) -> SecCtrlAhbPort9Slave0Rule
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 SecCtrlAhbPort9Slave0Rule
impl Debug for SecCtrlAhbPort9Slave0Rule
Source§impl Default for SecCtrlAhbPort9Slave0Rule
impl Default for SecCtrlAhbPort9Slave0Rule
Source§fn default() -> SecCtrlAhbPort9Slave0Rule
fn default() -> SecCtrlAhbPort9Slave0Rule
Returns the “default value” for a type. Read more
impl Copy for SecCtrlAhbPort9Slave0Rule
impl Eq for SecCtrlAhbPort9Slave0Rule
impl StructuralPartialEq for SecCtrlAhbPort9Slave0Rule
Auto Trait Implementations§
impl Freeze for SecCtrlAhbPort9Slave0Rule
impl RefUnwindSafe for SecCtrlAhbPort9Slave0Rule
impl Send for SecCtrlAhbPort9Slave0Rule
impl Sync for SecCtrlAhbPort9Slave0Rule
impl Unpin for SecCtrlAhbPort9Slave0Rule
impl UnwindSafe for SecCtrlAhbPort9Slave0Rule
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