[]Struct bq24195::MiscOperationControl

pub struct MiscOperationControl(pub u8);

Methods

impl MiscOperationControl

pub fn dpdm_detection(&self) -> bool

pub fn set_dpdm_detection(&mut self, value: bool)

pub fn safety_timer_slowed(&self) -> bool

pub fn set_safety_timer_slowed(&mut self, value: bool)

pub fn battery_fet_disabled(&self) -> bool

pub fn set_battery_fet_disabled(&mut self, value: bool)

pub fn charge_fault_interrupt(&self) -> bool

pub fn set_charge_fault_interrupt(&mut self, value: bool)

pub fn battery_fault_interrupt(&self) -> bool

pub fn set_battery_fault_interrupt(&mut self, value: bool)

Trait Implementations

impl<T> BitRange<T> for MiscOperationControl where
    u8: BitRange<T>, 

impl Debug for MiscOperationControl

impl Default for MiscOperationControl[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Bit for T where
    T: BitRange<u8>, 
[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.