mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-14 10:39:58 -04:00
Remove unused DMA Handler types.
This commit is contained in:
parent
3cdce88e5d
commit
1010e6a234
3 changed files with 0 additions and 6 deletions
|
@ -31,8 +31,6 @@
|
||||||
namespace baseband {
|
namespace baseband {
|
||||||
namespace dma {
|
namespace dma {
|
||||||
|
|
||||||
using Handler = void (*)();
|
|
||||||
|
|
||||||
void init();
|
void init();
|
||||||
void configure(
|
void configure(
|
||||||
baseband::sample_t* const buffer_base,
|
baseband::sample_t* const buffer_base,
|
||||||
|
|
|
@ -30,8 +30,6 @@ namespace rf {
|
||||||
namespace rssi {
|
namespace rssi {
|
||||||
namespace dma {
|
namespace dma {
|
||||||
|
|
||||||
using Handler = void (*)();
|
|
||||||
|
|
||||||
void init();
|
void init();
|
||||||
|
|
||||||
void allocate(size_t buffer_count, size_t items_per_buffer);
|
void allocate(size_t buffer_count, size_t items_per_buffer);
|
||||||
|
|
|
@ -32,8 +32,6 @@ namespace dma {
|
||||||
using sample_t = uint32_t;
|
using sample_t = uint32_t;
|
||||||
using buffer_t = buffer_t<sample_t>;
|
using buffer_t = buffer_t<sample_t>;
|
||||||
|
|
||||||
using Handler = void (*)();
|
|
||||||
|
|
||||||
void init();
|
void init();
|
||||||
|
|
||||||
void allocate();
|
void allocate();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue