pub type uart_select_notif_callback_t = Option<unsafe extern "C" fn(uart_num: uart_port_t, uart_select_notif: uart_select_notif_t, task_woken: *mut BaseType_t)>;

Aliased Type§

enum uart_select_notif_callback_t {
    None,
    Some(unsafe extern "C" fn(_: i32, _: u32, _: *mut i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i32, _: u32, _: *mut i32))

Some value of type T.