Function flipper0::ffi::args_char_to_hex

source ·
pub unsafe extern "C" fn args_char_to_hex(
    hi_nibble: i8,
    low_nibble: i8,
    byte: *mut u8
) -> bool
Expand description

@brief Convert ASCII hex values to byte

@param hi_nibble ASCII hi nibble character @param low_nibble ASCII low nibble character @param byte byte pointer, output @return bool conversion status