Convert string to hex numbers in little enidian format
Validate the input string contains only hexadecimal characters
Note: None
Prototype
u32 Xil_ValidateHexStr(const char *HexStr);
Parameters
The following table lists the Xil_ValidateHexStr function arguments.
| Type | Member | Description |
|---|---|---|
| const char * | HexStr | - Pointer to string to be validated |