Home
last modified time | relevance | path

Searched refs:ARG_timeout (Results 1 – 10 of 10) 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
64 args[ARG_timeout].u_int /= 1000; in machine_wdt_make_new()
66 if (args[ARG_timeout].u_int <= 0) { in machine_wdt_make_new()
72 cfg.timeout = args[ARG_timeout].u_int; 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
197 mp_int_t timeout = args[ARG_timeout].u_int; in machine_hw_i2c_make_new()
A Dmachine_uart.c91 …ity, ARG_stop, ARG_tx, ARG_rx, ARG_rts, ARG_cts, ARG_txbuf, ARG_rxbuf, ARG_timeout, ARG_timeout_ch… in machine_uart_init_helper() enumerator
193 self->timeout = args[ARG_timeout].u_int; in machine_uart_init_helper()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_wdt.c51 enum { ARG_id, ARG_timeout }; in machine_wdt_make_new() enumerator
64 args[ARG_timeout].u_int /= 1000; in machine_wdt_make_new()
66 if (args[ARG_timeout].u_int <= 0) { in machine_wdt_make_new()
72 cfg.timeout = args[ARG_timeout].u_int; 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
197 mp_int_t timeout = args[ARG_timeout].u_int; in machine_hw_i2c_make_new()
A Dmachine_uart.c91 …ity, ARG_stop, ARG_tx, ARG_rx, ARG_rts, ARG_cts, ARG_txbuf, ARG_rxbuf, ARG_timeout, ARG_timeout_ch… in machine_uart_init_helper() enumerator
193 self->timeout = args[ARG_timeout].u_int; in machine_uart_init_helper()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_wdt.c30 ARG_timeout in machine_wdt_make_new() enumerator
42 args[ARG_timeout].u_int /= 1000; in machine_wdt_make_new()
44 if (args[ARG_timeout].u_int <= 0) { in machine_wdt_make_new()
50 cfg.timeout = args[ARG_timeout].u_int; in machine_wdt_make_new()
A Dmachine_hw_i2c.c184 ARG_timeout, in machine_hw_i2c_make_new() enumerator
242 mp_int_t timeout = args[ARG_timeout].u_int; in machine_hw_i2c_make_new()
A Dmachine_uart.c85 ARG_timeout, in machine_uart_init_helper() enumerator
190 self->timeout = args[ARG_timeout].u_int; in machine_uart_init_helper()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmachine_i2c.c653 enum { ARG_scl, ARG_sda, ARG_freq, ARG_timeout }; in mp_machine_soft_i2c_init() enumerator
667 self->us_timeout = args[ARG_timeout].u_int; in mp_machine_soft_i2c_init()

Completed in 14 milliseconds