瀏覽代碼

See Reference Manual Page 1350

50.6.2 SCAN Control register

Bug found by Chronologist, https://forum.pjrc.com/threads/29624-Using-TSI-for-capacitance-measurement
teensy4-core
Frank 9 年之前
父節點
當前提交
628addbd49
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      teensy3/kinetis.h

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

@@ -4407,7 +4407,7 @@ typedef struct __attribute__((packed)) {
#define TSI_GENCS_STPE ((uint32_t)0x00000001) //
#define TSI0_SCANC (*(volatile uint32_t *)0x40045004) // SCAN Control Register
#define TSI_SCANC_REFCHRG(n) (((n) & 15) << 24) //
#define TSI_SCANC_EXTCHRG(n) (((n) & 7) << 16) //
#define TSI_SCANC_EXTCHRG(n) (((n) & 15) << 16) //
#define TSI_SCANC_SMOD(n) (((n) & 255) << 8) //
#define TSI_SCANC_AMCLKS(n) (((n) & 3) << 3) //
#define TSI_SCANC_AMPSC(n) (((n) & 7) << 0) //

Loading…
取消
儲存