Function args_char_to_hex
Source pub unsafe extern "C" fn args_char_to_hex(
hi_nibble: c_char,
low_nibble: c_char,
byte: *mut u8,
) -> bool
Expand description
Convert ASCII hex values to byte
§Arguments
hi_nibble - ASCII hi nibble character
low_nibble - ASCII low nibble character
byte - byte pointer, output
§Returns
bool conversion status