Mercurial > hg > beaglert
comparison include/I2c_Codec.h @ 146:0a5a94de9dd0 ClockSync
Merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Mon, 14 Sep 2015 21:39:54 +0100 |
parents | 8ff5668bbbad |
children | e9c9404e3d1f 94751ad27fd6 |
comparison
equal
deleted
inserted
replaced
144:55c1e591cb2e | 146:0a5a94de9dd0 |
---|---|
23 { | 23 { |
24 short unsigned int pllJ; | 24 short unsigned int pllJ; |
25 short unsigned int pllD; | 25 short unsigned int pllD; |
26 short unsigned int pllP; | 26 short unsigned int pllP; |
27 short unsigned int pllR; | 27 short unsigned int pllR; |
28 short unsigned int anotherField; | |
29 public: | 28 public: |
30 int writeRegister(unsigned int reg, unsigned int value); | 29 int writeRegister(unsigned int reg, unsigned int value); |
31 | 30 |
32 int initCodec(); | 31 int initCodec(); |
33 int startAudio(int dual_rate); | 32 int startAudio(int dual_rate); |