Searched refs:upper (Results 1 – 16 of 16) sorted by relevance
25 This only tells the upper layer that the block size is 4K and the upper56 3. upper layer call hal_spinor_sync()59 others need more tested. The upper layer (fs) should takes care of the62 1. after writing meta data, upper must call hal_spinor_sync() to flush
1454 key_file.write("AES key:\n" + str.upper(aeskey.hex()))1558 key_file.write("AES key:\n" + str.upper(aeskey.hex()))1569 key_file.write("\nECDSA private key:\n" + str.upper(sk.to_string().hex()))1658 media = str.upper(media)1673 option = str.upper(option)1691 img_type = str.upper(img_type)1701 num = str.upper(num)1798 if arg_count == 3 and str.upper(args.read[1]) != 'ALL':1803 if str.upper(args.read[1]) == 'ALL':1875 if str.upper(args.erase[1]) == 'ALL' and media == DEV_OTP:[all …]
6 during USB Enumeration process and helps upper class driver to be installed successfully
9 In addition, it provides interfaces of USB descriptor searching for the upper
162 vuint32_t * upper = (vuint32_t*)(base + num_irq*4); in eclic_init() local164 for (ptr = base; ptr < upper; ptr=ptr+4){ in eclic_init()
70 …ment tool, tap File->Import-> RT-Thread Studio project into the workspace in the upper left corner.80 * Click the Build option in the upper left corner of the IDE to compile the project.
3 …management framework provides a set of standard device operation APIs for upper-level applications…10 - Upgrades and modifications to the underlying drivers do not affect the upper-level code
15 to the host and accept host's requests. An application or upper stack that uses178 cache to buffer input/output data, to remove upper limits. The configuration
219 COMMON_DEFINES = ' -DBOARD_%s -D__MW__ -DEMBARC_TCF_GENERATED ' % BOARD.upper()248 COMMON_DEFINES = ' -DBOARD_%s -D__GNU__ -DEMBARC_TCF_GENERATED ' % BOARD.upper()
12 BSP could hide the difference of hardware/boards, provide a unified interface to upper-layer.
262 + Fix the upper/lower case error of #include file name.
633 - drivers: dac: fix the upper limit value setting for DAC_OUTPUT
Completed in 31 milliseconds