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