More M:Robe 500 work: PCM stopping and pausing roughly works, added some keymaps for the WPS screen, and peakmeter now works properly.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20511 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-03-24 16:40:31 +00:00
parent a5501d68cc
commit 2670e3f038
11 changed files with 210 additions and 117 deletions

View file

@ -35,8 +35,13 @@ void audiohw_init(void)
0-bit data delay */
}
void audiohw_postinit(void)
void audiohw_start(void)
{
/* Trigger first XEVT0 */
SPCR20 |= 1;
}
audiohw_stop(void)
{
/* Reset the transmitter */
SPCR20&=0xFFFE;
}