浏览代码

Update kinetis.h

Add VREF_SC_MODE_LV constants
teensy4-core
crteensy 7 年前
父节点
当前提交
f8a71be463
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      teensy3/kinetis.h

+ 4
- 0
teensy3/kinetis.h 查看文件

@@ -3038,6 +3038,10 @@ typedef struct {
#define VREF_SC_VREFST ((uint8_t)0x04) // Internal Voltage Reference stable flag
#define VREF_SC_MODE_LV(n) (uint8_t)(((n) & 3) << 0) // Buffer Mode selection: 0=Bandgap on only
// 2=Low-power buffer mode
#define VREF_SC_MODE_LV_BANDGAPONLY 0
#define VREF_SC_MODE_LV_HIGHPOWERBUF 1
#define VREF_SC_MODE_LV_LOWPOWERBUF 2


// Programmable Delay Block (PDB)


正在加载...
取消
保存