Function pcan_basic_sys::CAN_FilterMessages [] [src]

pub unsafe extern "C" fn CAN_FilterMessages(
    Channel: u16,
    FromID: u32,
    ToID: u32,
    Mode: u8
) -> u32

Configures the reception filter. The message filter will be expanded with every call to this function. If it is desired to reset the filter, please use the CAN_SetValue function "The handle of a PCAN Channel" "The lowest CAN ID to be received" "The highest CAN ID to be received" "Message type, Standard (11-bit identifier) or Extended (29-bit identifier)" "A TPCANStatus error code"