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