Searched refs:ARG_id (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_wdt.c | 51 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 D | machine_hw_i2c.c | 143 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 D | machine_hw_spi.c | 165 …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 D | machine_wdt.c | 51 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 D | machine_hw_i2c.c | 143 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 D | machine_hw_spi.c | 165 …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 D | machine_wdt.c | 29 ARG_id, in machine_wdt_make_new() enumerator 37 if (args[ARG_id].u_int != 0) { in machine_wdt_make_new()
|
A D | machine_hw_spi.c | 171 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 D | machine_hw_i2c.c | 180 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