pub struct RLR6rs;
Expand description
Accesses the same physical bits as HSEM_Rx. The HSEM_RLRx shall be used to perform a 1-step Read lock. Only Read accesses with authorized AHB bus master IDs are granted. Read accesses with unauthorized AHB bus master IDs are discarded.
You can read
this register and get rlr6::R
. See API.
See register structure
Trait Implementations§
Source§impl Resettable for RLR6rs
reset()
method sets RLR6 to value 0
impl Resettable for RLR6rs
reset()
method sets RLR6 to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RLR6rs
read()
method returns rlr6::R
reader structure
Auto Trait Implementations§
impl Freeze for RLR6rs
impl RefUnwindSafe for RLR6rs
impl Send for RLR6rs
impl Sync for RLR6rs
impl Unpin for RLR6rs
impl UnwindSafe for RLR6rs
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