tinyusb
|
#include "common/common.h"
Go to the source code of this file.
Data Structures | |
struct | msc_cmd_block_wrapper_t |
Command Block Wrapper. More... | |
struct | msc_cmd_status_wrapper_t |
Command Status Wrapper. More... | |
struct | scsi_test_unit_ready_t |
SCSI Test Unit Ready Command. More... | |
struct | scsi_inquiry_t |
SCSI Inquiry Command. More... | |
struct | scsi_inquiry_data_t |
SCSI Inquiry Response Data. More... | |
struct | scsi_sense_fixed_data_t |
struct | scsi_mode_sense_6_t |
struct | scsi_mode_parameters_t |
struct | scsi_prevent_allow_medium_removal_t |
struct | scsi_read_format_capacity_t |
SCSI Read Format Capacity: Write Capacity. More... | |
struct | scsi_read_format_capacity_data_t |
struct | scsi_read_capacity10_t |
SCSI Read Capacity 10 Command: Read Capacity. More... | |
struct | scsi_read_capacity10_data_t |
SCSI Read Capacity 10 Response Data. More... | |
struct | scsi_read10_t |
SCSI Read 10 Command. More... | |
Typedefs | |
typedef struct scsi_inquiry_t | scsi_request_sense_t |
typedef struct scsi_read10_t | scsi_write10_t |
Functions | |
STATIC_ASSERT (sizeof(msc_cmd_block_wrapper_t)==31,"size is not correct") | |
STATIC_ASSERT (sizeof(msc_cmd_status_wrapper_t)==13,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_test_unit_ready_t)==6,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_inquiry_t)==6,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_inquiry_data_t)==36,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_sense_fixed_data_t)==18,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_mode_sense_6_t)==6,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_mode_parameters_t)==4,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_prevent_allow_medium_removal_t)==6,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_read_format_capacity_t)==10,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_read_format_capacity_data_t)==12,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_read_capacity10_t)==10,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_read_capacity10_data_t)==8,"size is not correct") | |
STATIC_ASSERT (sizeof(scsi_read10_t)==10,"size is not correct") | |
Software License Agreement (BSD License)
Copyright (c) 2013, hathach (tinyusb.org) All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This file is part of the tinyusb stack.