Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DSP_200kHz by
pdb.h
- Committer:
- timmey9
- Date:
- 2015-01-31
- Revision:
- 46:a015ebf4663b
- Parent:
- 45:d591d138cdeb
- Child:
- 51:43143a3fc2d7
File content as of revision 46:a015ebf4663b:
/* This app note explains what needs to be set for a PDB, ADC, DMA setup: http://cache.freescale.com/files/32bit/doc/app_note/AN4688.pdf
* http://cache.freescale.com/files/microcontrollers/doc/app_note/AN3844.pdf
*/
#ifndef PDB_H_
#define PDB_H_
#include "mbed.h"
extern bool switcher;
void pdb_init();
void pdb_start();
void pdb_stop();
void PDB0_IRQHandler();
#endif /* PDB_H_ */

