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