CAN_Initialize

Function CAN_Initialize 

Source
pub unsafe extern "C" fn CAN_Initialize(
    Channel: WORD,
    Btr0Btr1: WORD,
    HwType: BYTE,
    IOPort: DWORD,
    Interrupt: WORD,
) -> DWORD
Expand description
Initializes a CAN Channel "The handle of a CAN Channel" "The speed for the communication (BTR0BTR1 code)" "Non-PnP: The type of hardware and operation mode" "Non-PnP: The I/O address for the parallel port" "Non-PnP: Interrupt number of the parallel port" "A CANTPStatus error code"