mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-11-24 15:04:20 +00:00
9 lines
253 B
C
Executable file
9 lines
253 B
C
Executable file
#ifndef _ALC5616_H_
|
|
#define _ALC5616_H_
|
|
void alc5616_reg_dump(void);
|
|
void alc5616_index_dump(void);
|
|
void alc5616_init(void);
|
|
void alc5616_set_word_len(int len_idx);
|
|
void alc5616_init_interface1(void);
|
|
void alc5616_init_interface2(void);
|
|
#endif
|