pub enum Register {
Show 35 variants
TempXLSB,
TempLSB,
TempMSB,
PressXLSB,
PressLSB,
PressMSB,
Config,
CtrlMeas,
Status,
Reset,
Id,
CalT1Byte0,
CalT1Byte1,
CalT2Byte0,
CalT2Byte1,
CalT3Byte0,
CalT3Byte1,
CalP1Byte0,
CalP1Byte1,
CalP2Byte0,
CalP2Byte1,
CalP3Byte0,
CalP3Byte1,
CalP4Byte0,
CalP4Byte1,
CalP5Byte0,
CalP5Byte1,
CalP6Byte0,
CalP6Byte1,
CalP7Byte0,
CalP7Byte1,
CalP8Byte0,
CalP8Byte1,
CalP9Byte0,
CalP9Byte1,
}
Variants§
TempXLSB
TempLSB
TempMSB
PressXLSB
PressLSB
PressMSB
Config
CtrlMeas
Status
Reset
Id
CalT1Byte0
CalT1Byte1
CalT2Byte0
CalT2Byte1
CalT3Byte0
CalT3Byte1
CalP1Byte0
CalP1Byte1
CalP2Byte0
CalP2Byte1
CalP3Byte0
CalP3Byte1
CalP4Byte0
CalP4Byte1
CalP5Byte0
CalP5Byte1
CalP6Byte0
CalP6Byte1
CalP7Byte0
CalP7Byte1
CalP8Byte0
CalP8Byte1
CalP9Byte0
CalP9Byte1
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Register
impl Send for Register
impl Sync for Register
impl Unpin for Register
impl UnwindSafe for Register
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