Searched refs:CONF_DESC_wTotalLength (Results 1 – 1 of 1) sorted by relevance
24 #define CONF_DESC_wTotalLength 2 /** Total length offset */ macro221 desc_len = ((desc[CONF_DESC_wTotalLength]) | (desc[CONF_DESC_wTotalLength + 1] << 8)); in usbd_get_descriptor()301 desc_len = ((desc[CONF_DESC_wTotalLength]) | (desc[CONF_DESC_wTotalLength + 1] << 8)); in usbd_get_descriptor()397 *len = (p[CONF_DESC_wTotalLength]) |398 (p[CONF_DESC_wTotalLength + 1] << 8);455 desc_len = (p[CONF_DESC_wTotalLength]) |456 (p[CONF_DESC_wTotalLength + 1] << 8);522 desc_len = (p[CONF_DESC_wTotalLength]) |523 (p[CONF_DESC_wTotalLength + 1] << 8);710 desc_len = (p[CONF_DESC_wTotalLength]) |[all …]
Completed in 6 milliseconds