Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/src/
Dkeystore.c110 int32_t i32Cnt; in KS_Read() local
134 i32Cnt = (int32_t)u32WordCnt; in KS_Read()
151 cnt = i32Cnt; in KS_Read()
160 i32Cnt -= 8; in KS_Read()
163 while(i32Cnt > 0); in KS_Read()
246 int32_t i32Cnt; in KS_Write() local
268 i32Cnt = (int32_t)KS_GetKeyWordCnt(u32Meta); in KS_Write()
271 if(i32Cnt == 0) in KS_Write()
275 if((eType == KS_OTP) && (i32Cnt > 8)) in KS_Write()
281 if((int32_t)KS_GetRemainSize(KS_FLASH) - i32Cnt * 4 < 4) in KS_Write()
[all …]