#[repr(transparent)]pub struct SecCtrlApbBridge0MemCtrl2(pub u32);Expand description
Security access rules for APB Bridge 0 peripherals. Each APB bridge sector is 4 Kbytes. There are 32 APB Bridge 0 sectors in total.
Tuple Fields§
§0: u32Implementations§
Source§impl SecCtrlApbBridge0MemCtrl2
impl SecCtrlApbBridge0MemCtrl2
Sourcepub const fn anactrl_rule(&self) -> AnactrlRule
pub const fn anactrl_rule(&self) -> AnactrlRule
Analog Modules controller
Sourcepub const fn set_anactrl_rule(&mut self, val: AnactrlRule)
pub const fn set_anactrl_rule(&mut self, val: AnactrlRule)
Analog Modules controller
Trait Implementations§
Source§impl Clone for SecCtrlApbBridge0MemCtrl2
impl Clone for SecCtrlApbBridge0MemCtrl2
Source§fn clone(&self) -> SecCtrlApbBridge0MemCtrl2
fn clone(&self) -> SecCtrlApbBridge0MemCtrl2
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 SecCtrlApbBridge0MemCtrl2
impl Debug for SecCtrlApbBridge0MemCtrl2
Source§impl Default for SecCtrlApbBridge0MemCtrl2
impl Default for SecCtrlApbBridge0MemCtrl2
Source§fn default() -> SecCtrlApbBridge0MemCtrl2
fn default() -> SecCtrlApbBridge0MemCtrl2
Returns the “default value” for a type. Read more
impl Copy for SecCtrlApbBridge0MemCtrl2
impl Eq for SecCtrlApbBridge0MemCtrl2
impl StructuralPartialEq for SecCtrlApbBridge0MemCtrl2
Auto Trait Implementations§
impl Freeze for SecCtrlApbBridge0MemCtrl2
impl RefUnwindSafe for SecCtrlApbBridge0MemCtrl2
impl Send for SecCtrlApbBridge0MemCtrl2
impl Sync for SecCtrlApbBridge0MemCtrl2
impl Unpin for SecCtrlApbBridge0MemCtrl2
impl UnwindSafe for SecCtrlApbBridge0MemCtrl2
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