pub struct Adstat { /* private fields */ }Expand description
Start Status Group ADC Conversion and Poll Status
Trait Implementations§
Source§impl HasMDOption for Adstat
impl HasMDOption for Adstat
fn set_md_option(self, md_bits: MDSetting) -> Self
Source§impl HasStatusChannelConfig for Adstat
impl HasStatusChannelConfig for Adstat
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 Adstat
impl RefUnwindSafe for Adstat
impl Send for Adstat
impl Sync for Adstat
impl Unpin for Adstat
impl UnsafeUnpin for Adstat
impl UnwindSafe for Adstat
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