Silicon Laboratories SiM3U1xx Manual do Utilizador Página 18

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 30
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 17
AN758
18 Rev. 0.1
Example:
const USB_Descriptor_Configuration_t ConfigurationDescriptor;
String Descriptors
#define STR0LEN 4
static uint8_t const String0Desc[STR0LEN] =
{
STR0LEN, DTYPE_String, 0x09, 0x04
};
#define STR1LEN sizeof("SILICON LABORATORIES INC.")*2
static uint8_t const String1Desc[STR1LEN] ={...}
#define STR2LEN sizeof("SiM3U1xx CDC Class")*2
static uint8_t const String2Desc[STR2LEN] ={...}
Vista de página 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23 ... 29 30

Comentários a estes Manuais

Sem comentários