#[repr(transparent)]pub struct SecCtrlUsbHsSlaveRule(pub u32);Expand description
Security access rules for USB High speed RAM slaves.
Tuple Fields§
§0: u32Implementations§
Source§impl SecCtrlUsbHsSlaveRule
impl SecCtrlUsbHsSlaveRule
Sourcepub const fn ram_usb_hs_rule(&self) -> RamUsbHsRule
pub const fn ram_usb_hs_rule(&self) -> RamUsbHsRule
Security access rules for the whole USB High Speed RAM : 0x4010_0000 - 0x4010_3FFF
Sourcepub const fn set_ram_usb_hs_rule(&mut self, val: RamUsbHsRule)
pub const fn set_ram_usb_hs_rule(&mut self, val: RamUsbHsRule)
Security access rules for the whole USB High Speed RAM : 0x4010_0000 - 0x4010_3FFF
Trait Implementations§
Source§impl Clone for SecCtrlUsbHsSlaveRule
impl Clone for SecCtrlUsbHsSlaveRule
Source§fn clone(&self) -> SecCtrlUsbHsSlaveRule
fn clone(&self) -> SecCtrlUsbHsSlaveRule
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 SecCtrlUsbHsSlaveRule
impl Debug for SecCtrlUsbHsSlaveRule
Source§impl Default for SecCtrlUsbHsSlaveRule
impl Default for SecCtrlUsbHsSlaveRule
Source§fn default() -> SecCtrlUsbHsSlaveRule
fn default() -> SecCtrlUsbHsSlaveRule
Returns the “default value” for a type. Read more
Source§impl PartialEq for SecCtrlUsbHsSlaveRule
impl PartialEq for SecCtrlUsbHsSlaveRule
impl Copy for SecCtrlUsbHsSlaveRule
impl Eq for SecCtrlUsbHsSlaveRule
impl StructuralPartialEq for SecCtrlUsbHsSlaveRule
Auto Trait Implementations§
impl Freeze for SecCtrlUsbHsSlaveRule
impl RefUnwindSafe for SecCtrlUsbHsSlaveRule
impl Send for SecCtrlUsbHsSlaveRule
impl Sync for SecCtrlUsbHsSlaveRule
impl Unpin for SecCtrlUsbHsSlaveRule
impl UnwindSafe for SecCtrlUsbHsSlaveRule
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