Home
last modified time | relevance | path

Searched refs:native_i2c_close (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/i2c/
A Dmodule_i2c.c55 static duk_ret_t native_i2c_close(duk_context *ctx) in native_i2c_close() function
299 AMP_ADD_FUNCTION("close", native_i2c_close, 1); in module_i2c_register()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/i2c/
A Dmodule_i2c.c68 static JSValue native_i2c_close(JSContext *ctx, JSValueConst this_val, in native_i2c_close() function
276 JS_CFUNC_DEF("close", 0, native_i2c_close),

Completed in 7 milliseconds