Type Alias kos_sys::dc::g2bus::g2_dma_callback_t

source ·
pub type g2_dma_callback_t = Option<extern "C" fn(data: *mut c_void)>;

Aliased Type§

enum g2_dma_callback_t {
    None,
    Some(extern "C" fn(_: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(_: *mut c_void))

Some value of type T.