pub struct VREFBUF_CSR_SPEC;
Expand description
VREFBUF control and status register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see vrefbuf_csr module
Trait Implementations§
Source§impl Readable for VREFBUF_CSR_SPEC
read()
method returns vrefbuf_csr::R reader structure
impl Readable for VREFBUF_CSR_SPEC
read()
method returns vrefbuf_csr::R reader structure
Source§impl RegisterSpec for VREFBUF_CSR_SPEC
impl RegisterSpec for VREFBUF_CSR_SPEC
Source§impl Resettable for VREFBUF_CSR_SPEC
reset()
method sets VREFBUF_CSR to value 0x02
impl Resettable for VREFBUF_CSR_SPEC
reset()
method sets VREFBUF_CSR to value 0x02
Source§fn reset_value() -> <VREFBUF_CSR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <VREFBUF_CSR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Source§impl Writable for VREFBUF_CSR_SPEC
write(|w| ..)
method takes vrefbuf_csr::W writer structure
impl Writable for VREFBUF_CSR_SPEC
write(|w| ..)
method takes vrefbuf_csr::W writer structure
Auto Trait Implementations§
impl Freeze for VREFBUF_CSR_SPEC
impl RefUnwindSafe for VREFBUF_CSR_SPEC
impl Send for VREFBUF_CSR_SPEC
impl Sync for VREFBUF_CSR_SPEC
impl Unpin for VREFBUF_CSR_SPEC
impl UnwindSafe for VREFBUF_CSR_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