![]() |
snickerdoodle Platform Controller
firmware for STM32F0 platform controller
|
usb otg low level driver configuration file More...
Modules | |
USBD_CONF_Exported_Defines | |
USBD_CONF_Exported_FunctionsPrototype | |
USBD_CONF_Exported_Macros | |
USBD_CONF_Exported_Types | |
USBD_CONF_Exported_Variables | |
Functions | |
void * | USBD_static_malloc (uint32_t size) |
static single allocation. More... | |
void | USBD_static_free (void *p) |
Dummy memory free. More... | |
usb otg low level driver configuration file
void USBD_static_free | ( | void * | p | ) |
#include <Inc/usbd_conf.h>
Dummy memory free.
*p | pointer to allocated memory address |
None |
void* USBD_static_malloc | ( | uint32_t | size | ) |
#include <Inc/usbd_conf.h>
static single allocation.
size | size of allocated memory |
None |