pub struct StatusbSpec;
Expand description
Status B
You can read
this register and get statusb::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for StatusbSpec
impl RegisterSpec for StatusbSpec
Source§impl Resettable for StatusbSpec
reset()
method sets STATUSB to value 0
impl Resettable for StatusbSpec
reset()
method sets STATUSB to value 0
Source§const RESET_VALUE: u8 = 0u8
const RESET_VALUE: u8 = 0u8
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for StatusbSpec
read()
method returns statusb::R
reader structure
Auto Trait Implementations§
impl Freeze for StatusbSpec
impl RefUnwindSafe for StatusbSpec
impl Send for StatusbSpec
impl Sync for StatusbSpec
impl Unpin for StatusbSpec
impl UnwindSafe for StatusbSpec
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