Lines Matching refs:event
127 * @brief Defines the USB device event status.
130 /** USB binding event */
132 /** USB unbinding event */
134 /** USB enabling event */
136 /** USB disabling event */
138 /** USB connection setup event */
140 /** USB suspending event */
142 /** USB resuming event */
220 * @brief Defines callback called when endpoint 0 receives a control event.
224 * @param event Indicates the pointer to the event information, including the event type and request.
226 typedef void (*UsbFnEventCallback)(struct UsbFnEvent *event);
262 * such as the setup event.
265 * @param eventMask Indicates the type of the event to be processed.
266 * The event is defined by <b>UsbFnDeviceState</b>.
267 * Each bit of <b>eventMask</b> indicates an event.
269 * if the value of <b>eventMask</b> is <b>0x01</b>, only the <b>USBFN_STATE_BIND</b> event is received.