Struct stm32_metapac::flash::regs::Sec1bbr4
#[repr(transparent)]pub struct Sec1bbr4(pub u32);
Expand description
FLASH secure block based bank 1 register 4
Tuple Fields§
§0: u32
Implementations§
§impl Sec1bbr4
impl Sec1bbr4
pub fn set_sec1bb0(&mut self, val: bool)
pub fn set_sec1bb0(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb1(&mut self, val: bool)
pub fn set_sec1bb1(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb2(&mut self, val: bool)
pub fn set_sec1bb2(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb3(&mut self, val: bool)
pub fn set_sec1bb3(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb4(&mut self, val: bool)
pub fn set_sec1bb4(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb5(&mut self, val: bool)
pub fn set_sec1bb5(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb6(&mut self, val: bool)
pub fn set_sec1bb6(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb7(&mut self, val: bool)
pub fn set_sec1bb7(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb8(&mut self, val: bool)
pub fn set_sec1bb8(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb9(&mut self, val: bool)
pub fn set_sec1bb9(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb10(&mut self, val: bool)
pub fn set_sec1bb10(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb11(&mut self, val: bool)
pub fn set_sec1bb11(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb12(&mut self, val: bool)
pub fn set_sec1bb12(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb13(&mut self, val: bool)
pub fn set_sec1bb13(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb14(&mut self, val: bool)
pub fn set_sec1bb14(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb15(&mut self, val: bool)
pub fn set_sec1bb15(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb16(&mut self, val: bool)
pub fn set_sec1bb16(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb17(&mut self, val: bool)
pub fn set_sec1bb17(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb18(&mut self, val: bool)
pub fn set_sec1bb18(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb19(&mut self, val: bool)
pub fn set_sec1bb19(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb20(&mut self, val: bool)
pub fn set_sec1bb20(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb21(&mut self, val: bool)
pub fn set_sec1bb21(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb22(&mut self, val: bool)
pub fn set_sec1bb22(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb23(&mut self, val: bool)
pub fn set_sec1bb23(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb24(&mut self, val: bool)
pub fn set_sec1bb24(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb25(&mut self, val: bool)
pub fn set_sec1bb25(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb26(&mut self, val: bool)
pub fn set_sec1bb26(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb27(&mut self, val: bool)
pub fn set_sec1bb27(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb28(&mut self, val: bool)
pub fn set_sec1bb28(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb29(&mut self, val: bool)
pub fn set_sec1bb29(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb30(&mut self, val: bool)
pub fn set_sec1bb30(&mut self, val: bool)
page secure/non-secure attribution
pub fn set_sec1bb31(&mut self, val: bool)
pub fn set_sec1bb31(&mut self, val: bool)
page secure/non-secure attribution
Trait Implementations§
impl Copy for Sec1bbr4
impl Eq for Sec1bbr4
impl StructuralPartialEq for Sec1bbr4
Auto Trait Implementations§
impl Freeze for Sec1bbr4
impl RefUnwindSafe for Sec1bbr4
impl Send for Sec1bbr4
impl Sync for Sec1bbr4
impl Unpin for Sec1bbr4
impl UnwindSafe for Sec1bbr4
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)