pub struct Adow { /* private fields */ }Expand description
Start Open Wire ADC Conversion and Poll Status
Trait Implementations§
Source§impl HasCellChannelConfig for Adow
impl HasCellChannelConfig for Adow
Source§fn set_channel_config(self, config: CellChannelConfig) -> Self
fn set_channel_config(self, config: CellChannelConfig) -> Self
Sets the channel config for the cell voltage conversion command. Not setting anything Defaults to
CellChannelConfig::AllCellsSource§impl HasDCPOption for Adow
impl HasDCPOption for Adow
fn set_dcp_option(self) -> Self
Source§impl HasMDOption for Adow
impl HasMDOption for Adow
fn set_md_option(self, md_bits: MDSetting) -> Self
Source§impl HasPullUpOption for Adow
impl HasPullUpOption for Adow
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 Adow
impl RefUnwindSafe for Adow
impl Send for Adow
impl Sync for Adow
impl Unpin for Adow
impl UnsafeUnpin for Adow
impl UnwindSafe for Adow
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