Macros | |
#define | DEFAULT_HEAP_INIT_WORD 0xA5A5A5A5 |
Default heap initialization word. More... | |
#define | WDT_TIMEOUT_PERIOD_US 15000000 |
Time-out period of the WatchDog Timer in microseconds. More... | |
System Clock Frequencies | |
#define | SYS_CLOCK_PLL_MUL 11 |
#define | FMCK_HZ ((SYS_CLOCK_PLL_MUL * FOSC1 + 1) / 2) |
#define | FCPU_HZ FMCK_HZ |
#define | FHSB_HZ FCPU_HZ |
#define | FPBB_HZ FMCK_HZ |
#define | FPBA_HZ FMCK_HZ |
Default DAC Settings | |
Please choose between:
| |
#define | DEFAULT_DACS AUDIO_MIXER_DAC_AIC23B |
#define | DEFAULT_DAC_SAMPLE_RATE_HZ SPEAKER_FREQUENCY |
#define | DEFAULT_DAC_NUM_CHANNELS 2 |
#define | DEFAULT_DAC_BITS_PER_SAMPLE 16 |
#define | DEFAULT_DAC_SWAP_CHANNELS false |
USB resynchronization methods | |
#define | USB_RESYNC_METHOD_SOFT_ADD_DEL_SAMPLES 1 |
#define | USB_RESYNC_METHOD_SOFT_ADAPTIF_SRC 2 |
Pseudo adaptive Sampling Rate Conversion. More... | |
#define | USB_RESYNC_METHOD_EXT_CLOCK_SYNTHESIZER 8 |
Use of an external clock synthesizer (e.g. the CL CS2200). More... | |
Method used for the USB resynchronization | |
Please choose between:
| |
#define | USB_RESYNC_METHOD USB_RESYNC_METHOD_SOFT_ADAPTIF_SRC |
#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 SPEAKER_FREQUENCY |
Referenced by main().
#define DEFAULT_DACS AUDIO_MIXER_DAC_AIC23B |
Referenced by main().
#define DEFAULT_HEAP_INIT_WORD 0xA5A5A5A5 |
Default heap initialization word.
#define FCPU_HZ FMCK_HZ |
Referenced by main(), mmi_activity_display(), mmi_display(), usb_stream_init(), and usb_stream_input().
#define FMCK_HZ ((SYS_CLOCK_PLL_MUL * FOSC1 + 1) / 2) |
Referenced by init_sys_clocks().
#define FPBA_HZ FMCK_HZ |
Referenced by audio_mixer_dacs_setup_direct(), audio_mixer_dacs_start_direct(), init_stdio(), init_sys_clocks(), and main().
#define SYS_CLOCK_PLL_MUL 11 |
Referenced by init_sys_clocks().
#define USB_RESYNC_METHOD USB_RESYNC_METHOD_SOFT_ADAPTIF_SRC |
#define USB_RESYNC_METHOD_EXT_CLOCK_SYNTHESIZER 8 |
Use of an external clock synthesizer (e.g. the CL CS2200).
#define USB_RESYNC_METHOD_SOFT_ADAPTIF_SRC 2 |
Pseudo adaptive Sampling Rate Conversion.
#define USB_RESYNC_METHOD_SOFT_ADD_DEL_SAMPLES 1 |
Add/remove samples on the fly.
#define WDT_TIMEOUT_PERIOD_US 15000000 |
Time-out period of the WatchDog Timer in microseconds.