pub struct BUINACT_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for BUINACT_SPEC
read()
method returns buinact::R reader structure
impl Readable for BUINACT_SPEC
read()
method returns buinact::R reader structure
Source§impl RegisterSpec for BUINACT_SPEC
impl RegisterSpec for BUINACT_SPEC
Source§impl Resettable for BUINACT_SPEC
reset()
method sets BUINACT to value 0x0b
impl Resettable for BUINACT_SPEC
reset()
method sets BUINACT to value 0x0b
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for BUINACT_SPEC
write(|w| ..)
method takes buinact::W writer structure
impl Writable for BUINACT_SPEC
write(|w| ..)
method takes buinact::W writer structure
Auto Trait Implementations§
impl Freeze for BUINACT_SPEC
impl RefUnwindSafe for BUINACT_SPEC
impl Send for BUINACT_SPEC
impl Sync for BUINACT_SPEC
impl Unpin for BUINACT_SPEC
impl UnwindSafe for BUINACT_SPEC
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