#[repr(transparent)]pub struct SecCtrlAhbPort10Slave0Rule(pub u32);Expand description
Security access rules for AHB peripherals.
Tuple Fields§
§0: u32Implementations§
Source§impl SecCtrlAhbPort10Slave0Rule
impl SecCtrlAhbPort10Slave0Rule
Sourcepub const fn set_adc_rule(&mut self, val: AdcRule)
pub const fn set_adc_rule(&mut self, val: AdcRule)
ADC
Sourcepub const fn usb_fs_host_rule(&self) -> UsbFsHostRule
pub const fn usb_fs_host_rule(&self) -> UsbFsHostRule
USB Full Speed Host registers.
Sourcepub const fn set_usb_fs_host_rule(&mut self, val: UsbFsHostRule)
pub const fn set_usb_fs_host_rule(&mut self, val: UsbFsHostRule)
USB Full Speed Host registers.
Sourcepub const fn usb_hs_host_rule(&self) -> UsbHsHostRule
pub const fn usb_hs_host_rule(&self) -> UsbHsHostRule
USB High speed host registers
Sourcepub const fn set_usb_hs_host_rule(&mut self, val: UsbHsHostRule)
pub const fn set_usb_hs_host_rule(&mut self, val: UsbHsHostRule)
USB High speed host registers
Sourcepub const fn set_hash_rule(&mut self, val: HashRule)
pub const fn set_hash_rule(&mut self, val: HashRule)
SHA-2 crypto registers
Sourcepub const fn casper_rule(&self) -> CasperRule
pub const fn casper_rule(&self) -> CasperRule
RSA/ECC crypto accelerator
Sourcepub const fn set_casper_rule(&mut self, val: CasperRule)
pub const fn set_casper_rule(&mut self, val: CasperRule)
RSA/ECC crypto accelerator
Sourcepub const fn set_pq_rule(&mut self, val: PqRule)
pub const fn set_pq_rule(&mut self, val: PqRule)
Power Quad (CPU0 processor hardware accelerator)
Sourcepub const fn set_dma1_rule(&mut self, val: Dma1Rule)
pub const fn set_dma1_rule(&mut self, val: Dma1Rule)
DMA Controller (Secure)
Trait Implementations§
Source§impl Clone for SecCtrlAhbPort10Slave0Rule
impl Clone for SecCtrlAhbPort10Slave0Rule
Source§fn clone(&self) -> SecCtrlAhbPort10Slave0Rule
fn clone(&self) -> SecCtrlAhbPort10Slave0Rule
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 SecCtrlAhbPort10Slave0Rule
impl Debug for SecCtrlAhbPort10Slave0Rule
Source§impl Default for SecCtrlAhbPort10Slave0Rule
impl Default for SecCtrlAhbPort10Slave0Rule
Source§fn default() -> SecCtrlAhbPort10Slave0Rule
fn default() -> SecCtrlAhbPort10Slave0Rule
Returns the “default value” for a type. Read more
impl Copy for SecCtrlAhbPort10Slave0Rule
impl Eq for SecCtrlAhbPort10Slave0Rule
impl StructuralPartialEq for SecCtrlAhbPort10Slave0Rule
Auto Trait Implementations§
impl Freeze for SecCtrlAhbPort10Slave0Rule
impl RefUnwindSafe for SecCtrlAhbPort10Slave0Rule
impl Send for SecCtrlAhbPort10Slave0Rule
impl Sync for SecCtrlAhbPort10Slave0Rule
impl Unpin for SecCtrlAhbPort10Slave0Rule
impl UnwindSafe for SecCtrlAhbPort10Slave0Rule
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