pub unsafe extern "C" fn hal_param_alias(
pin_name: *const c_char,
alias: *const c_char,
) -> c_intExpand description
‘hal_param_alias()’ assigns an alternate name, aka an alias, to a parameter. Once assigned, the parameter can be referred to by either its original name or the alias. Calling this function with ‘alias’ set to NULL will remove any existing alias.