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