|
|
|
|
|
|
|
|
audio_block_t * receiveReadOnly(unsigned int index = 0); |
|
|
audio_block_t * receiveReadOnly(unsigned int index = 0); |
|
|
audio_block_t * receiveWritable(unsigned int index = 0); |
|
|
audio_block_t * receiveWritable(unsigned int index = 0); |
|
|
static bool update_setup(void); |
|
|
static bool update_setup(void); |
|
|
|
|
|
static void update_stop(void); |
|
|
static void update_all(void) { NVIC_SET_PENDING(IRQ_SOFTWARE); } |
|
|
static void update_all(void) { NVIC_SET_PENDING(IRQ_SOFTWARE); } |
|
|
friend void software_isr(void); |
|
|
friend void software_isr(void); |
|
|
friend class AudioConnection; |
|
|
friend class AudioConnection; |