pub struct Axow { /* private fields */ }Expand description
Start GPIOs Open Wire ADC Conversion and Poll Status
Trait Implementations§
Source§impl HasGpioChannelConfig for Axow
impl HasGpioChannelConfig for Axow
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 Axow
impl HasMDOption for Axow
fn set_md_option(self, md_bits: MDSetting) -> Self
Source§impl HasPullUpOption for Axow
impl HasPullUpOption for Axow
Source§fn set_pullup_option(self) -> Self
fn set_pullup_option(self) -> Self
Defines the
PullUp or PullDown Option for the Open Wire Check Commands Adow and its GPIO counterpart (LTC6812/13 only).
Default is PullUp unset meaning that the current sink (pulldown) is active during Open Wire check.
Running command with this enabled activates current source (pullup) during Open Wire checkAuto Trait Implementations§
impl Freeze for Axow
impl RefUnwindSafe for Axow
impl Send for Axow
impl Sync for Axow
impl Unpin for Axow
impl UnsafeUnpin for Axow
impl UnwindSafe for Axow
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