pub enum Error<B> {
Bus(B),
UnexpectedValue,
}Expand description
Driver errors.
Variants§
Trait Implementations§
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for InterruptCfg
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for InterruptCfg
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for ThsP
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for ThsP
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for IfCtrl
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for IfCtrl
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for WhoAmI
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for WhoAmI
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for CtrlReg1
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for CtrlReg1
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for CtrlReg2
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for CtrlReg2
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for CtrlReg3
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for CtrlReg3
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for FifoCtrl
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for FifoCtrl
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for FifoWtm
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for FifoWtm
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for RefP
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for RefP
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for Rpds
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for Rpds
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for IntSource
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for IntSource
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for FifoStatusReg
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for FifoStatusReg
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for Status
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for Status
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for PressOut
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for PressOut
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for TempOut
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for TempOut
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for FifoDataOutPress
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for FifoDataOutPress
Source§impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for FifoDataOutTemp
impl<B: BusOperation> RegisterOperation<Lps22hh<B, OnState>, Error<<B as BusOperation>::Error>> for FifoDataOutTemp
Auto Trait Implementations§
impl<B> Freeze for Error<B>where
B: Freeze,
impl<B> RefUnwindSafe for Error<B>where
B: RefUnwindSafe,
impl<B> Send for Error<B>where
B: Send,
impl<B> Sync for Error<B>where
B: Sync,
impl<B> Unpin for Error<B>where
B: Unpin,
impl<B> UnsafeUnpin for Error<B>where
B: UnsafeUnpin,
impl<B> UnwindSafe for Error<B>where
B: UnwindSafe,
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