Macros | Functions | Variables
usbd_storage_template.c File Reference

Memory management layer. More...

#include "usbd_msc_mem.h"
Include dependency graph for usbd_storage_template.c:

Go to the source code of this file.

Macros

#define STORAGE_LUN_NBR   1
 

Functions

int8_t STORAGE_GetCapacity (uint8_t lun, uint32_t *block_num, uint16_t *block_size)
 
int8_t STORAGE_GetMaxLun (void)
 
int8_t STORAGE_Init (uint8_t lun)
 
int8_t STORAGE_IsReady (uint8_t lun)
 
int8_t STORAGE_IsWriteProtected (uint8_t lun)
 
int8_t STORAGE_Read (uint8_t lun, uint8_t *buf, uint32_t blk_addr, uint16_t blk_len)
 
int8_t STORAGE_Write (uint8_t lun, uint8_t *buf, uint32_t blk_addr, uint16_t blk_len)
 

Variables

const int8_t STORAGE_Inquirydata []
 
USBD_STORAGE_cb_TypeDef USBD_MICRO_SDIO_fops
 
USBD_STORAGE_cb_TypeDefUSBD_STORAGE_fops = &USBD_MICRO_SDIO_fops
 

Detailed Description

Memory management layer.

Author
MCD Application Team
Version
V1.2.0
Date
09-November-2015
Attention

© COPYRIGHT 2015 STMicroelectronics

Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:

   http://www.st.com/software_license_agreement_liberty_v2

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file usbd_storage_template.c.

Macro Definition Documentation

#define STORAGE_LUN_NBR   1

Definition at line 40 of file usbd_storage_template.c.

Function Documentation

int8_t STORAGE_GetCapacity ( uint8_t  lun,
uint32_t *  block_num,
uint16_t *  block_size 
)

Definition at line 115 of file usbd_storage_template.c.

int8_t STORAGE_GetMaxLun ( void  )

Definition at line 179 of file usbd_storage_template.c.

int8_t STORAGE_Init ( uint8_t  lun)

Definition at line 103 of file usbd_storage_template.c.

int8_t STORAGE_IsReady ( uint8_t  lun)

Definition at line 127 of file usbd_storage_template.c.

int8_t STORAGE_IsWriteProtected ( uint8_t  lun)

Definition at line 139 of file usbd_storage_template.c.

int8_t STORAGE_Read ( uint8_t  lun,
uint8_t *  buf,
uint32_t  blk_addr,
uint16_t  blk_len 
)

Definition at line 151 of file usbd_storage_template.c.

int8_t STORAGE_Write ( uint8_t  lun,
uint8_t *  buf,
uint32_t  blk_addr,
uint16_t  blk_len 
)

Definition at line 165 of file usbd_storage_template.c.

Variable Documentation

const int8_t STORAGE_Inquirydata[]
Initial value:
= {
0x00,
0x80,
0x02,
0x02,
0x00,
0x00,
0x00,
'S', 'T', 'M', ' ', ' ', ' ', ' ', ' ',
'P', 'r', 'o', 'd', 'u', 't', ' ', ' ',
' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',
'0', '.', '0' ,'1',
}
#define USBD_STD_INQUIRY_LENGTH
Definition: usbd_msc_mem.h:48

Definition at line 65 of file usbd_storage_template.c.

USBD_STORAGE_cb_TypeDef USBD_MICRO_SDIO_fops
Initial value:
=
{
}
int8_t STORAGE_GetCapacity(uint8_t lun, uint32_t *block_num, uint16_t *block_size)
int8_t STORAGE_IsWriteProtected(uint8_t lun)
int8_t STORAGE_IsReady(uint8_t lun)
int8_t STORAGE_Init(uint8_t lun)
int8_t STORAGE_Read(uint8_t lun, uint8_t *buf, uint32_t blk_addr, uint16_t blk_len)
int8_t STORAGE_GetMaxLun(void)
int8_t STORAGE_Write(uint8_t lun, uint8_t *buf, uint32_t blk_addr, uint16_t blk_len)
const int8_t STORAGE_Inquirydata[]

Definition at line 82 of file usbd_storage_template.c.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:53