pub unsafe extern "C" fn HAL_CheckAnalogInputChannel(
channel: i32,
) -> HAL_BoolExpand description
Checks that the analog output channel number is value. Verifies that the analog channel number is one of the legal channel numbers. Channel numbers are 0-based.
@param channel The analog output channel number. @return Analog channel is valid