Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Queues a core event.

Files

usbd_internal.h/usbd_os.c

Prototype

Arguments

p_event

Pointer to core event.

Returned Value

None.

Callers

Endpoints and bus event handlers.

Implementation guidelines

  1. A call to this function should add the passed event to the core events queue.
  • No labels