pub struct Adstatd { /* private fields */ }Expand description
Start Status Group ADC Conversion with Digital Redundancy and Poll Status
Trait Implementations§
Source§impl HasMDOption for Adstatd
impl HasMDOption for Adstatd
fn set_md_option(self, md_bits: MDSetting) -> Self
Source§impl HasStatusChannelConfig for Adstatd
impl HasStatusChannelConfig for Adstatd
Source§fn set_channel_config(self, config: StatusChannelConfig) -> Self
fn set_channel_config(self, config: StatusChannelConfig) -> Self
Sets the channel config for the Status conversion command. Not setting anything Defaults to
StatusChannelConfig::AllStatusAuto Trait Implementations§
impl Freeze for Adstatd
impl RefUnwindSafe for Adstatd
impl Send for Adstatd
impl Sync for Adstatd
impl Unpin for Adstatd
impl UnsafeUnpin for Adstatd
impl UnwindSafe for Adstatd
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