Events generated by USB Device - Core functions. More...
Functions | |
__STATIC_INLINE void | EvrUSBD_Core_Initialize (uint8_t device) |
Event on USBD_Initialize start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_InitializeFailed (uint8_t device, usbStatus error) |
Event on USBD_Initialize failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_Uninitialize (uint8_t device) |
Event on USBD_Uninitialize start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_UninitializeFailed (uint8_t device, usbStatus error) |
Event on USBD_Uninitialize failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_Connect (uint8_t device) |
Event on USBD_Connect start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_ConnectFailed (uint8_t device, usbStatus error) |
Event on USBD_Connect failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_Disconnect (uint8_t device) |
Event on USBD_Disconnect start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_DisconnectFailed (uint8_t device, usbStatus error) |
Event on USBD_Disconnect failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_Configured (uint8_t device, bool configured) |
Event on USBD_Configured finished (API) | |
__STATIC_INLINE void | EvrUSBD_Core_GetState (uint8_t device, USBD_STATE state) |
Event on USBD_GetState finished (API) | |
__STATIC_INLINE void | EvrUSBD_Core_SetSerialNumber (uint8_t device) |
Event on USBD_SetSerialNumber finished (API) | |
__STATIC_INLINE void | EvrUSBD_Core_SetSerialNumberFailed (uint8_t device, usbStatus error) |
Event on USBD_SetSerialNumber failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_EndpointRead (uint8_t device, uint8_t ep_addr, uint32_t len) |
Event on USBD_EndpointRead start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_EndpointReadFailed (uint8_t device, uint8_t ep_addr, usbStatus error) |
Event on USBD_EndpointRead failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_EndpointReadGetResult (uint8_t device, uint8_t ep_addr, uint32_t result) |
Event on USBD_EndpointReadGetResult finished (API) | |
__STATIC_INLINE void | EvrUSBD_Core_EndpointWrite (uint8_t device, uint8_t ep_addr, uint32_t len) |
Event on USBD_EndpointWrite start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_EndpointWriteFailed (uint8_t device, uint8_t ep_addr, usbStatus error) |
Event on USBD_EndpointWrite failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_EndpointWriteGetResult (uint8_t device, uint8_t ep_addr, uint32_t result) |
Event on USBD_EndpointWriteGetResult finished (API) | |
__STATIC_INLINE void | EvrUSBD_Core_EndpointStall (uint8_t device, uint8_t ep_addr, bool stall) |
Event on USBD_EndpointStall start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_EndpointStallFailed (uint8_t device, uint8_t ep_addr, bool stall, usbStatus error) |
Event on USBD_EndpointStall failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_EndpointAbort (uint8_t device, uint8_t ep_addr) |
Event on USBD_EndpointAbort start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_EndpointAbortFailed (uint8_t device, uint8_t ep_addr, usbStatus error) |
Event on USBD_EndpointAbort failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_ConfigureEp0 (uint8_t device) |
Event on internal operation configuration of Endpoint 0 start (Operation) | |
__STATIC_INLINE void | EvrUSBD_Core_ConfigureEp0Failed (uint8_t device, uint8_t ep_addr, usbStatus error) |
Event on internal operation configuration of Endpoint 0 failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_ReadSetupPacket (uint8_t device, const void *setup_packet) |
Event on internal operation read of setup packet finished (Detail) | |
__STATIC_INLINE void | EvrUSBD_Core_ReadSetupPacketFailed (uint8_t device, usbStatus error) |
Event on internal operation read of setup packet failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_ReqGetStatusFailed (uint8_t device) |
Event on internal operation Control Endpoint request Get Status failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_ReqSetClrFeatureFailed (uint8_t device) |
Event on internal operation Control Endpoint request Set/Clear Feature failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_ReqSetAddressFailed (uint8_t device) |
Event on internal operation Control Endpoint request Set Address failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_ReqGetDescriptorFailed (uint8_t device) |
Event on internal operation Control Endpoint request Get Descriptor failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_ReqGetMSDescriptorFailed (uint8_t device) |
Event on internal operation Control Endpoint request Get Microsoft Descriptor failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_ReqGetConfigurationFailed (uint8_t device) |
Event on internal operation Control Endpoint request Get Configuration failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_ReqSetConfigurationFailed (uint8_t device) |
Event on internal operation Control Endpoint request Set Configuration failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_ReqGetInterfaceFailed (uint8_t device) |
Event on internal operation Control Endpoint request Get Interface failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_ReqSetInterfaceFailed (uint8_t device) |
Event on internal operation Control Endpoint request Set Interface failed (Error) | |
__STATIC_INLINE void | EvrUSBD_Core_OnInitialize (uint8_t n) |
Event on USBD_Devicen_Initialize user callback function start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnUninitialize (uint8_t n) |
Event on USBD_Devicen_Uninitialize user callback function start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnVbusChanged (uint8_t n, bool level) |
Event on USBD_Devicen_VbusChanged user callback function start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnReset (uint8_t n) |
Event on USBD_Devicen_Reset user callback function start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnHighSpeedActivated (uint8_t n) |
Event on USBD_Devicen_HighSpeedActivated user callback function start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnSuspended (uint8_t n) |
Event on USBD_Devicen_Suspended user callback function start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnResumed (uint8_t n) |
Event on USBD_Devicen_Resumed user callback function start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnConfigurationChanged (uint8_t n, uint8_t configuration) |
Event on USBD_Devicen_ConfigurationChanged user callback function start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnEnableRemoteWakeup (uint8_t n) |
Event on USBD_Devicen_EnableRemoteWakeup user callback function start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnDisableRemoteWakeup (uint8_t n) |
Event on USBD_Devicen_DisableRemoteWakeup user callback function start (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnSetupPacketReceived (uint8_t n, usbdRequestStatus result) |
Event on USBD_Devicen_Endpoint0_SetupPacketReceived user callback function finished (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnSetupPacketReceivedDetail (uint8_t n, const void *setup_packet, uint32_t len) |
Event on USBD_Devicen_Endpoint0_SetupPacketReceived user callback function finished (Detail) | |
__STATIC_INLINE void | EvrUSBD_Core_OnSetupPacketProcessed (uint8_t n) |
Event on USBD_Devicen_Endpoint0_SetupPacketProcessed user callback function finished (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnSetupPacketProcessedDetail (uint8_t n, const void *setup_packet) |
Event on USBD_Devicen_Endpoint0_SetupPacketProcessed user callback function finished (Detail) | |
__STATIC_INLINE void | EvrUSBD_Core_OnOutDataReceived (uint8_t n, uint32_t len, usbdRequestStatus result) |
Event on USBD_Devicen_Endpoint0_OutDataReceived user callback function finished (API) | |
__STATIC_INLINE void | EvrUSBD_Core_OnInDataSent (uint8_t n, uint32_t len, usbdRequestStatus result) |
Event on USBD_Devicen_Endpoint0_InDataSent user callback function finished (API) | |
Events generated by USB Device - Core functions.
__STATIC_INLINE void EvrUSBD_Core_Configured | ( | uint8_t | device, |
bool | configured | ||
) |
Event on USBD_Configured finished (API)
device | device index |
configured | configuration state
|
__STATIC_INLINE void EvrUSBD_Core_ConfigureEp0 | ( | uint8_t | device | ) |
Event on internal operation configuration of Endpoint 0 start (Operation)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_ConfigureEp0Failed | ( | uint8_t | device, |
uint8_t | ep_addr, | ||
usbStatus | error | ||
) |
Event on internal operation configuration of Endpoint 0 failed (Error)
device | device index |
ep_addr | endpoint address
|
error | error code usbStatus |
__STATIC_INLINE void EvrUSBD_Core_Connect | ( | uint8_t | device | ) |
Event on USBD_Connect start (API)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_ConnectFailed | ( | uint8_t | device, |
usbStatus | error | ||
) |
Event on USBD_Connect failed (Error)
device | device index |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBD_Core_Disconnect | ( | uint8_t | device | ) |
Event on USBD_Disconnect start (API)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_DisconnectFailed | ( | uint8_t | device, |
usbStatus | error | ||
) |
Event on USBD_Disconnect failed (Error)
device | device index |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBD_Core_EndpointAbort | ( | uint8_t | device, |
uint8_t | ep_addr | ||
) |
Event on USBD_EndpointAbort start (API)
device | device index |
ep_addr | endpoint address
|
__STATIC_INLINE void EvrUSBD_Core_EndpointAbortFailed | ( | uint8_t | device, |
uint8_t | ep_addr, | ||
usbStatus | error | ||
) |
Event on USBD_EndpointAbort failed (Error)
device | device index |
ep_addr | endpoint address
|
error | error code usbStatus |
__STATIC_INLINE void EvrUSBD_Core_EndpointRead | ( | uint8_t | device, |
uint8_t | ep_addr, | ||
uint32_t | len | ||
) |
Event on USBD_EndpointRead start (API)
device | device index |
ep_addr | endpoint address
|
len | maximum number of bytes to receive |
__STATIC_INLINE void EvrUSBD_Core_EndpointReadFailed | ( | uint8_t | device, |
uint8_t | ep_addr, | ||
usbStatus | error | ||
) |
Event on USBD_EndpointRead failed (Error)
device | device index |
ep_addr | endpoint address
|
error | error code usbStatus |
__STATIC_INLINE void EvrUSBD_Core_EndpointReadGetResult | ( | uint8_t | device, |
uint8_t | ep_addr, | ||
uint32_t | result | ||
) |
Event on USBD_EndpointReadGetResult finished (API)
device | device index |
ep_addr | endpoint address
|
result | number of bytes received |
__STATIC_INLINE void EvrUSBD_Core_EndpointStall | ( | uint8_t | device, |
uint8_t | ep_addr, | ||
bool | stall | ||
) |
Event on USBD_EndpointStall start (API)
device | device index |
ep_addr | endpoint address
|
stall | operation
|
__STATIC_INLINE void EvrUSBD_Core_EndpointStallFailed | ( | uint8_t | device, |
uint8_t | ep_addr, | ||
bool | stall, | ||
usbStatus | error | ||
) |
Event on USBD_EndpointStall failed (Error)
device | device index |
ep_addr | endpoint address
|
stall | operation
|
error | error code usbStatus |
__STATIC_INLINE void EvrUSBD_Core_EndpointWrite | ( | uint8_t | device, |
uint8_t | ep_addr, | ||
uint32_t | len | ||
) |
Event on USBD_EndpointWrite start (API)
device | device index |
ep_addr | endpoint address
|
len | maximum number of bytes to write |
__STATIC_INLINE void EvrUSBD_Core_EndpointWriteFailed | ( | uint8_t | device, |
uint8_t | ep_addr, | ||
usbStatus | error | ||
) |
Event on USBD_EndpointWrite failed (Error)
device | device index |
ep_addr | endpoint address
|
error | error code usbStatus |
__STATIC_INLINE void EvrUSBD_Core_EndpointWriteGetResult | ( | uint8_t | device, |
uint8_t | ep_addr, | ||
uint32_t | result | ||
) |
Event on USBD_EndpointWriteGetResult finished (API)
device | device index |
ep_addr | endpoint address
|
result | number of bytes written |
__STATIC_INLINE void EvrUSBD_Core_GetState | ( | uint8_t | device, |
USBD_STATE | state | ||
) |
Event on USBD_GetState finished (API)
device | device index |
state | device state USBD_STATE |
__STATIC_INLINE void EvrUSBD_Core_Initialize | ( | uint8_t | device | ) |
Event on USBD_Initialize start (API)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_InitializeFailed | ( | uint8_t | device, |
usbStatus | error | ||
) |
Event on USBD_Initialize failed (Error)
device | device index |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBD_Core_OnConfigurationChanged | ( | uint8_t | n, |
uint8_t | configuration | ||
) |
Event on USBD_Devicen_ConfigurationChanged user callback function start (API)
n | device index |
configuration | current configuration value
|
__STATIC_INLINE void EvrUSBD_Core_OnDisableRemoteWakeup | ( | uint8_t | n | ) |
Event on USBD_Devicen_DisableRemoteWakeup user callback function start (API)
n | device index |
__STATIC_INLINE void EvrUSBD_Core_OnEnableRemoteWakeup | ( | uint8_t | n | ) |
Event on USBD_Devicen_EnableRemoteWakeup user callback function start (API)
n | device index |
__STATIC_INLINE void EvrUSBD_Core_OnHighSpeedActivated | ( | uint8_t | n | ) |
Event on USBD_Devicen_HighSpeedActivated user callback function start (API)
n | device index |
__STATIC_INLINE void EvrUSBD_Core_OnInDataSent | ( | uint8_t | n, |
uint32_t | len, | ||
usbdRequestStatus | result | ||
) |
Event on USBD_Devicen_Endpoint0_InDataSent user callback function finished (API)
n | device index |
len | number of sent data bytes |
result | enumerator value usbdRequestStatus indicating the function execution status
|
__STATIC_INLINE void EvrUSBD_Core_OnInitialize | ( | uint8_t | n | ) |
Event on USBD_Devicen_Initialize user callback function start (API)
n | device index |
__STATIC_INLINE void EvrUSBD_Core_OnOutDataReceived | ( | uint8_t | n, |
uint32_t | len, | ||
usbdRequestStatus | result | ||
) |
Event on USBD_Devicen_Endpoint0_OutDataReceived user callback function finished (API)
n | device index |
len | number of received data bytes |
result | enumerator value usbdRequestStatus indicating the function execution status
|
__STATIC_INLINE void EvrUSBD_Core_OnReset | ( | uint8_t | n | ) |
Event on USBD_Devicen_Reset user callback function start (API)
n | device index |
__STATIC_INLINE void EvrUSBD_Core_OnResumed | ( | uint8_t | n | ) |
Event on USBD_Devicen_Resumed user callback function start (API)
n | device index |
__STATIC_INLINE void EvrUSBD_Core_OnSetupPacketProcessed | ( | uint8_t | n | ) |
Event on USBD_Devicen_Endpoint0_SetupPacketProcessed user callback function finished (API)
n | device index |
__STATIC_INLINE void EvrUSBD_Core_OnSetupPacketProcessedDetail | ( | uint8_t | n, |
const void * | setup_packet | ||
) |
Event on USBD_Devicen_Endpoint0_SetupPacketProcessed user callback function finished (Detail)
n | device index |
setup_packet | setup packet content |
__STATIC_INLINE void EvrUSBD_Core_OnSetupPacketReceived | ( | uint8_t | n, |
usbdRequestStatus | result | ||
) |
Event on USBD_Devicen_Endpoint0_SetupPacketReceived user callback function finished (API)
n | device index |
result | enumerator value usbdRequestStatus indicating the function execution status
|
__STATIC_INLINE void EvrUSBD_Core_OnSetupPacketReceivedDetail | ( | uint8_t | n, |
const void * | setup_packet, | ||
uint32_t | len | ||
) |
Event on USBD_Devicen_Endpoint0_SetupPacketReceived user callback function finished (Detail)
n | device index |
setup_packet | setup packet content |
len | number of data bytes in data stage that were provided by the user in a callback |
__STATIC_INLINE void EvrUSBD_Core_OnSuspended | ( | uint8_t | n | ) |
Event on USBD_Devicen_Suspended user callback function start (API)
n | device index |
__STATIC_INLINE void EvrUSBD_Core_OnUninitialize | ( | uint8_t | n | ) |
Event on USBD_Devicen_Uninitialize user callback function start (API)
n | device index |
__STATIC_INLINE void EvrUSBD_Core_OnVbusChanged | ( | uint8_t | n, |
bool | level | ||
) |
Event on USBD_Devicen_VbusChanged user callback function start (API)
n | device index |
level | current VBUS level
|
__STATIC_INLINE void EvrUSBD_Core_ReadSetupPacket | ( | uint8_t | device, |
const void * | setup_packet | ||
) |
Event on internal operation read of setup packet finished (Detail)
device | device index |
setup_packet | setup packet content |
__STATIC_INLINE void EvrUSBD_Core_ReadSetupPacketFailed | ( | uint8_t | device, |
usbStatus | error | ||
) |
Event on internal operation read of setup packet failed (Error)
device | device index |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBD_Core_ReqGetConfigurationFailed | ( | uint8_t | device | ) |
Event on internal operation Control Endpoint request Get Configuration failed (Error)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_ReqGetDescriptorFailed | ( | uint8_t | device | ) |
Event on internal operation Control Endpoint request Get Descriptor failed (Error)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_ReqGetInterfaceFailed | ( | uint8_t | device | ) |
Event on internal operation Control Endpoint request Get Interface failed (Error)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_ReqGetMSDescriptorFailed | ( | uint8_t | device | ) |
Event on internal operation Control Endpoint request Get Microsoft Descriptor failed (Error)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_ReqGetStatusFailed | ( | uint8_t | device | ) |
Event on internal operation Control Endpoint request Get Status failed (Error)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_ReqSetAddressFailed | ( | uint8_t | device | ) |
Event on internal operation Control Endpoint request Set Address failed (Error)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_ReqSetClrFeatureFailed | ( | uint8_t | device | ) |
Event on internal operation Control Endpoint request Set/Clear Feature failed (Error)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_ReqSetConfigurationFailed | ( | uint8_t | device | ) |
Event on internal operation Control Endpoint request Set Configuration failed (Error)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_ReqSetInterfaceFailed | ( | uint8_t | device | ) |
Event on internal operation Control Endpoint request Set Interface failed (Error)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_SetSerialNumber | ( | uint8_t | device | ) |
Event on USBD_SetSerialNumber finished (API)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_SetSerialNumberFailed | ( | uint8_t | device, |
usbStatus | error | ||
) |
Event on USBD_SetSerialNumber failed (Error)
device | device index |
error | error code usbStatus |
__STATIC_INLINE void EvrUSBD_Core_Uninitialize | ( | uint8_t | device | ) |
Event on USBD_Uninitialize start (API)
device | device index |
__STATIC_INLINE void EvrUSBD_Core_UninitializeFailed | ( | uint8_t | device, |
usbStatus | error | ||
) |
Event on USBD_Uninitialize failed (Error)
device | device index |
error | error code usbStatus |