BM_SetTerminalRegister

Function BM_SetTerminalRegister 

Source
pub unsafe extern "C" fn BM_SetTerminalRegister(
    channel_handle: *const c_void,
    tres: BMTerminalResistor,
) -> BMStatus
Expand description

Set terminal resistor option of the given channel.

ยงArguments

  • channel_handle: Handle to the channel to operate on.
  • tres: Expected terminal resistor value, see BMTerminalResistor for details.

returns: BMStatus