Searched refs:output (Results 1 – 3 of 3) sorted by relevance
| /hal_nuvoton-latest/m48x/StdDriver/src/ |
| D | crypto.c | 49 static void Reg2Hex(int32_t count, uint32_t volatile reg[], char output[]); 997 static void Reg2Hex(int32_t count, uint32_t volatile reg[], char output[]) in Reg2Hex() argument 1002 output[count] = 0U; in Reg2Hex() 1009 output[idx] = get_Nth_nibble_char(reg[ri], i); in Reg2Hex()
|
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | crypto.c | 51 static void Reg2Hex(int32_t count, uint32_t volatile reg[], char output[]); 961 static void Reg2Hex(int32_t count, uint32_t volatile reg[], char output[]) in Reg2Hex() argument 966 output[count] = 0U; in Reg2Hex() 973 output[idx] = get_Nth_nibble_char(reg[ri], i); in Reg2Hex() 985 void CRPT_Reg2Hex(int32_t count, volatile uint32_t reg[], char output[]) in CRPT_Reg2Hex() argument 987 Reg2Hex(count, reg, output); in CRPT_Reg2Hex()
|
| /hal_nuvoton-latest/m46x/StdDriver/inc/ |
| D | crypto.h | 444 void CRPT_Reg2Hex(int32_t count, uint32_t volatile reg[], char output[]);
|