Home
last modified time | relevance | path

Searched refs:ARG_id (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_wdt.c51 enum { ARG_id, ARG_timeout }; in machine_wdt_make_new() enumerator
59 if (args[ARG_id].u_int != 0) { in machine_wdt_make_new()
A Dmachine_hw_i2c.c143 enum { ARG_id, ARG_scl, ARG_sda, ARG_freq, ARG_timeout, ARG_mode, ARG_addr, ARG_addrsize}; in machine_hw_i2c_make_new() enumerator
159 mp_int_t port = mp_obj_get_int(args[ARG_id].u_obj); in machine_hw_i2c_make_new()
A Dmachine_hw_spi.c165 …enum { ARG_id, ARG_baudrate, ARG_polarity, ARG_phase, ARG_bits, ARG_firstbit, ARG_mode, ARG_len, A… in machine_hw_spi_make_new() enumerator
183 mp_int_t port = mp_obj_get_int(args[ARG_id].u_obj); in machine_hw_spi_make_new()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_wdt.c51 enum { ARG_id, ARG_timeout }; in machine_wdt_make_new() enumerator
59 if (args[ARG_id].u_int != 0) { in machine_wdt_make_new()
A Dmachine_hw_i2c.c143 enum { ARG_id, ARG_scl, ARG_sda, ARG_freq, ARG_timeout, ARG_mode, ARG_addr, ARG_addrsize}; in machine_hw_i2c_make_new() enumerator
159 mp_int_t port = mp_obj_get_int(args[ARG_id].u_obj); in machine_hw_i2c_make_new()
A Dmachine_hw_spi.c165 …enum { ARG_id, ARG_baudrate, ARG_polarity, ARG_phase, ARG_bits, ARG_firstbit, ARG_mode, ARG_len, A… in machine_hw_spi_make_new() enumerator
183 mp_int_t port = mp_obj_get_int(args[ARG_id].u_obj); in machine_hw_spi_make_new()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_wdt.c29 ARG_id, in machine_wdt_make_new() enumerator
37 if (args[ARG_id].u_int != 0) { in machine_wdt_make_new()
A Dmachine_hw_spi.c171 ARG_id, in machine_hw_spi_make_new() enumerator
200 mp_int_t port = mp_obj_get_int(args[ARG_id].u_obj); in machine_hw_spi_make_new()
A Dmachine_hw_i2c.c180 ARG_id, in machine_hw_i2c_make_new() enumerator
204 mp_int_t port = mp_obj_get_int(args[ARG_id].u_obj); in machine_hw_i2c_make_new()

Completed in 9 milliseconds