Enum capsules_extra::ltc294x::InterruptPinConf
source · pub enum InterruptPinConf {
Disabled = 0,
ChargeCompleteMode = 1,
AlertMode = 2,
}
Expand description
Settings for which interrupt we want.
Variants§
Auto Trait Implementations§
impl Freeze for InterruptPinConf
impl RefUnwindSafe for InterruptPinConf
impl Send for InterruptPinConf
impl Sync for InterruptPinConf
impl Unpin for InterruptPinConf
impl UnwindSafe for InterruptPinConf
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