usbd_mem_if_template.h
Go to the documentation of this file.
1 
28 /* Define to prevent recursive inclusion -------------------------------------*/
29 #ifndef __MEM_IF_MAL_H
30 #define __MEM_IF_MAL_H
31 
32 /* Includes ------------------------------------------------------------------*/
33 #include "usb_conf.h"
34 
35 #include "usbd_dfu_mal.h"
36 
37 /* Exported types ------------------------------------------------------------*/
38 /* Exported constants --------------------------------------------------------*/
39 #define MEM_START_ADD 0x00000000 /* Dummy start address */
40 #define MEM_END_ADD (uint32_t)(MEM_START_ADD + (5 * 1024)) /* Dummy Size = 5KB */
41 
42 #define MEM_IF_STRING "@Dummy Memory /0x00000000/01*002Kg,03*001Kg"
43 
45 
46 /* Exported macro ------------------------------------------------------------*/
47 /* Exported functions ------------------------------------------------------- */
48 
49 #endif /* __MEM_IF_MAL_H */
50 
51 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
DFU_MAL_Prop_TypeDef DFU_Mem_cb
Header for usbd_dfu_mal.c file.
General low level driver configuration.


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