/
App_USBD_EventSuspend

App_USBD_EventSuspend

Description

Bus suspend event callback function.

Files

Application (template in app_usbd.c)

Prototype

static  void  App_USBD_EventSuspend (CPU_INT08U  dev_nbr);


Arguments

dev_nbr

Device number.

Returned Value

None.

Callers

Core.

Notes / Warnings

This function is registered to the core by having a pointer to it in the USBD_BUS_FNCTS structure passed as a parameter when calling USBD_DevAdd.

Related content

App_USBD_EventResume
App_USBD_EventResume
More like this
USBD_EventSuspend
USBD_EventSuspend
More like this
USBD_EventResume
USBD_EventResume
More like this
App_USBD_EventDisconn
App_USBD_EventDisconn
More like this
App_USBD_EventConn
App_USBD_EventConn
More like this
App_USBD_EventReset
App_USBD_EventReset
More like this