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