GD32F1x0: USB/GD32_USB_Device_Library/Class/msc/src/usbd_msc_data.c File Reference

GD32F1x0

usbd_msc_data.c File Reference

This file provides all the vital inquiry pages and sense data. More...

#include "usbd_msc_data.h"

Go to the source code of this file.

Variables

const uint8_t MSC_Page00_Inquiry_Data []
 
const uint8_t MSC_Mode_Sense6_data []
 
const uint8_t MSC_Mode_Sense10_data []
 

Detailed Description

This file provides all the vital inquiry pages and sense data.

Author
MCU SD
Version
V1.0.1
Date
6-Sep-2014

Definition in file usbd_msc_data.c.

Variable Documentation

const uint8_t MSC_Mode_Sense10_data[]
Initial value:
=
{
0x00,
0x06,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00
}

Definition at line 42 of file usbd_msc_data.c.

const uint8_t MSC_Mode_Sense6_data[]
Initial value:
=
{
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00,
0x00
}

Definition at line 29 of file usbd_msc_data.c.

const uint8_t MSC_Page00_Inquiry_Data[]
Initial value:
=
{
0x00,
0x00,
0x00,
(INQUIRY_PAGE00_LENGTH - 4),
0x00,
0x80,
0x83
}

Definition at line 17 of file usbd_msc_data.c.

Generated by   doxygen 1.8.10