Header for usbd_mem_if_template.c file. More...
Go to the source code of this file.
Macros | |
#define | MEM_END_ADD (uint32_t)(MEM_START_ADD + (5 * 1024)) /* Dummy Size = 5KB */ |
#define | MEM_IF_STRING "@Dummy Memory /0x00000000/01*002Kg,03*001Kg" |
#define | MEM_START_ADD 0x00000000 /* Dummy start address */ |
Variables | |
DFU_MAL_Prop_TypeDef | DFU_Mem_cb |
Header for usbd_mem_if_template.c file.
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_mem_if_template.h.
#define MEM_END_ADD (uint32_t)(MEM_START_ADD + (5 * 1024)) /* Dummy Size = 5KB */ |
Definition at line 40 of file usbd_mem_if_template.h.
#define MEM_IF_STRING "@Dummy Memory /0x00000000/01*002Kg,03*001Kg" |
Definition at line 42 of file usbd_mem_if_template.h.
#define MEM_START_ADD 0x00000000 /* Dummy start address */ |
Definition at line 39 of file usbd_mem_if_template.h.
DFU_MAL_Prop_TypeDef DFU_Mem_cb |
Definition at line 48 of file usbd_mem_if_template.c.