Convert string to hex numbers in big endian format
Returns the length of input string.
Note:
Prototype
u32 Xil_Strnlen(const char *Str, u32 MaxLen);
Parameters
The following table lists the Xil_Strnlen function arguments.
| Type | Member | Description |
|---|---|---|
| const char * | Str | - Input string |
| u32 | MaxLen | - Maximum expected length of the input string |