Home
last modified time | relevance | path

Searched refs:g_nv_env (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
H A Dbuild_nv.py176 global g_nv_env
196 nv_file_Bin = bytearray(g_nv_env.flash_size)
210 nv_file_st.ver_magic = g_nv_env.ver_magic
211 nv_file_st.flash_size = g_nv_env.flash_size
231 if offset > g_nv_env.flash_size:
232 print("Error: NV is larger than flash_size:%d"%(g_nv_env.flash_size))
236 for i in range(offset, g_nv_env.flash_size):
240 nv_file_st.crc = crc32(nv_file_Bin[8:g_nv_env.flash_size])
263 g_nv_env = NvEnv() variable
277 global g_nv_env
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
H A Dbuild_nv.py176 global g_nv_env
196 nv_file_Bin = bytearray(g_nv_env.flash_size)
210 nv_file_st.ver_magic = g_nv_env.ver_magic
211 nv_file_st.flash_size = g_nv_env.flash_size
231 if offset > g_nv_env.flash_size:
232 print("Error: NV is larger than flash_size:%d"%(g_nv_env.flash_size))
236 for i in range(offset, g_nv_env.flash_size):
240 nv_file_st.crc = crc32(nv_file_Bin[8:g_nv_env.flash_size])
263 g_nv_env = NvEnv() variable
277 global g_nv_env
[all...]

Completed in 2 milliseconds