Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/inc/
Dkeystore.h119 int32_t KS_Read(KS_MEM_Type type, int32_t i32KeyIdx, uint32_t au32Key[], uint32_t u32WordCnt);
/hal_nuvoton-latest/m46x/StdDriver/src/
Dkeystore.c108 int32_t KS_Read(KS_MEM_Type eType, int32_t i32KeyIdx, uint32_t au32Key[], uint32_t u32WordCnt) in KS_Read() argument
134 i32Cnt = (int32_t)u32WordCnt; in KS_Read()