Searched refs:ARG_timeout (Results 1 – 10 of 10) 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 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 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 197 mp_int_t timeout = args[ARG_timeout].u_int; in machine_hw_i2c_make_new()
|
A D | machine_uart.c | 91 …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 D | machine_wdt.c | 51 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 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 197 mp_int_t timeout = args[ARG_timeout].u_int; in machine_hw_i2c_make_new()
|
A D | machine_uart.c | 91 …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 D | machine_wdt.c | 30 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 D | machine_hw_i2c.c | 184 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 D | machine_uart.c | 85 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 D | machine_i2c.c | 653 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 19 milliseconds