diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-03-16 16:49:37 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-03-16 16:49:37 +0100 |
commit | b623f680f6a7aa53de6a1d949d857b37f391c80d (patch) | |
tree | 16f5bd03a46c748dcf5baedc3f3c88ca508860a8 /code/fe310/eos/i2s_def.h | |
parent | b1c3ee27894d33d9fcfca4ea4d0ccfb6d4cfc83e (diff) |
fixed irq handlers for ci/sd
Diffstat (limited to 'code/fe310/eos/i2s_def.h')
-rw-r--r-- | code/fe310/eos/i2s_def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/fe310/eos/i2s_def.h b/code/fe310/eos/i2s_def.h index 6f831e2..4b7620e 100644 --- a/code/fe310/eos/i2s_def.h +++ b/code/fe310/eos/i2s_def.h @@ -19,7 +19,8 @@ #define I2S_IRQ_CI_PRIORITY 6 #define I2S_IRQ_MASK 5 -#define I2S_SMPL_WIDTH 13 +#define I2S_SMPL_BITS 13 +#define I2S_SMPL_BITS_S 5 #define I2S_ABUF_SIZE_CHUNK 64 |