/
USBD_StrIxGet
USBD_StrIxGet
Description
Gets string index corresponding to a given string.
Files
usbd_core.h/usbd_core.c
Prototype
CPU_INT08U USBD_StrIxGet ( CPU_INT08U dev_nbr, const CPU_CHAR *p_str);
Arguments
dev_nbr
Device number.
p_str
Pointer to string to find.
Returned Value
String index.
Callers
Classes.
Notes / Warnings
None.
, multiple selections available,
Related content
USBD_DevStateGet
USBD_DevStateGet
More like this
USBD_StrAdd
USBD_StrAdd
More like this
USBD_DevAdd
USBD_DevAdd
More like this
USBDev_DevQtyGet
USBDev_DevQtyGet
More like this
App_USBD_EventCfgSet
App_USBD_EventCfgSet
More like this
USBD_DrvFrameNbrGet
USBD_DrvFrameNbrGet
More like this