[−][src]Struct mynewt::hw::sensor::bindings::sensor_driver
Fields
sd_read: sensor_read_func_t
sd_get_config: sensor_get_config_func_t
sd_set_config: sensor_set_config_func_t
sd_set_trigger_thresh: sensor_set_trigger_thresh_t
sd_clear_low_trigger_thresh: sensor_clear_trigger_thresh_t
sd_clear_high_trigger_thresh: sensor_clear_trigger_thresh_t
sd_set_notification: sensor_set_notification_t
sd_unset_notification: sensor_unset_notification_t
sd_handle_interrupt: sensor_handle_interrupt_t
sd_reset: sensor_reset_t
Trait Implementations
impl Default for sensor_driver
[src]
fn default() -> sensor_driver
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,