[][src]Struct vl53l1_reg::SYSTEM__INTERRUPT_SET

pub struct SYSTEM__INTERRUPT_SET(pub u8);

Implementations

impl SYSTEM__INTERRUPT_SET[src]

pub fn sys_interrupt_set_range(&self) -> u8[src]

pub fn set_sys_interrupt_set_range(&mut self, value: u8)[src]

pub fn sys_interrupt_set_error(&self) -> bool[src]

pub fn set_sys_interrupt_set_error(&mut self, value: bool)[src]

Trait Implementations

impl<T> BitRange<T> for SYSTEM__INTERRUPT_SET where
    u8: BitRange<T>, 
[src]

impl Clone for SYSTEM__INTERRUPT_SET[src]

impl Copy for SYSTEM__INTERRUPT_SET[src]

impl Debug for SYSTEM__INTERRUPT_SET[src]

impl Default for SYSTEM__INTERRUPT_SET[src]

impl Entry for SYSTEM__INTERRUPT_SET[src]

type Array = [u8; 1]

The array type representing the entry encoded in bytes ordered for I2C (MSB).

impl Eq for SYSTEM__INTERRUPT_SET[src]

impl Hash for SYSTEM__INTERRUPT_SET[src]

impl PartialEq<SYSTEM__INTERRUPT_SET> for SYSTEM__INTERRUPT_SET[src]

impl StructuralEq for SYSTEM__INTERRUPT_SET[src]

impl StructuralPartialEq for SYSTEM__INTERRUPT_SET[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> Same<T> for T

type Output = T

Should always be Self

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.