GD32F1x0: USB/GD32_USB_Device_Library/Class/IAP/inc/usbd_flash_if.h Source File

GD32F1x0

usbd_flash_if.h
1 
11 /* Define to prevent recursive inclusion -------------------------------------*/
12 #ifndef __GD32F1X0_USBD_FLASH_IF_H
13 #define __GD32F1X0_USBD_FLASH_IF_H
14 
15 /* Includes ------------------------------------------------------------------*/
16 #include "usbd_iap_mal.h"
17 
37 #define FLASH_START_ADDR 0x08000000
38 #define FLASH_END_ADDR 0x08020000
39 
40 #define OB_RDPT 0x1ffff800
41 
42 #define FLASH_IF_STRING (uint8_t*) "@Internal Flash /0x08000000/12*001Ka,116*001Kg"
43 
51 extern IAP_MAL_Property_TypeDef IAP_Flash_cb;
52 
57 #endif /* __GD32F1X0_USBD_FLASH_IF_H */
58 
75 /************************ (C) COPYRIGHT 2014 GIGADEVICE *****END OF FILE****/
USB DFU device media access layer header file.
Generated by   doxygen 1.8.10