SC7A20驱动
.
├── SC7A20
│ ├── MDK
│ │ └── SC7A20.uvprojx
│ ├── common
│ │ ├── HC32L110.h
│ │ ├── base_types.h
│ │ ├── board_skhc32l110.h
│ │ ├── startup_hc32l110.s
│ │ ├── system_hc32l110.c
│ │ └── system_hc32l110.h
│ ├── driver
│ │ ├── inc
│ │ │ ├── adc.h
│ │ │ ├── adt.h
│ │ │ ├── bt.h
│ │ │ ├── clk.h
│ │ │ ├── crc.h
│ │ │ ├── ddl.h
│ │ │ ├── flash.h
│ │ │ ├── gpio.h
│ │ │ ├── i2c.h
│ │ │ ├── interrupts_hc32l110.h
│ │ │ ├── lpm.h
│ │ │ ├── lpt.h
│ │ │ ├── lpuart.h
│ │ │ ├── lvd.h
│ │ │ ├── pca.h
│ │ │ ├── reset.h
│ │ │ ├── rtc.h
│ │ │ ├── spi.h
│ │ │ ├── trim.h
│ │ │ ├── uart.h
│ │ │ ├── vc.h
│ │ │ └── wdt.h
│ │ └── src
│ │ ├── adc.c
│ │ ├── adt.c
│ │ ├── bt.c
│ │ ├── clk.c
│ │ ├── crc.c
│ │ ├── ddl.c
│ │ ├── flash.c
│ │ ├── gpio.c
│ │ ├── i2c.c
│ │ ├── interrupts_hc32l110.c
│ │ ├── lpm.c
│ │ ├── lpt.c
│ │ ├── lpuart.c
│ │ ├── lvd.c
│ │ ├── pca.c
│ │ ├── reset.c
│ │ ├── rtc.c
│ │ ├── spi.c
│ │ ├── trim.c
│ │ ├── uart.c
│ │ ├── vc.c
│ │ └── wdt.c
│ ├── source
│ │ ├── ddl_device.h
│ │ └── main.c
│ └── user
│ ├── drv_bt.c
│ ├── drv_bt.h
│ ├── drv_flash.c
│ ├── drv_flash.h
│ ├── drv_i2c.c
│ ├── drv_i2c.h
│ ├── drv_io.c
│ └── drv_io.h
└── 找例子网_SC7A20.zip
8 directories, 62 files
评论