Browse Source

Merge pull request #260 from KurtE/PIN45_CSPIN

Anther changed need to support CS on 45
teensy4-core
Paul Stoffregen 7 years ago
parent
commit
37ca75d33c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy3/kinetis.h

+ 1
- 1
teensy3/kinetis.h View File

@@ -4366,7 +4366,7 @@ typedef struct {
#define SPI_MCR_FRZ ((uint32_t)0x08000000) //
#define SPI_MCR_MTFE ((uint32_t)0x04000000) //
#define SPI_MCR_ROOE ((uint32_t)0x01000000) //
#define SPI_MCR_PCSIS(n) (((n) & 0x1F) << 16) //
#define SPI_MCR_PCSIS(n) (((n) & 0x3F) << 16) //
#define SPI_MCR_DOZE ((uint32_t)0x00008000) //
#define SPI_MCR_MDIS ((uint32_t)0x00004000) //
#define SPI_MCR_DIS_TXF ((uint32_t)0x00002000) //

Loading…
Cancel
Save