pub enum StatusChannelConfig {
AllStatus = 0,
SumOfCells = 1,
InternalTemp = 2,
AnalogSupply = 3,
DigitalSupply = 4,
}Expand description
Defines valid Channel config for all Status conversion commands implementing HasStatusChannelConfig
For Timing information see Datasheet LTC6813 Table 37. Command Bit Description
Variants§
Auto Trait Implementations§
impl Freeze for StatusChannelConfig
impl RefUnwindSafe for StatusChannelConfig
impl Send for StatusChannelConfig
impl Sync for StatusChannelConfig
impl Unpin for StatusChannelConfig
impl UnsafeUnpin for StatusChannelConfig
impl UnwindSafe for StatusChannelConfig
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