mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 00:35:59 -04:00
Integerized the waveform table
This commit is contained in:
parent
8e0210f944
commit
8f815a3b39
3 changed files with 95 additions and 48 deletions
|
@ -108,11 +108,6 @@ static Semaphore semaphore;
|
||||||
|
|
||||||
static volatile const gpdma::channel::LLI* next_lli = nullptr;
|
static volatile const gpdma::channel::LLI* next_lli = nullptr;
|
||||||
|
|
||||||
void test() {
|
|
||||||
quitt = 1;
|
|
||||||
chSemSignalI(&semaphore);
|
|
||||||
}
|
|
||||||
|
|
||||||
void transfer_complete() {
|
void transfer_complete() {
|
||||||
next_lli = gpdma_channel_sgpio.next_lli();
|
next_lli = gpdma_channel_sgpio.next_lli();
|
||||||
quitt = 0;
|
quitt = 0;
|
||||||
|
|
|
@ -39,8 +39,6 @@ void configure(
|
||||||
const baseband::Direction direction
|
const baseband::Direction direction
|
||||||
);
|
);
|
||||||
|
|
||||||
void test();
|
|
||||||
|
|
||||||
void enable(const baseband::Direction direction);
|
void enable(const baseband::Direction direction);
|
||||||
bool is_enabled();
|
bool is_enabled();
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue