pub enum CellChannelConfig {
AllCells = 0,
Cell1_7_13 = 1,
Cell2_8_14 = 2,
Cell3_9_15 = 3,
Cell4_10_16 = 4,
Cell5_11_17 = 5,
Cell6_12_18 = 6,
}Expand description
Defines valid Channel config for all cell voltage conversion commands implementing HasCellChannelConfig
For Timing information see Datasheet LTC6813 Table 37. Command Bit Description
Variants§
AllCells = 0
Cell1_7_13 = 1
Cell2_8_14 = 2
Cell3_9_15 = 3
Cell4_10_16 = 4
Cell5_11_17 = 5
Cell6_12_18 = 6
Auto Trait Implementations§
impl Freeze for CellChannelConfig
impl RefUnwindSafe for CellChannelConfig
impl Send for CellChannelConfig
impl Sync for CellChannelConfig
impl Unpin for CellChannelConfig
impl UnsafeUnpin for CellChannelConfig
impl UnwindSafe for CellChannelConfig
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