Microchip® Advanced Software Framework

conf_buff_player.h File Reference

Macros

#define BUFF_INIT()   {}
 The starting address of the memory dedicated for the bufferization. More...
 
#define BUFF_PLAYER_ADDRESS_START   ((void *) ( AVR32_INTRAM0_ADDRESS))
 
#define BUFF_PLAYER_MAX_BUF_CNT   64
 Maximal number of buffers. More...
 
#define BUFF_PLAYER_MEMORY_SIZE   (AVR32_INTRAM0_SIZE+AVR32_INTRAM1_SIZE)
 The size of the memory dedicated for the bufferization. More...
 

#define BUFF_INIT ( )    {}

The starting address of the memory dedicated for the bufferization.

Initialization function

Referenced by main().

#define BUFF_PLAYER_ADDRESS_START   ((void *) ( AVR32_INTRAM0_ADDRESS))

Referenced by buff_player_malloc().

#define BUFF_PLAYER_MAX_BUF_CNT   64

Maximal number of buffers.

#define BUFF_PLAYER_MEMORY_SIZE   (AVR32_INTRAM0_SIZE+AVR32_INTRAM1_SIZE)

The size of the memory dedicated for the bufferization.

Referenced by buff_player_malloc().