pub struct StatusdSpec;
Expand description
Peripheral write protection status - Bridge D
You can read
this register and get statusd::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for StatusdSpec
impl RegisterSpec for StatusdSpec
Source§impl Resettable for StatusdSpec
reset()
method sets STATUSD to value 0
impl Resettable for StatusdSpec
reset()
method sets STATUSD to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for StatusdSpec
read()
method returns statusd::R
reader structure
Auto Trait Implementations§
impl Freeze for StatusdSpec
impl RefUnwindSafe for StatusdSpec
impl Send for StatusdSpec
impl Sync for StatusdSpec
impl Unpin for StatusdSpec
impl UnwindSafe for StatusdSpec
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