|
|
@@ -29,8 +29,8 @@ int luat_i2s_tx_stat(uint8_t id, size_t *buffsize, size_t* remain);
|
|
|
void luat_i2s_init(void);
|
|
|
int luat_i2s_start(uint8_t bus_id, uint8_t is_play, uint32_t sample, uint8_t channel_num);
|
|
|
void luat_i2s_base_setup(uint8_t bus_id, uint8_t mode, uint8_t frame_size);
|
|
|
-void luat_i2s_no_block_tx(uint8_t bus_id, uint8_t* address, uint32_t byte_len, CBFuncEx_t cb, void *param);
|
|
|
-void luat_i2s_no_block_rx(uint8_t bus_id, uint32_t byte_len, CBFuncEx_t cb, void *param);
|
|
|
+void luat_i2s_no_block_tx(uint8_t bus_id, uint8_t* address, uint32_t byte_len, void * cb, void *param);
|
|
|
+void luat_i2s_no_block_rx(uint8_t bus_id, uint32_t byte_len, void *cb, void *param);
|
|
|
void luat_i2s_tx_stop(uint8_t bus_id);
|
|
|
void luat_i2s_rx_stop(uint8_t bus_id);
|
|
|
void luat_i2s_deinit(uint8_t bus_id);
|