[][src]Type Definition mynewt::hw::sensor::sensor_error_func_t

type sensor_error_func_t = Option<unsafe extern "C" fn(sensor: *mut sensor, arg: *mut c_void, status: c_int)>;

Callback for reporting a sensor read error.