D:/gitt/MicrochipFor32/bsp_Device/bsp_Digit.h 文件参考
D:/gitt/MicrochipFor32/bsp_Device/bsp_Digit.h
数码管显示类
#include "varint.h"#include "gpio.h"bsp_Digit.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:
类
class bsp_Digit
一个面向数码管的类,使用级联的HC595
枚举
enum { anode
, cathode
}
数码管的共阳极或共阴极选择
变量
static const u8 digit_ca []
共阳极数码管的段码表,共阴极由此反相得到
详细描述
数码管显示类
在文件 bsp_Digit.h 中定义.
枚举类型说明
anonymous enum
anonymous enum
数码管的共阳极或共阴极选择
枚举值
anodebsp_Digit.h
bsp_Digit.hanode
anode
共阳极
cathodebsp_Digit.h
bsp_Digit.hcathode
cathode
共阴极
在文件 bsp_Digit.h 第 46 行定义.
变量说明
digit_ca
digit_cabsp_Digit.h
bsp_Digit.hdigit_ca
const u8 digit_ca[][static]初始值:= {
0xc0,0xf9,0xa4,0xb0,
0x99,0x92,0x82,0xf8,
0x80,0x90,0x88,0x83,
0xc6,0xa1,0x86,0x8e}
共阳极数码管的段码表,共阴极由此反相得到
在文件 bsp_Digit.h 第 56 行定义.