Searched refs:count (Results 1 – 5 of 5) sorted by relevance
| /hal_nuvoton-latest/m48x/StdDriver/src/ |
| D | crypto.c | 46 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count); 49 static void Reg2Hex(int32_t count, uint32_t volatile reg[], char output[]); 898 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() argument 903 for (i = 0; i < count; i++) in dump_ecc_reg() 910 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() argument 997 static void Reg2Hex(int32_t count, uint32_t volatile reg[], char output[]) in Reg2Hex() argument 1002 output[count] = 0U; in Reg2Hex() 1003 idx = count - 1; in Reg2Hex()
|
| D | spim.c | 437 uint32_t count; in spim_wait_write_done() local 440 for (count = 0UL; count < SystemCoreClock/1000UL; count++) in spim_wait_write_done()
|
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | crypto.c | 48 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count); 51 static void Reg2Hex(int32_t count, uint32_t volatile reg[], char output[]); 861 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() argument 866 for(i = 0; i < count; i++) in dump_ecc_reg() 873 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() argument 877 (void)count; in dump_ecc_reg() 961 static void Reg2Hex(int32_t count, uint32_t volatile reg[], char output[]) in Reg2Hex() argument 966 output[count] = 0U; in Reg2Hex() 967 idx = count - 1; in Reg2Hex() 985 void CRPT_Reg2Hex(int32_t count, volatile uint32_t reg[], char output[]) in CRPT_Reg2Hex() argument [all …]
|
| D | spim.c | 463 uint32_t count; in spim_wait_write_done() local 466 for (count = 0UL; count < SystemCoreClock/1000UL; count++) in spim_wait_write_done()
|
| /hal_nuvoton-latest/m46x/StdDriver/inc/ |
| D | crypto.h | 444 void CRPT_Reg2Hex(int32_t count, uint32_t volatile reg[], char output[]);
|