Description
Convert ASCII hex string to equivalent 32 bit binary integer value the string must be NUL terminated and only the least significand 32 bits of the result are retainedDefinition
long hex_str_to_long(char *ptr)Library
LIB/str_long_lib.basUsage
On entry:ptr is a pointer to a RAM buffer holding the string to be convertedOn exit:The return value is in the range 0 to 0xffffffff