瀏覽代碼

Merge pull request #260 from KurtE/PIN45_CSPIN

Anther changed need to support CS on 45
teensy4-core
Paul Stoffregen 7 年之前
父節點
當前提交
37ca75d33c
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      teensy3/kinetis.h

+ 1
- 1
teensy3/kinetis.h 查看文件

@@ -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…
取消
儲存