#include <avr32/io.h>
#include "board.h"
#include "compiler.h"
#include "host_mass_storage_task.h"
#include "usb_task.h"
#include "ai_usb_ms_mp3_support.h"
Functions | |
void | host_suspend_action (void) |
Variables | |
volatile bool | ms_connected |
volatile bool | ms_new_device_connected |
#define AI_SYNC_TASK_CALL_BACK | ( | ) |
Referenced by ai_audio_context_save(), ai_audio_nav_file_info_image(), ai_nav_file_info_image(), and codec_mp3_task().
#define CLASS_SUBCLASS_PROTOCOL |
#define DEFAULT_DAC_BITS_PER_SAMPLE 16 |
Referenced by main().
#define DEFAULT_DAC_NUM_CHANNELS 2 |
Referenced by main().
#define DEFAULT_DAC_SAMPLE_RATE_HZ 44100 |
Referenced by main().
#define DEFAULT_DACS AUDIO_MIXER_DAC_AIC23B |
Referenced by main().
#define DEFAULT_HEAP_INIT_WORD 0xA5A5A5A5 |
Default heap initialization word.
Referenced by init_heap().
#define FCPU_HZ FMCK_HZ |
Referenced by check_device_task(), com_task(), com_task_init(), load_sdram_data(), and playback_task().
#define FHSB_HZ FCPU_HZ |
Referenced by com_task(), and com_task_init().
#define file_format_mp3 MP3_FILE_FORMAT, |
#define FMCK_HZ 62092800 |
#define FPBA_HZ FMCK_HZ |
#define FPBB_HZ FMCK_HZ |
Referenced by com_task(), and com_task_init().
#define Host_device_disconnection_action | ( | ) |
#define Host_new_device_connection_action | ( | ) |
Referenced by usb_host_task().
#define Host_user_check_class_action | ( | x | ) |
Referenced by host_check_class().
#define MAX_INTERFACE_SUPPORTED USB_MS_MAX_INTERFACE_SUPPORTED |
Referenced by host_check_class().
#define SD_MMC_INCLUDED true |
#define SUPPORT_EMBEDDED_COVER_ARTS true |
#define SUPPORT_MP3 true |
#define SUPPORT_PLAYLISTS true |
#define SUPPORT_SD_MMC true |
#define SUPPORT_SD_MMC_SPI true |
#define SUPPORT_USB_MS true |
#define SUPPORTED_FILE_FORMATS |
#define task | ( | ) |
Referenced by main().
#define task_init | ( | ) |
Referenced by main().
#define task_init_usb | ( | ) |
#define task_init_usb_ms | ( | ) |
#define task_mp3 | ( | ) |
#define task_usb | ( | ) |
#define task_usb_ms | ( | ) |
#define USB_DEVICE_FEATURE false |
#define USB_HIGH_SPEED_SUPPORT true |
#define USB_HOST_FEATURE true |
#define usb_ms_disconnection_action | ( | ) |
#define USB_MS_INCLUDED true |
#define USB_MS_MAX_INTERFACE_SUPPORTED 3 |
#define usb_ms_new_device_connection_action | ( | ) |
#define USB_MS_SUBCLASS_PROTOCOL |
#define USB_MS_VID_PID_TABLE ATMEL_VID, 1, MS_EXAMPLE_PID, |
#define USE_AUDIO_PLAYER_BUFFERIZATION true |
Referenced by audio_mixer_dacs_setup_direct(), and audio_mixer_dacs_start_direct().
#define VID_PID_TABLE |
void host_suspend_action | ( | void | ) |
References cpu_irq_enable.
volatile bool ms_connected |
volatile bool ms_new_device_connected |
Referenced by host_mass_storage_task(), and host_mass_storage_task_init().