Sfoglia il codice sorgente

Fix SPDF Base-Address

teensy4-core
Frank 5 anni fa
parent
commit
667e8e2c26
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      teensy4/imxrt.h

+ 1
- 1
teensy4/imxrt.h Vedi File

@@ -6754,7 +6754,7 @@ typedef struct {
#define SNVS_HPVIDR2 (IMXRT_SNVS_b.offset3FC)

// 51.5: page 2938
#define IMXRT_SPDIF (*(IMXRT_REGISTER32_t *)0x400D4000)
#define IMXRT_SPDIF (*(IMXRT_REGISTER32_t *)0x40380000)
#define SPDIF_SCR (IMXRT_SPDIF.offset000)
#define SPDIF_SRCD (IMXRT_SPDIF.offset004)
#define SPDIF_SRPC (IMXRT_SPDIF.offset008)

Loading…
Annulla
Salva