Savestate ! RDS (only PSN) tx

This commit is contained in:
furrtek
2015-08-23 05:08:38 +02:00
parent 14ada9e132
commit 8e0210f944
24 changed files with 459 additions and 45 deletions
+3
View File
@@ -39,12 +39,15 @@ void configure(
const baseband::Direction direction
);
void test();
void enable(const baseband::Direction direction);
bool is_enabled();
void disable();
baseband::buffer_t wait_for_rx_buffer();
baseband::buffer_t wait_for_tx_buffer();
} /* namespace dma */
} /* namespace baseband */