Update esp32_i2s_parallel_dma.h
This commit is contained in:
parent
6b86ae8c01
commit
ef2f5a4ccb
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ typedef struct {
|
||||||
} i2s_parallel_state_t;
|
} i2s_parallel_state_t;
|
||||||
|
|
||||||
void i2s_parallel_flip_to_buffer(i2s_port_t port, int bufid);
|
void i2s_parallel_flip_to_buffer(i2s_port_t port, int bufid);
|
||||||
bool i2s_parallel_is_previous_buffer_free();
|
bool IRAM_ATTR i2s_parallel_is_previous_buffer_free();
|
||||||
void i2s_parallel_set_previous_buffer_not_free();
|
void i2s_parallel_set_previous_buffer_not_free();
|
||||||
|
|
||||||
// Callback function for when whole length of DMA chain has been sent out.
|
// Callback function for when whole length of DMA chain has been sent out.
|
||||||
|
|
Loading…
Reference in a new issue