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