[][src]Function mynewt::kernel::os::os_eventq_put

pub unsafe extern "C" fn os_eventq_put(
    arg1: *mut os_eventq,
    arg2: *mut os_event
)

Put an event on the event queue.

  • evq: The event queue to put an event on
  • ev: The event to put on the queue