#[repr(transparent)]pub struct SecCtrlAhbPort8Slave0Rule(pub u32);Expand description
Security access rules for AHB peripherals.
Tuple Fields§
§0: u32Implementations§
Source§impl SecCtrlAhbPort8Slave0Rule
impl SecCtrlAhbPort8Slave0Rule
Sourcepub const fn set_dma0_rule(&mut self, val: Dma0Rule)
pub const fn set_dma0_rule(&mut self, val: Dma0Rule)
DMA Controller
Sourcepub const fn fs_usb_dev_rule(&self) -> FsUsbDevRule
pub const fn fs_usb_dev_rule(&self) -> FsUsbDevRule
USB Full-speed device
Sourcepub const fn set_fs_usb_dev_rule(&mut self, val: FsUsbDevRule)
pub const fn set_fs_usb_dev_rule(&mut self, val: FsUsbDevRule)
USB Full-speed device
Sourcepub const fn set_sct_rule(&mut self, val: SctRule)
pub const fn set_sct_rule(&mut self, val: SctRule)
SCTimer
Sourcepub const fn flexcomm0_rule(&self) -> Flexcomm0Rule
pub const fn flexcomm0_rule(&self) -> Flexcomm0Rule
Flexcomm interface 0
Sourcepub const fn set_flexcomm0_rule(&mut self, val: Flexcomm0Rule)
pub const fn set_flexcomm0_rule(&mut self, val: Flexcomm0Rule)
Flexcomm interface 0
Sourcepub const fn flexcomm1_rule(&self) -> Flexcomm1Rule
pub const fn flexcomm1_rule(&self) -> Flexcomm1Rule
Flexcomm interface 1
Sourcepub const fn set_flexcomm1_rule(&mut self, val: Flexcomm1Rule)
pub const fn set_flexcomm1_rule(&mut self, val: Flexcomm1Rule)
Flexcomm interface 1
Trait Implementations§
Source§impl Clone for SecCtrlAhbPort8Slave0Rule
impl Clone for SecCtrlAhbPort8Slave0Rule
Source§fn clone(&self) -> SecCtrlAhbPort8Slave0Rule
fn clone(&self) -> SecCtrlAhbPort8Slave0Rule
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 SecCtrlAhbPort8Slave0Rule
impl Debug for SecCtrlAhbPort8Slave0Rule
Source§impl Default for SecCtrlAhbPort8Slave0Rule
impl Default for SecCtrlAhbPort8Slave0Rule
Source§fn default() -> SecCtrlAhbPort8Slave0Rule
fn default() -> SecCtrlAhbPort8Slave0Rule
Returns the “default value” for a type. Read more
impl Copy for SecCtrlAhbPort8Slave0Rule
impl Eq for SecCtrlAhbPort8Slave0Rule
impl StructuralPartialEq for SecCtrlAhbPort8Slave0Rule
Auto Trait Implementations§
impl Freeze for SecCtrlAhbPort8Slave0Rule
impl RefUnwindSafe for SecCtrlAhbPort8Slave0Rule
impl Send for SecCtrlAhbPort8Slave0Rule
impl Sync for SecCtrlAhbPort8Slave0Rule
impl Unpin for SecCtrlAhbPort8Slave0Rule
impl UnwindSafe for SecCtrlAhbPort8Slave0Rule
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