[][src]Struct bq24195_i2c::ChargeVoltageControl

pub struct ChargeVoltageControl { /* fields omitted */ }

Register 0x04

VREG[5:0] is added to 3.504V

Methods

impl ChargeVoltageControl[src]

pub const VREG_5: Self[src]

Charger Voltage Limit Offset Bit 5: 512mV

pub const VREG_4: Self[src]

Charger Voltage Limit Offset Bit 4: 256mV

pub const VREG_3: Self[src]

Charger Voltage Limit Offset Bit 3: 128mV

pub const VREG_2: Self[src]

Charger Voltage Limit Offset Bit 2: 64mV

pub const VREG_1: Self[src]

Charger Voltage Limit Offset Bit 1: 32mV

pub const VREG_0: Self[src]

Charger Voltage Limit Offset Bit 0: 16mV

pub const BATLOWV: Self[src]

Battery Precharge to Fast Charge Threshold: (0 = 2.8V, 1 = 3.0V)

pub const VRECHG: Self[src]

Battery Recharge to Threshold (below battery regulation voltage) (0 = 100 mV, 1 = 300 mV)

Trait Implementations

impl BitAnd<ChargeVoltageControl> for ChargeVoltageControl[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<ChargeVoltageControl> for ChargeVoltageControl[src]

impl BitOr<ChargeVoltageControl> for ChargeVoltageControl[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<ChargeVoltageControl> for ChargeVoltageControl[src]

impl BitXor<ChargeVoltageControl> for ChargeVoltageControl[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<ChargeVoltageControl> for ChargeVoltageControl[src]

impl Clone for ChargeVoltageControl[src]

impl Copy for ChargeVoltageControl[src]

impl Debug for ChargeVoltageControl[src]

impl Default for ChargeVoltageControl[src]

impl Eq for ChargeVoltageControl[src]

impl From<u8> for ChargeVoltageControl[src]

impl Into<u8> for ChargeVoltageControl[src]

impl PartialEq<ChargeVoltageControl> for ChargeVoltageControl[src]

impl StructuralEq for ChargeVoltageControl[src]

impl StructuralPartialEq for ChargeVoltageControl[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.