Function libopencm3_sys::can_init[][src]

pub unsafe extern "C" fn can_init(
    canport: u32,
    ttcm: bool,
    abom: bool,
    awum: bool,
    nart: bool,
    rflm: bool,
    txfp: bool,
    sjw: u32,
    ts1: u32,
    ts2: u32,
    brp: u32,
    loopback: bool,
    silent: bool
) -> c_int