Home
last modified time | relevance | path

Searched refs:bytesize (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dasmbase.c92 void mp_asm_base_data(mp_asm_base_t *as, unsigned int bytesize, uintptr_t val) { in mp_asm_base_data() argument
93 uint8_t *c = mp_asm_base_get_cur_to_write_bytes(as, bytesize); in mp_asm_base_data()
95 for (unsigned int i = 0; i < bytesize; i++) { in mp_asm_base_data()
A Dasmbase.h51 void mp_asm_base_data(mp_asm_base_t *as, unsigned int bytesize, uintptr_t val);
A Dcompile.c3359 mp_int_t bytesize = MP_PARSE_NODE_LEAF_SMALL_INT(pn_arg[0]); in compile_scope_inline_asm() local
3366 bytesize, MP_PARSE_NODE_LEAF_SMALL_INT(pn_arg[j])); in compile_scope_inline_asm()
/AliOS-Things-master/hardware/chip/haas1000/release/aos_burn_tool/
A Dflash_program.py74 serialport.bytesize = 8
A Dflash_program_ll.py97 serialport.bytesize = 8
/AliOS-Things-master/hardware/chip/rtl872xd/release/aos_burn_tool/
A Dflash_program.py76 serialport.bytesize = 8
A Dflash_program_ll.py97 serialport.bytesize = 8
/AliOS-Things-master/components/py_engine/engine/tools/
A Dtransymodem.py135 serialport.bytesize = 8
A Dhaasboard.py273 self.serial.bytesize = 8
/AliOS-Things-master/components/amp-utility/tftp/
A Dhaasdevice.py37 self.serial.bytesize = 8

Completed in 16 milliseconds