LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
USBMemory.h File Reference
#include "lpc_types.h"
#include "../../../Common/Common.h"

Go to the source code of this file.

Functions

void USB_Memory_Init (uint32_t Memory_Pool_Size)
 
uint8_t * USB_Memory_Alloc (uint32_t size)
 
void USB_Memory_Free (uint8_t *ptr)
 

Function Documentation

uint8_t* USB_Memory_Alloc ( uint32_t  size)

Definition at line 75 of file USBMemory.c.

void USB_Memory_Free ( uint8_t *  ptr)

Definition at line 121 of file USBMemory.c.

void USB_Memory_Init ( uint32_t  Memory_Pool_Size)