Struct nrf52840_pac::saadc::resolution::RESOLUTION_SPEC
source · pub struct RESOLUTION_SPEC;
Expand description
Resolution configuration
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see resolution module
Trait Implementations§
source§impl Readable for RESOLUTION_SPEC
impl Readable for RESOLUTION_SPEC
read()
method returns resolution::R reader structure
source§impl RegisterSpec for RESOLUTION_SPEC
impl RegisterSpec for RESOLUTION_SPEC
source§impl Resettable for RESOLUTION_SPEC
impl Resettable for RESOLUTION_SPEC
reset()
method sets RESOLUTION to value 0x01
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for RESOLUTION_SPEC
impl Writable for RESOLUTION_SPEC
write(|w| ..)
method takes resolution::W writer structure
Auto Trait Implementations§
impl Freeze for RESOLUTION_SPEC
impl RefUnwindSafe for RESOLUTION_SPEC
impl Send for RESOLUTION_SPEC
impl Sync for RESOLUTION_SPEC
impl Unpin for RESOLUTION_SPEC
impl UnwindSafe for RESOLUTION_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