在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例嵌入式开发 → GDE50X驱动

GDE50X驱动

嵌入式开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:4.87M
  • 下载次数:3
  • 浏览次数:97
  • 发布时间:2022-02-21
  • 实例类别:嵌入式开发
  • 发 布 人:Pengge11
  • 文件格式:.rar
  • 所需积分:2
 相关标签: GDE50X驱动

实例介绍

【实例简介】GDE50X驱动

【实例截图】

from clipboard

【核心代码】

.
├── GD32E50x_Firmware_Library_V1.2.1
│   ├── Examples
│   │   ├── ADC
│   │   │   ├── ADC0_ADC1_regular_parallel
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── ADC0_SHRTIMER_trigger_inserted_channel
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── ADC0_channel_differential_mode
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── ADC0_regular_channel_discontinuous_mode
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── ADC0_regular_channel_with_DMA
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── ADC0_software_trigger_regular_channel_polling
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── ADC0_temperature_Vref
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── ADC0_timer_trigger_inserted_channel
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── ADC1_analog_watchdog_0
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── ADC1_analog_watchdog_1
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── ADC1_oversample_shift
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   └── ADC1_resolution
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       ├── readme.txt
│   │   │       ├── systick.c
│   │   │       └── systick.h
│   │   ├── BKP
│   │   │   ├── Backup_data
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   └── Tamper
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── CAN
│   │   │   ├── communication_FDmode
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── communication_Loopback
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   └── communication_classical_CAN
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── CMP
│   │   │   ├── Blanking_output
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── Port_output
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   └── Timer2_CH0IC
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       ├── readme.txt
│   │   │       ├── systick.c
│   │   │       └── systick.h
│   │   ├── CRC
│   │   │   └── CRC_calculate
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── CTC
│   │   │   ├── CTC_gpio
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   └── CTC_lxtal
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── DAC
│   │   │   ├── DACC_independent_trigger_LFSR_noise
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── DACC_output_voltage
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── DACC_simultaneous_trigger_triangle_noise
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── DACC_software_trigger_LFSR_noise
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── DAC_ADC_convert
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── DAC_DMA_convert
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── DAC_EXTI_trigger
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── DAC_LFSR_noise_mode
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── DAC_SHRTIMER_trigger
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── DAC_output_fifo
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   └── DAC_triangle_noise_mode
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── DBG
│   │   │   └── DBG_timer1_stop
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       ├── readme.txt
│   │   │       ├── systick.c
│   │   │       └── systick.h
│   │   ├── DMA
│   │   │   ├── Flash_to_ram
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Ram_to_ram
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Ram_to_usart
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   └── Reload_exti
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       ├── main.h
│   │   │       └── readme.txt
│   │   ├── ENET
│   │   │   └── Telnet
│   │   │       ├── MDK-ARM
│   │   │       │   ├── Project.uvoptx
│   │   │       │   └── Project.uvprojx
│   │   │       ├── inc
│   │   │       │   ├── gd32e50x_enet_eval.h
│   │   │       │   ├── gd32e50x_it.h
│   │   │       │   ├── gd32e50x_libopt.h
│   │   │       │   ├── hello_gigadevice.h
│   │   │       │   ├── lwipopts.h
│   │   │       │   ├── main.h
│   │   │       │   └── netconf.h
│   │   │       ├── lwip-2.1.2
│   │   │       │   ├── CHANGELOG
│   │   │       │   ├── CMakeLists.txt
│   │   │       │   ├── COPYING
│   │   │       │   ├── FEATURES
│   │   │       │   ├── FILES
│   │   │       │   ├── README
│   │   │       │   ├── UPGRADING
│   │   │       │   ├── doc
│   │   │       │   │   ├── FILES
│   │   │       │   │   ├── NO_SYS_SampleCode.c
│   │   │       │   │   ├── ZeroCopyRx.c
│   │   │       │   │   ├── contrib.txt
│   │   │       │   │   ├── mdns.txt
│   │   │       │   │   ├── mqtt_client.txt
│   │   │       │   │   ├── ppp.txt
│   │   │       │   │   └── savannah.txt
│   │   │       │   ├── port
│   │   │       │   │   └── GD32E50x
│   │   │       │   │       ├── Basic
│   │   │       │   │       │   ├── ethernetif.c
│   │   │       │   │       │   └── ethernetif.h
│   │   │       │   │       └── arch
│   │   │       │   │           ├── bpstruct.h
│   │   │       │   │           ├── cc.h
│   │   │       │   │           ├── cpu.h
│   │   │       │   │           ├── epstruct.h
│   │   │       │   │           ├── init.h
│   │   │       │   │           ├── lib.h
│   │   │       │   │           ├── perf.h
│   │   │       │   │           └── sys_arch.h
│   │   │       │   ├── src
│   │   │       │   │   ├── FILES
│   │   │       │   │   ├── Filelists.cmake
│   │   │       │   │   ├── Filelists.mk
│   │   │       │   │   ├── api
│   │   │       │   │   │   ├── api_lib.c
│   │   │       │   │   │   ├── api_msg.c
│   │   │       │   │   │   ├── err.c
│   │   │       │   │   │   ├── if_api.c
│   │   │       │   │   │   ├── netbuf.c
│   │   │       │   │   │   ├── netdb.c
│   │   │       │   │   │   ├── netifapi.c
│   │   │       │   │   │   ├── sockets.c
│   │   │       │   │   │   └── tcpip.c
│   │   │       │   │   ├── apps
│   │   │       │   │   │   ├── altcp_tls
│   │   │       │   │   │   │   ├── altcp_tls_mbedtls.c
│   │   │       │   │   │   │   ├── altcp_tls_mbedtls_mem.c
│   │   │       │   │   │   │   ├── altcp_tls_mbedtls_mem.h
│   │   │       │   │   │   │   └── altcp_tls_mbedtls_structs.h
│   │   │       │   │   │   ├── http
│   │   │       │   │   │   │   ├── altcp_proxyconnect.c
│   │   │       │   │   │   │   ├── fs
│   │   │       │   │   │   │   │   ├── 404.html
│   │   │       │   │   │   │   │   ├── img
│   │   │       │   │   │   │   │   │   └── sics.gif
│   │   │       │   │   │   │   │   └── index.html
│   │   │       │   │   │   │   ├── fs.c
│   │   │       │   │   │   │   ├── fsdata.c
│   │   │       │   │   │   │   ├── fsdata.h
│   │   │       │   │   │   │   ├── http_client.c
│   │   │       │   │   │   │   ├── httpd.c
│   │   │       │   │   │   │   ├── httpd_structs.h
│   │   │       │   │   │   │   └── makefsdata
│   │   │       │   │   │   │       ├── makefsdata
│   │   │       │   │   │   │       ├── makefsdata.c
│   │   │       │   │   │   │       ├── readme.txt
│   │   │       │   │   │   │       └── tinydir.h
│   │   │       │   │   │   ├── lwiperf
│   │   │       │   │   │   │   └── lwiperf.c
│   │   │       │   │   │   ├── mdns
│   │   │       │   │   │   │   └── mdns.c
│   │   │       │   │   │   ├── mqtt
│   │   │       │   │   │   │   └── mqtt.c
│   │   │       │   │   │   ├── netbiosns
│   │   │       │   │   │   │   └── netbiosns.c
│   │   │       │   │   │   ├── smtp
│   │   │       │   │   │   │   └── smtp.c
│   │   │       │   │   │   ├── snmp
│   │   │       │   │   │   │   ├── snmp_asn1.c
│   │   │       │   │   │   │   ├── snmp_asn1.h
│   │   │       │   │   │   │   ├── snmp_core.c
│   │   │       │   │   │   │   ├── snmp_core_priv.h
│   │   │       │   │   │   │   ├── snmp_mib2.c
│   │   │       │   │   │   │   ├── snmp_mib2_icmp.c
│   │   │       │   │   │   │   ├── snmp_mib2_interfaces.c
│   │   │       │   │   │   │   ├── snmp_mib2_ip.c
│   │   │       │   │   │   │   ├── snmp_mib2_snmp.c
│   │   │       │   │   │   │   ├── snmp_mib2_system.c
│   │   │       │   │   │   │   ├── snmp_mib2_tcp.c
│   │   │       │   │   │   │   ├── snmp_mib2_udp.c
│   │   │       │   │   │   │   ├── snmp_msg.c
│   │   │       │   │   │   │   ├── snmp_msg.h
│   │   │       │   │   │   │   ├── snmp_netconn.c
│   │   │       │   │   │   │   ├── snmp_pbuf_stream.c
│   │   │       │   │   │   │   ├── snmp_pbuf_stream.h
│   │   │       │   │   │   │   ├── snmp_raw.c
│   │   │       │   │   │   │   ├── snmp_scalar.c
│   │   │       │   │   │   │   ├── snmp_snmpv2_framework.c
│   │   │       │   │   │   │   ├── snmp_snmpv2_usm.c
│   │   │       │   │   │   │   ├── snmp_table.c
│   │   │       │   │   │   │   ├── snmp_threadsync.c
│   │   │       │   │   │   │   ├── snmp_traps.c
│   │   │       │   │   │   │   ├── snmpv3.c
│   │   │       │   │   │   │   ├── snmpv3_mbedtls.c
│   │   │       │   │   │   │   └── snmpv3_priv.h
│   │   │       │   │   │   ├── sntp
│   │   │       │   │   │   │   └── sntp.c
│   │   │       │   │   │   └── tftp
│   │   │       │   │   │       └── tftp_server.c
│   │   │       │   │   ├── core
│   │   │       │   │   │   ├── altcp.c
│   │   │       │   │   │   ├── altcp_alloc.c
│   │   │       │   │   │   ├── altcp_tcp.c
│   │   │       │   │   │   ├── def.c
│   │   │       │   │   │   ├── dns.c
│   │   │       │   │   │   ├── inet_chksum.c
│   │   │       │   │   │   ├── init.c
│   │   │       │   │   │   ├── ip.c
│   │   │       │   │   │   ├── ipv4
│   │   │       │   │   │   │   ├── autoip.c
│   │   │       │   │   │   │   ├── dhcp.c
│   │   │       │   │   │   │   ├── etharp.c
│   │   │       │   │   │   │   ├── icmp.c
│   │   │       │   │   │   │   ├── igmp.c
│   │   │       │   │   │   │   ├── ip4.c
│   │   │       │   │   │   │   ├── ip4_addr.c
│   │   │       │   │   │   │   └── ip4_frag.c
│   │   │       │   │   │   ├── ipv6
│   │   │       │   │   │   │   ├── dhcp6.c
│   │   │       │   │   │   │   ├── ethip6.c
│   │   │       │   │   │   │   ├── icmp6.c
│   │   │       │   │   │   │   ├── inet6.c
│   │   │       │   │   │   │   ├── ip6.c
│   │   │       │   │   │   │   ├── ip6_addr.c
│   │   │       │   │   │   │   ├── ip6_frag.c
│   │   │       │   │   │   │   ├── mld6.c
│   │   │       │   │   │   │   └── nd6.c
│   │   │       │   │   │   ├── mem.c
│   │   │       │   │   │   ├── memp.c
│   │   │       │   │   │   ├── netif.c
│   │   │       │   │   │   ├── pbuf.c
│   │   │       │   │   │   ├── raw.c
│   │   │       │   │   │   ├── stats.c
│   │   │       │   │   │   ├── sys.c
│   │   │       │   │   │   ├── tcp.c
│   │   │       │   │   │   ├── tcp_in.c
│   │   │       │   │   │   ├── tcp_out.c
│   │   │       │   │   │   ├── timeouts.c
│   │   │       │   │   │   └── udp.c
│   │   │       │   │   ├── include
│   │   │       │   │   │   ├── compat
│   │   │       │   │   │   │   ├── posix
│   │   │       │   │   │   │   │   ├── arpa
│   │   │       │   │   │   │   │   │   └── inet.h
│   │   │       │   │   │   │   │   ├── net
│   │   │       │   │   │   │   │   │   └── if.h
│   │   │       │   │   │   │   │   ├── netdb.h
│   │   │       │   │   │   │   │   └── sys
│   │   │       │   │   │   │   │       └── socket.h
│   │   │       │   │   │   │   └── stdc
│   │   │       │   │   │   │       └── errno.h
│   │   │       │   │   │   ├── lwip
│   │   │       │   │   │   │   ├── altcp.h
│   │   │       │   │   │   │   ├── altcp_tcp.h
│   │   │       │   │   │   │   ├── altcp_tls.h
│   │   │       │   │   │   │   ├── api.h
│   │   │       │   │   │   │   ├── apps
│   │   │       │   │   │   │   │   ├── FILES
│   │   │       │   │   │   │   │   ├── altcp_proxyconnect.h
│   │   │       │   │   │   │   │   ├── altcp_tls_mbedtls_opts.h
│   │   │       │   │   │   │   │   ├── fs.h
│   │   │       │   │   │   │   │   ├── http_client.h
│   │   │       │   │   │   │   │   ├── httpd.h
│   │   │       │   │   │   │   │   ├── httpd_opts.h
│   │   │       │   │   │   │   │   ├── lwiperf.h
│   │   │       │   │   │   │   │   ├── mdns.h
│   │   │       │   │   │   │   │   ├── mdns_opts.h
│   │   │       │   │   │   │   │   ├── mdns_priv.h
│   │   │       │   │   │   │   │   ├── mqtt.h
│   │   │       │   │   │   │   │   ├── mqtt_opts.h
│   │   │       │   │   │   │   │   ├── mqtt_priv.h
│   │   │       │   │   │   │   │   ├── netbiosns.h
│   │   │       │   │   │   │   │   ├── netbiosns_opts.h
│   │   │       │   │   │   │   │   ├── smtp.h
│   │   │       │   │   │   │   │   ├── smtp_opts.h
│   │   │       │   │   │   │   │   ├── snmp.h
│   │   │       │   │   │   │   │   ├── snmp_core.h
│   │   │       │   │   │   │   │   ├── snmp_mib2.h
│   │   │       │   │   │   │   │   ├── snmp_opts.h
│   │   │       │   │   │   │   │   ├── snmp_scalar.h
│   │   │       │   │   │   │   │   ├── snmp_snmpv2_framework.h
│   │   │       │   │   │   │   │   ├── snmp_snmpv2_usm.h
│   │   │       │   │   │   │   │   ├── snmp_table.h
│   │   │       │   │   │   │   │   ├── snmp_threadsync.h
│   │   │       │   │   │   │   │   ├── snmpv3.h
│   │   │       │   │   │   │   │   ├── sntp.h
│   │   │       │   │   │   │   │   ├── sntp_opts.h
│   │   │       │   │   │   │   │   ├── tftp_opts.h
│   │   │       │   │   │   │   │   └── tftp_server.h
│   │   │       │   │   │   │   ├── arch.h
│   │   │       │   │   │   │   ├── autoip.h
│   │   │       │   │   │   │   ├── debug.h
│   │   │       │   │   │   │   ├── def.h
│   │   │       │   │   │   │   ├── dhcp.h
│   │   │       │   │   │   │   ├── dhcp6.h
│   │   │       │   │   │   │   ├── dns.h
│   │   │       │   │   │   │   ├── err.h
│   │   │       │   │   │   │   ├── errno.h
│   │   │       │   │   │   │   ├── etharp.h
│   │   │       │   │   │   │   ├── ethip6.h
│   │   │       │   │   │   │   ├── icmp.h
│   │   │       │   │   │   │   ├── icmp6.h
│   │   │       │   │   │   │   ├── if_api.h
│   │   │       │   │   │   │   ├── igmp.h
│   │   │       │   │   │   │   ├── inet.h
│   │   │       │   │   │   │   ├── inet_chksum.h
│   │   │       │   │   │   │   ├── init.h
│   │   │       │   │   │   │   ├── init.h.cmake.in
│   │   │       │   │   │   │   ├── ip.h
│   │   │       │   │   │   │   ├── ip4.h
│   │   │       │   │   │   │   ├── ip4_addr.h
│   │   │       │   │   │   │   ├── ip4_frag.h
│   │   │       │   │   │   │   ├── ip6.h
│   │   │       │   │   │   │   ├── ip6_addr.h
│   │   │       │   │   │   │   ├── ip6_frag.h
│   │   │       │   │   │   │   ├── ip6_zone.h
│   │   │       │   │   │   │   ├── ip_addr.h
│   │   │       │   │   │   │   ├── mem.h
│   │   │       │   │   │   │   ├── memp.h
│   │   │       │   │   │   │   ├── mld6.h
│   │   │       │   │   │   │   ├── nd6.h
│   │   │       │   │   │   │   ├── netbuf.h
│   │   │       │   │   │   │   ├── netdb.h
│   │   │       │   │   │   │   ├── netif.h
│   │   │       │   │   │   │   ├── netifapi.h
│   │   │       │   │   │   │   ├── opt.h
│   │   │       │   │   │   │   ├── pbuf.h
│   │   │       │   │   │   │   ├── priv
│   │   │       │   │   │   │   │   ├── altcp_priv.h
│   │   │       │   │   │   │   │   ├── api_msg.h
│   │   │       │   │   │   │   │   ├── mem_priv.h
│   │   │       │   │   │   │   │   ├── memp_priv.h
│   │   │       │   │   │   │   │   ├── memp_std.h
│   │   │       │   │   │   │   │   ├── nd6_priv.h
│   │   │       │   │   │   │   │   ├── raw_priv.h
│   │   │       │   │   │   │   │   ├── sockets_priv.h
│   │   │       │   │   │   │   │   ├── tcp_priv.h
│   │   │       │   │   │   │   │   └── tcpip_priv.h
│   │   │       │   │   │   │   ├── prot
│   │   │       │   │   │   │   │   ├── autoip.h
│   │   │       │   │   │   │   │   ├── dhcp.h
│   │   │       │   │   │   │   │   ├── dhcp6.h
│   │   │       │   │   │   │   │   ├── dns.h
│   │   │       │   │   │   │   │   ├── etharp.h
│   │   │       │   │   │   │   │   ├── ethernet.h
│   │   │       │   │   │   │   │   ├── iana.h
│   │   │       │   │   │   │   │   ├── icmp.h
│   │   │       │   │   │   │   │   ├── icmp6.h
│   │   │       │   │   │   │   │   ├── ieee.h
│   │   │       │   │   │   │   │   ├── igmp.h
│   │   │       │   │   │   │   │   ├── ip.h
│   │   │       │   │   │   │   │   ├── ip4.h
│   │   │       │   │   │   │   │   ├── ip6.h
│   │   │       │   │   │   │   │   ├── mld6.h
│   │   │       │   │   │   │   │   ├── nd6.h
│   │   │       │   │   │   │   │   ├── tcp.h
│   │   │       │   │   │   │   │   └── udp.h
│   │   │       │   │   │   │   ├── raw.h
│   │   │       │   │   │   │   ├── sio.h
│   │   │       │   │   │   │   ├── snmp.h
│   │   │       │   │   │   │   ├── sockets.h
│   │   │       │   │   │   │   ├── stats.h
│   │   │       │   │   │   │   ├── sys.h
│   │   │       │   │   │   │   ├── tcp.h
│   │   │       │   │   │   │   ├── tcpbase.h
│   │   │       │   │   │   │   ├── tcpip.h
│   │   │       │   │   │   │   ├── timeouts.h
│   │   │       │   │   │   │   └── udp.h
│   │   │       │   │   │   └── netif
│   │   │       │   │   │       ├── bridgeif.h
│   │   │       │   │   │       ├── bridgeif_opts.h
│   │   │       │   │   │       ├── etharp.h
│   │   │       │   │   │       ├── ethernet.h
│   │   │       │   │   │       ├── ieee802154.h
│   │   │       │   │   │       ├── lowpan6.h
│   │   │       │   │   │       ├── lowpan6_ble.h
│   │   │       │   │   │       ├── lowpan6_common.h
│   │   │       │   │   │       ├── lowpan6_opts.h
│   │   │       │   │   │       ├── ppp
│   │   │       │   │   │       │   ├── ccp.h
│   │   │       │   │   │       │   ├── chap-md5.h
│   │   │       │   │   │       │   ├── chap-new.h
│   │   │       │   │   │       │   ├── chap_ms.h
│   │   │       │   │   │       │   ├── eap.h
│   │   │       │   │   │       │   ├── ecp.h
│   │   │       │   │   │       │   ├── eui64.h
│   │   │       │   │   │       │   ├── fsm.h
│   │   │       │   │   │       │   ├── ipcp.h
│   │   │       │   │   │       │   ├── ipv6cp.h
│   │   │       │   │   │       │   ├── lcp.h
│   │   │       │   │   │       │   ├── magic.h
│   │   │       │   │   │       │   ├── mppe.h
│   │   │       │   │   │       │   ├── polarssl
│   │   │       │   │   │       │   │   ├── arc4.h
│   │   │       │   │   │       │   │   ├── des.h
│   │   │       │   │   │       │   │   ├── md4.h
│   │   │       │   │   │       │   │   ├── md5.h
│   │   │       │   │   │       │   │   └── sha1.h
│   │   │       │   │   │       │   ├── ppp.h
│   │   │       │   │   │       │   ├── ppp_impl.h
│   │   │       │   │   │       │   ├── ppp_opts.h
│   │   │       │   │   │       │   ├── pppapi.h
│   │   │       │   │   │       │   ├── pppcrypt.h
│   │   │       │   │   │       │   ├── pppdebug.h
│   │   │       │   │   │       │   ├── pppoe.h
│   │   │       │   │   │       │   ├── pppol2tp.h
│   │   │       │   │   │       │   ├── pppos.h
│   │   │       │   │   │       │   ├── upap.h
│   │   │       │   │   │       │   └── vj.h
│   │   │       │   │   │       ├── slipif.h
│   │   │       │   │   │       └── zepif.h
│   │   │       │   │   └── netif
│   │   │       │   │       ├── FILES
│   │   │       │   │       ├── bridgeif.c
│   │   │       │   │       ├── bridgeif_fdb.c
│   │   │       │   │       ├── ethernet.c
│   │   │       │   │       ├── lowpan6.c
│   │   │       │   │       ├── lowpan6_ble.c
│   │   │       │   │       ├── lowpan6_common.c
│   │   │       │   │       ├── ppp
│   │   │       │   │       │   ├── PPPD_FOLLOWUP
│   │   │       │   │       │   ├── auth.c
│   │   │       │   │       │   ├── ccp.c
│   │   │       │   │       │   ├── chap-md5.c
│   │   │       │   │       │   ├── chap-new.c
│   │   │       │   │       │   ├── chap_ms.c
│   │   │       │   │       │   ├── demand.c
│   │   │       │   │       │   ├── eap.c
│   │   │       │   │       │   ├── ecp.c
│   │   │       │   │       │   ├── eui64.c
│   │   │       │   │       │   ├── fsm.c
│   │   │       │   │       │   ├── ipcp.c
│   │   │       │   │       │   ├── ipv6cp.c
│   │   │       │   │       │   ├── lcp.c
│   │   │       │   │       │   ├── magic.c
│   │   │       │   │       │   ├── mppe.c
│   │   │       │   │       │   ├── multilink.c
│   │   │       │   │       │   ├── polarssl
│   │   │       │   │       │   │   ├── README
│   │   │       │   │       │   │   ├── arc4.c
│   │   │       │   │       │   │   ├── des.c
│   │   │       │   │       │   │   ├── md4.c
│   │   │       │   │       │   │   ├── md5.c
│   │   │       │   │       │   │   └── sha1.c
│   │   │       │   │       │   ├── ppp.c
│   │   │       │   │       │   ├── pppapi.c
│   │   │       │   │       │   ├── pppcrypt.c
│   │   │       │   │       │   ├── pppoe.c
│   │   │       │   │       │   ├── pppol2tp.c
│   │   │       │   │       │   ├── pppos.c
│   │   │       │   │       │   ├── upap.c
│   │   │       │   │       │   ├── utils.c
│   │   │       │   │       │   └── vj.c
│   │   │       │   │       ├── slipif.c
│   │   │       │   │       └── zepif.c
│   │   │       │   └── test
│   │   │       │       ├── fuzz
│   │   │       │       │   ├── Makefile
│   │   │       │       │   ├── README
│   │   │       │       │   ├── config.h
│   │   │       │       │   ├── fuzz.c
│   │   │       │       │   ├── inputs
│   │   │       │       │   │   ├── arp
│   │   │       │       │   │   │   └── arp_req.bin
│   │   │       │       │   │   ├── icmp
│   │   │       │       │   │   │   └── icmp_ping.bin
│   │   │       │       │   │   ├── ipv6
│   │   │       │       │   │   │   ├── neighbor_solicitation.bin
│   │   │       │       │   │   │   └── router_adv.bin
│   │   │       │       │   │   ├── tcp
│   │   │       │       │   │   │   └── tcp_syn.bin
│   │   │       │       │   │   └── udp
│   │   │       │       │   │       └── udp_port_5000.bin
│   │   │       │       │   ├── lwipopts.h
│   │   │       │       │   └── output_to_pcap.sh
│   │   │       │       ├── sockets
│   │   │       │       │   ├── sockets_stresstest.c
│   │   │       │       │   └── sockets_stresstest.h
│   │   │       │       └── unit
│   │   │       │           ├── Filelists.cmake
│   │   │       │           ├── Filelists.mk
│   │   │       │           ├── api
│   │   │       │           │   ├── test_sockets.c
│   │   │       │           │   └── test_sockets.h
│   │   │       │           ├── arch
│   │   │       │           │   ├── sys_arch.c
│   │   │       │           │   └── sys_arch.h
│   │   │       │           ├── core
│   │   │       │           │   ├── test_def.c
│   │   │       │           │   ├── test_def.h
│   │   │       │           │   ├── test_mem.c
│   │   │       │           │   ├── test_mem.h
│   │   │       │           │   ├── test_netif.c
│   │   │       │           │   ├── test_netif.h
│   │   │       │           │   ├── test_pbuf.c
│   │   │       │           │   ├── test_pbuf.h
│   │   │       │           │   ├── test_timers.c
│   │   │       │           │   └── test_timers.h
│   │   │       │           ├── dhcp
│   │   │       │           │   ├── test_dhcp.c
│   │   │       │           │   └── test_dhcp.h
│   │   │       │           ├── etharp
│   │   │       │           │   ├── test_etharp.c
│   │   │       │           │   └── test_etharp.h
│   │   │       │           ├── ip4
│   │   │       │           │   ├── test_ip4.c
│   │   │       │           │   └── test_ip4.h
│   │   │       │           ├── ip6
│   │   │       │           │   ├── test_ip6.c
│   │   │       │           │   └── test_ip6.h
│   │   │       │           ├── lwip_check.h
│   │   │       │           ├── lwip_unittests.c
│   │   │       │           ├── lwipopts.h
│   │   │       │           ├── mdns
│   │   │       │           │   ├── test_mdns.c
│   │   │       │           │   └── test_mdns.h
│   │   │       │           ├── mqtt
│   │   │       │           │   ├── test_mqtt.c
│   │   │       │           │   └── test_mqtt.h
│   │   │       │           ├── tcp
│   │   │       │           │   ├── tcp_helper.c
│   │   │       │           │   ├── tcp_helper.h
│   │   │       │           │   ├── test_tcp.c
│   │   │       │           │   ├── test_tcp.h
│   │   │       │           │   ├── test_tcp_oos.c
│   │   │       │           │   └── test_tcp_oos.h
│   │   │       │           └── udp
│   │   │       │               ├── test_udp.c
│   │   │       │               └── test_udp.h
│   │   │       └── src
│   │   │           ├── gd32e50x_enet_eval.c
│   │   │           ├── gd32e50x_it.c
│   │   │           ├── hello_gigadevice.c
│   │   │           ├── main.c
│   │   │           ├── netconf.c
│   │   │           └── readme.txt
│   │   ├── EXMC
│   │   │   ├── LCD
│   │   │   │   ├── exmc_lcd.c
│   │   │   │   ├── exmc_lcd.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── ili9320.c
│   │   │   │   ├── ili9320.h
│   │   │   │   ├── ili9320_font.h
│   │   │   │   ├── main.c
│   │   │   │   ├── picture.c
│   │   │   │   ├── picture.h
│   │   │   │   └── readme.txt
│   │   │   └── NAND
│   │   │       ├── exmc_nandflash.c
│   │   │       ├── exmc_nandflash.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── EXTI
│   │   │   └── Key_external_interrupt_mode
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── FMC
│   │   │   ├── Erase_program
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   └── readme.txt
│   │   │   ├── Security_protection
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   └── Write_protection
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── FWDGT
│   │   │   └── FWDGT_key
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       ├── readme.txt
│   │   │       ├── systick.c
│   │   │       └── systick.h
│   │   ├── GPIO
│   │   │   ├── Debugport_use_as_GPIO_output
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── Keyboard_polling_mode
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   └── Running_led
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       ├── readme.txt
│   │   │       ├── systick.c
│   │   │       └── systick.h
│   │   ├── I2C
│   │   │   ├── Fast_mode_plus_communication
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── I2C2_EEPROM
│   │   │   │   ├── at24cxx.c
│   │   │   │   ├── at24cxx.h
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── i2c.c
│   │   │   │   ├── i2c.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── I2C2_EEPROM_dma
│   │   │   │   ├── at24cxx.c
│   │   │   │   ├── at24cxx.h
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── i2c.c
│   │   │   │   ├── i2c.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── I2C2_EEPROM_interrput
│   │   │   │   ├── at24cxx.c
│   │   │   │   ├── at24cxx.h
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── i2c.c
│   │   │   │   ├── i2c.h
│   │   │   │   ├── i2c_ie.c
│   │   │   │   ├── i2c_ie.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── I2C2_Master_receiver
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── I2C2_Master_transmitter
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── I2C2_Slave_receiver
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── I2C2_Slave_transmitter
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── I2C2_deepsleep_wakeup
│   │   │   │   ├── I2C2_IE.c
│   │   │   │   ├── I2C_IE.h
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── I2C_EEPROM
│   │   │   │   ├── at24cxx.c
│   │   │   │   ├── at24cxx.h
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── i2c.c
│   │   │   │   ├── i2c.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── I2C_EEPROM_dma
│   │   │   │   ├── at24cxx.c
│   │   │   │   ├── at24cxx.h
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── i2c.c
│   │   │   │   ├── i2c.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── I2C_EEPROM_interrput
│   │   │   │   ├── at24cxx.c
│   │   │   │   ├── at24cxx.h
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── i2c.c
│   │   │   │   ├── i2c.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── Master_receiver
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Master_receiver&slave_transmitter_interrupt
│   │   │   │   ├── I2C0_IE.c
│   │   │   │   ├── I2C1_IE.c
│   │   │   │   ├── I2C_IE.h
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Master_receiver_one_byte
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Master_receiver_two_bytes
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Master_transmitter
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Master_transmitter&slave_receiver
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Master_transmitter&slave_receiver_dma
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Master_transmitter&slave_receiver_interrupt
│   │   │   │   ├── I2C0_IE.c
│   │   │   │   ├── I2C1_IE.c
│   │   │   │   ├── I2C_IE.h
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Slave_receiver
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   └── Slave_transmitter
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── PMU
│   │   │   ├── Deepsleep_wakeup_RTC
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── Deepsleep_wakeup_exti
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── Low_voltage_detector
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Standby_wakeup_RTC
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   └── Standby_wakeup_pin
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── RCU
│   │   │   ├── Ckout_pin_clock_output
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── Reset_source_detect
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   └── System_clock_switch
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── RTC
│   │   │   └── Calendar_demo
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       ├── readme.txt
│   │   │       ├── rtc.c
│   │   │       └── rtc.h
│   │   ├── SDIO
│   │   │   └── Read_write
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       ├── readme.txt
│   │   │       ├── sdcard.c
│   │   │       └── sdcard.h
│   │   ├── SHRTIMER
│   │   │   ├── SHRTIMER0_DMA_mode
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   └── readme.txt
│   │   │   ├── SHRTIMER0_balanced_output
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   └── readme.txt
│   │   │   ├── SHRTIMER0_bunch_mode
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   └── readme.txt
│   │   │   ├── SHRTIMER0_complementary_output
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   └── readme.txt
│   │   │   ├── SHRTIMER0_delayed_IDLE
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   └── readme.txt
│   │   │   ├── SHRTIMER0_external_event_filtering
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   └── readme.txt
│   │   │   ├── SHRTIMER0_fault_input
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   └── readme.txt
│   │   │   ├── SHRTIMER0_input_capture
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── SHRTIMER0_reuglar_output
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   └── readme.txt
│   │   │   ├── SHRTIMER0_synchronization
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── main.h
│   │   │   │   └── readme.txt
│   │   │   └── SHRTIMER0_timebase_config
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       ├── main.h
│   │   │       └── readme.txt
│   │   ├── SPI
│   │   │   ├── I2S_master_transmit_slave_receive_dma
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── SPI_master_slave_fullduplex_dma
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── SPI_master_slave_fullduplex_nssp_mode
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── SPI_master_slave_fullduplex_polling
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── SPI_master_slave_fullduplex_ti_mode
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── SPI_master_slave_simplex_dma
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   └── SPI_master_transmit_slave_receive_interrupt
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── SQPI
│   │   │   └── SQPI_PSRAM
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       ├── readme.txt
│   │   │       ├── systick.c
│   │   │       └── systick.h
│   │   ├── TIMER
│   │   │   ├── TIMER0_6-steps
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── TIMER0_deadtime_break
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER0_dma
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER0_dma_burst
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER0_pwmout_complementarysignals
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER1_extclock_count
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER1_exttrigger
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER1_ocactive
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER1_ocinactive
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER1_octoggle
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER1_pwmout
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER1_singlepulse
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER2_inputcapture
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER2_pwminputcapture
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMER2_timebase
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── TIMERs_cascadesynchro
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   └── TIMERs_parallelsynchro
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── TMU
│   │   │   ├── TMU_arctan_calculation
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── tmu_math.c
│   │   │   │   └── tmu_math.h
│   │   │   ├── TMU_calculation_use_mode0
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   └── TMU_calculation_use_mode6
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── USART
│   │   │   ├── Auto_baudrate_detect
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── DMA_transmitter&receiver_interrupt
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Deepsleep_wakeup
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   ├── readme.txt
│   │   │   │   ├── systick.c
│   │   │   │   └── systick.h
│   │   │   ├── Dma_transmitter&receiver
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Half_duplex_transmitter&receiver
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── IDLE_receiver_interrupt
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Printf
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Receivertimeout
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Synchronous
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── Transmitter&receiver_interrupt
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── USART5_DMA_transmitter&receiver_interrupt
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── USART5_Dma_transmitter&receiver
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── USART5_IDLE_receiver_interrupt
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── USART5_Receivertimeout
│   │   │   │   ├── gd32e50x_it.c
│   │   │   │   ├── gd32e50x_it.h
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   ├── USART5_Synchronous
│   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   ├── main.c
│   │   │   │   └── readme.txt
│   │   │   └── USART5_Transmitter&receiver_interrupt
│   │   │       ├── gd32e50x_it.c
│   │   │       ├── gd32e50x_it.h
│   │   │       ├── gd32e50x_libopt.h
│   │   │       ├── main.c
│   │   │       └── readme.txt
│   │   ├── USBD
│   │   │   ├── audio_headphone
│   │   │   │   ├── EWARM
│   │   │   │   │   ├── audio_headphone.ewd
│   │   │   │   │   ├── audio_headphone.ewp
│   │   │   │   │   ├── audio_headphone.ewt
│   │   │   │   │   └── audio_headphone.eww
│   │   │   │   ├── MDK-ARM
│   │   │   │   │   ├── audio_headphone.uvoptx
│   │   │   │   │   └── audio_headphone.uvprojx
│   │   │   │   ├── inc
│   │   │   │   │   ├── audio_codec.h
│   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   ├── usbd_conf.h
│   │   │   │   │   └── usbd_hw.h
│   │   │   │   ├── readme.txt
│   │   │   │   └── src
│   │   │   │       ├── audio_codec.c
│   │   │   │       ├── gd32e50x_it.c
│   │   │   │       ├── gd32e50x_usbd_hw.c
│   │   │   │       ├── main.c
│   │   │   │       └── system_gd32e50x.c
│   │   │   ├── cdc_acm
│   │   │   │   ├── EWARM
│   │   │   │   │   ├── CDC_ACM.ewd
│   │   │   │   │   ├── CDC_ACM.ewp
│   │   │   │   │   ├── CDC_ACM.ewt
│   │   │   │   │   └── CDC_ACM.eww
│   │   │   │   ├── MDK-ARM
│   │   │   │   │   ├── cdc_acm.uvoptx
│   │   │   │   │   └── cdc_acm.uvprojx
│   │   │   │   ├── inc
│   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   ├── usbd_conf.h
│   │   │   │   │   └── usbd_hw.h
│   │   │   │   ├── readme.txt
│   │   │   │   └── src
│   │   │   │       ├── gd32e50x_it.c
│   │   │   │       ├── gd32e50x_usbd_hw.c
│   │   │   │       ├── main.c
│   │   │   │       └── system_gd32e50x.c
│   │   │   ├── composite_hid_printer
│   │   │   │   ├── EWARM
│   │   │   │   │   ├── composite_hid_printer.ewd
│   │   │   │   │   ├── composite_hid_printer.ewp
│   │   │   │   │   ├── composite_hid_printer.ewt
│   │   │   │   │   └── composite_hid_printer.eww
│   │   │   │   ├── MDK-ARM
│   │   │   │   │   ├── composite_hid_printer.uvoptx
│   │   │   │   │   └── composite_hid_printer.uvprojx
│   │   │   │   ├── inc
│   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   ├── hid_printer_wrapper.h
│   │   │   │   │   ├── usbd_conf.h
│   │   │   │   │   └── usbd_hw.h
│   │   │   │   ├── readme.txt
│   │   │   │   └── src
│   │   │   │       ├── custom_hid_itf.c
│   │   │   │       ├── gd32e50x_it.c
│   │   │   │       ├── gd32e50x_usbd_hw.c
│   │   │   │       ├── hid_printer_wrapper.c
│   │   │   │       ├── main.c
│   │   │   │       └── system_gd32e50x.c
│   │   │   ├── custom_hid
│   │   │   │   ├── EWARM
│   │   │   │   │   ├── custom_hid.ewd
│   │   │   │   │   ├── custom_hid.ewp
│   │   │   │   │   ├── custom_hid.ewt
│   │   │   │   │   └── custom_hid.eww
│   │   │   │   ├── MDK-ARM
│   │   │   │   │   ├── usbd_hid.uvoptx
│   │   │   │   │   └── usbd_hid.uvprojx
│   │   │   │   ├── inc
│   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   ├── usbd_conf.h
│   │   │   │   │   └── usbd_hw.h
│   │   │   │   ├── readme.txt
│   │   │   │   └── src
│   │   │   │       ├── custom_hid_itf.c
│   │   │   │       ├── gd32e50x_it.c
│   │   │   │       ├── gd32e50x_usbd_hw.c
│   │   │   │       ├── main.c
│   │   │   │       └── system_gd32e50x.c
│   │   │   ├── device_firmware_update
│   │   │   │   ├── EWARM
│   │   │   │   │   ├── usbd_dfu.ewd
│   │   │   │   │   ├── usbd_dfu.ewp
│   │   │   │   │   ├── usbd_dfu.ewt
│   │   │   │   │   └── usbd_dfu.eww
│   │   │   │   ├── MDK-ARM
│   │   │   │   │   ├── usbd_dfu.uvoptx
│   │   │   │   │   └── usbd_dfu.uvprojx
│   │   │   │   ├── inc
│   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   ├── systick.h
│   │   │   │   │   ├── usbd_conf.h
│   │   │   │   │   └── usbd_hw.h
│   │   │   │   ├── readme.txt
│   │   │   │   └── src
│   │   │   │       ├── gd32e50x_it.c
│   │   │   │       ├── gd32e50x_usbd_hw.c
│   │   │   │       ├── main.c
│   │   │   │       ├── system_gd32e50x.c
│   │   │   │       └── systick.c
│   │   │   ├── in_application_program_hid
│   │   │   │   ├── EWARM
│   │   │   │   │   ├── usbd_iap.ewd
│   │   │   │   │   ├── usbd_iap.ewp
│   │   │   │   │   ├── usbd_iap.ewt
│   │   │   │   │   └── usbd_iap.eww
│   │   │   │   ├── MDK-ARM
│   │   │   │   │   ├── usbd_iap.uvoptx
│   │   │   │   │   └── usbd_iap.uvprojx
│   │   │   │   ├── inc
│   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   ├── usbd_conf.h
│   │   │   │   │   └── usbd_hw.h
│   │   │   │   ├── readme.txt
│   │   │   │   └── src
│   │   │   │       ├── gd32e50x_it.c
│   │   │   │       ├── gd32e50x_usbd_hw.c
│   │   │   │       ├── main.c
│   │   │   │       └── system_gd32e50x.c
│   │   │   ├── msc_cdrom
│   │   │   │   ├── EWARM
│   │   │   │   │   ├── msc_cdrom.ewd
│   │   │   │   │   ├── msc_cdrom.ewp
│   │   │   │   │   ├── msc_cdrom.ewt
│   │   │   │   │   └── msc_cdrom.eww
│   │   │   │   ├── MDK-ARM
│   │   │   │   │   ├── msc_cdrom.uvoptx
│   │   │   │   │   └── msc_cdrom.uvprojx
│   │   │   │   ├── inc
│   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   ├── sram_msd.h
│   │   │   │   │   ├── usbd_conf.h
│   │   │   │   │   └── usbd_hw.h
│   │   │   │   ├── readme.txt
│   │   │   │   └── src
│   │   │   │       ├── gd32e50x_it.c
│   │   │   │       ├── gd32e50x_usbd_hw.c
│   │   │   │       ├── main.c
│   │   │   │       ├── msc_mem.c
│   │   │   │       ├── sram_data.c
│   │   │   │       ├── sram_msd.c
│   │   │   │       └── system_gd32e50x.c
│   │   │   ├── msc_udisk
│   │   │   │   ├── EWARM
│   │   │   │   │   ├── usbd_msc.ewd
│   │   │   │   │   ├── usbd_msc.ewp
│   │   │   │   │   ├── usbd_msc.ewt
│   │   │   │   │   └── usbd_msc.eww
│   │   │   │   ├── MDK-ARM
│   │   │   │   │   ├── usbd_msc.uvoptx
│   │   │   │   │   └── usbd_msc.uvprojx
│   │   │   │   ├── inc
│   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   ├── sram_msd.h
│   │   │   │   │   ├── usbd_conf.h
│   │   │   │   │   └── usbd_hw.h
│   │   │   │   ├── readme.txt
│   │   │   │   └── src
│   │   │   │       ├── gd32e50x_it.c
│   │   │   │       ├── gd32e50x_usbd_hw.c
│   │   │   │       ├── main.c
│   │   │   │       ├── msc_mem.c
│   │   │   │       ├── sram_msd.c
│   │   │   │       └── system_gd32e50x.c
│   │   │   ├── printer
│   │   │   │   ├── EWARM
│   │   │   │   │   ├── usbd_printer.ewd
│   │   │   │   │   ├── usbd_printer.ewp
│   │   │   │   │   ├── usbd_printer.ewt
│   │   │   │   │   └── usbd_printer.eww
│   │   │   │   ├── MDK-ARM
│   │   │   │   │   ├── usbd_printer.uvoptx
│   │   │   │   │   └── usbd_printer.uvprojx
│   │   │   │   ├── inc
│   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   ├── usbd_conf.h
│   │   │   │   │   └── usbd_hw.h
│   │   │   │   ├── readme.txt
│   │   │   │   └── src
│   │   │   │       ├── gd32e50x_it.c
│   │   │   │       ├── gd32e50x_usbd_hw.c
│   │   │   │       ├── main.c
│   │   │   │       └── system_gd32e50x.c
│   │   │   └── standard_hid_keyboard
│   │   │       ├── EWARM
│   │   │       │   ├── hid_keyboard.ewd
│   │   │       │   ├── hid_keyboard.ewp
│   │   │       │   ├── hid_keyboard.ewt
│   │   │       │   └── hid_keyboard.eww
│   │   │       ├── MDK-ARM
│   │   │       │   ├── hid_keyboard.uvoptx
│   │   │       │   └── hid_keyboard.uvprojx
│   │   │       ├── USBCV3.0_Test
│   │   │       │   └── Chapter 9 Tests - USB 2 - Passed - 2020-04-07 15-19-13(E503).html
│   │   │       ├── inc
│   │   │       │   ├── gd32e50x_it.h
│   │   │       │   ├── gd32e50x_libopt.h
│   │   │       │   ├── usbd_conf.h
│   │   │       │   └── usbd_hw.h
│   │   │       ├── readme.txt
│   │   │       └── src
│   │   │           ├── gd32e50x_it.c
│   │   │           ├── gd32e50x_usbd_hw.c
│   │   │           ├── hid_keyboard_itf.c
│   │   │           ├── main.c
│   │   │           └── system_gd32e50x.c
│   │   ├── USBHS
│   │   │   ├── usb_device
│   │   │   │   ├── cdc_acm
│   │   │   │   │   ├── EWARM
│   │   │   │   │   │   ├── cdc_acm.ewd
│   │   │   │   │   │   ├── cdc_acm.ewp
│   │   │   │   │   │   ├── cdc_acm.ewt
│   │   │   │   │   │   └── cdc_acm.eww
│   │   │   │   │   ├── MDK-ARM
│   │   │   │   │   │   ├── cdc_acm.uvoptx
│   │   │   │   │   │   └── cdc_acm.uvprojx
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   │   ├── usb_conf.h
│   │   │   │   │   │   └── usbd_conf.h
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── src
│   │   │   │   │       ├── app.c
│   │   │   │   │       ├── gd32e50x_hw.c
│   │   │   │   │       ├── gd32e50x_it.c
│   │   │   │   │       └── system_gd32e50x.c
│   │   │   │   ├── composite_hid_printer
│   │   │   │   │   ├── EWARM
│   │   │   │   │   │   ├── composite_hid_printer.ewd
│   │   │   │   │   │   ├── composite_hid_printer.ewp
│   │   │   │   │   │   ├── composite_hid_printer.ewt
│   │   │   │   │   │   └── composite_hid_printer.eww
│   │   │   │   │   ├── MDK-ARM
│   │   │   │   │   │   ├── composite_hid_printer.uvoptx
│   │   │   │   │   │   └── composite_hid_printer.uvprojx
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   │   ├── hid_printer_wrapper.h
│   │   │   │   │   │   ├── usb_conf.h
│   │   │   │   │   │   └── usbd_conf.h
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── src
│   │   │   │   │       ├── app.c
│   │   │   │   │       ├── custom_hid_itf.c
│   │   │   │   │       ├── gd32e50x_hw.c
│   │   │   │   │       ├── gd32e50x_it.c
│   │   │   │   │       ├── hid_printer_wrapper.c
│   │   │   │   │       └── system_gd32e50x.c
│   │   │   │   ├── custom_hid
│   │   │   │   │   ├── EWARM
│   │   │   │   │   │   ├── custom_hid.ewd
│   │   │   │   │   │   ├── custom_hid.ewp
│   │   │   │   │   │   ├── custom_hid.ewt
│   │   │   │   │   │   └── custom_hid.eww
│   │   │   │   │   ├── MDK-ARM
│   │   │   │   │   │   ├── custom_hid.uvoptx
│   │   │   │   │   │   └── custom_hid.uvprojx
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   │   ├── usb_conf.h
│   │   │   │   │   │   └── usbd_conf.h
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── src
│   │   │   │   │       ├── app.c
│   │   │   │   │       ├── custom_hid_itf.c
│   │   │   │   │       ├── gd32e50x_hw.c
│   │   │   │   │       ├── gd32e50x_it.c
│   │   │   │   │       └── system_gd32e50x.c
│   │   │   │   ├── dev_firmware_update
│   │   │   │   │   ├── EWARM
│   │   │   │   │   │   ├── dfu.ewd
│   │   │   │   │   │   ├── dfu.ewp
│   │   │   │   │   │   ├── dfu.ewt
│   │   │   │   │   │   └── dfu.eww
│   │   │   │   │   ├── MDK-ARM
│   │   │   │   │   │   ├── dfu.uvoptx
│   │   │   │   │   │   └── dfu.uvprojx
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── flash_if.h
│   │   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   │   ├── usb_conf.h
│   │   │   │   │   │   └── usbd_conf.h
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── src
│   │   │   │   │       ├── app.c
│   │   │   │   │       ├── flash_if.c
│   │   │   │   │       ├── gd32e50x_hw.c
│   │   │   │   │       ├── gd32e50x_it.c
│   │   │   │   │       └── system_gd32e50x.c
│   │   │   │   ├── hid_bcd
│   │   │   │   │   ├── EWARM
│   │   │   │   │   │   ├── hid_bcd.ewd
│   │   │   │   │   │   ├── hid_bcd.ewp
│   │   │   │   │   │   ├── hid_bcd.ewt
│   │   │   │   │   │   └── hid_bcd.eww
│   │   │   │   │   ├── MDK-ARM
│   │   │   │   │   │   ├── hid_bcd.uvoptx
│   │   │   │   │   │   └── hid_bcd.uvprojx
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   │   ├── usb_conf.h
│   │   │   │   │   │   └── usbd_conf.h
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── src
│   │   │   │   │       ├── app.c
│   │   │   │   │       ├── gd32e50x_hw.c
│   │   │   │   │       ├── gd32e50x_it.c
│   │   │   │   │       ├── hid_keyboard_itf.c
│   │   │   │   │       └── system_gd32e50x.c
│   │   │   │   ├── hid_lpm
│   │   │   │   │   ├── EWARM
│   │   │   │   │   │   ├── hid_lpm.ewd
│   │   │   │   │   │   ├── hid_lpm.ewp
│   │   │   │   │   │   ├── hid_lpm.ewt
│   │   │   │   │   │   └── hid_lpm.eww
│   │   │   │   │   ├── MDK-ARM
│   │   │   │   │   │   ├── hid_lpm.uvoptx
│   │   │   │   │   │   └── hid_lpm.uvprojx
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   │   ├── usb_conf.h
│   │   │   │   │   │   └── usbd_conf.h
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── src
│   │   │   │   │       ├── app.c
│   │   │   │   │       ├── gd32e50x_hw.c
│   │   │   │   │       ├── gd32e50x_it.c
│   │   │   │   │       ├── hid_keyboard_itf.c
│   │   │   │   │       └── system_gd32e50x.c
│   │   │   │   ├── in_application_program_hid
│   │   │   │   │   ├── EWARM
│   │   │   │   │   │   ├── iap_hid.ewd
│   │   │   │   │   │   ├── iap_hid.ewp
│   │   │   │   │   │   ├── iap_hid.ewt
│   │   │   │   │   │   └── iap_hid.eww
│   │   │   │   │   ├── MDK-ARM
│   │   │   │   │   │   ├── usbd_iap.uvoptx
│   │   │   │   │   │   └── usbd_iap.uvprojx
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── flash_operation.h
│   │   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   │   ├── usb_conf.h
│   │   │   │   │   │   └── usbd_conf.h
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── src
│   │   │   │   │       ├── app.c
│   │   │   │   │       ├── flash_operation.c
│   │   │   │   │       ├── gd32e50x_hw.c
│   │   │   │   │       ├── gd32e50x_it.c
│   │   │   │   │       └── system_gd32e50x.c
│   │   │   │   ├── msc_cdrom
│   │   │   │   │   ├── EWARM
│   │   │   │   │   │   ├── msc_cdrom.ewd
│   │   │   │   │   │   ├── msc_cdrom.ewp
│   │   │   │   │   │   ├── msc_cdrom.ewt
│   │   │   │   │   │   └── msc_cdrom.eww
│   │   │   │   │   ├── MDK-ARM
│   │   │   │   │   │   ├── msc_cdrom.uvoptx
│   │   │   │   │   │   └── msc_cdrom.uvprojx
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   │   ├── sram_msd.h
│   │   │   │   │   │   ├── usb_conf.h
│   │   │   │   │   │   └── usbd_conf.h
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── src
│   │   │   │   │       ├── app.c
│   │   │   │   │       ├── gd32e50x_hw.c
│   │   │   │   │       ├── gd32e50x_it.c
│   │   │   │   │       ├── sram_data.c
│   │   │   │   │       ├── sram_msd.c
│   │   │   │   │       ├── system_gd32e50x.c
│   │   │   │   │       └── usbd_storage_msd.c
│   │   │   │   ├── msc_udisk
│   │   │   │   │   ├── EWARM
│   │   │   │   │   │   ├── msc_udisk.ewd
│   │   │   │   │   │   ├── msc_udisk.ewp
│   │   │   │   │   │   ├── msc_udisk.ewt
│   │   │   │   │   │   └── msc_udisk.eww
│   │   │   │   │   ├── MDK-ARM
│   │   │   │   │   │   ├── msc_udisk.uvoptx
│   │   │   │   │   │   └── msc_udisk.uvprojx
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   │   ├── sram_msd.h
│   │   │   │   │   │   ├── usb_conf.h
│   │   │   │   │   │   └── usbd_conf.h
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── src
│   │   │   │   │       ├── app.c
│   │   │   │   │       ├── gd32e50x_hw.c
│   │   │   │   │       ├── gd32e50x_it.c
│   │   │   │   │       ├── sram_msd.c
│   │   │   │   │       ├── system_gd32e50x.c
│   │   │   │   │       └── usbd_storage_msd.c
│   │   │   │   ├── printer
│   │   │   │   │   ├── EWARM
│   │   │   │   │   │   ├── printer.ewd
│   │   │   │   │   │   ├── printer.ewp
│   │   │   │   │   │   ├── printer.ewt
│   │   │   │   │   │   └── printer.eww
│   │   │   │   │   ├── MDK-ARM
│   │   │   │   │   │   ├── printer.uvoptx
│   │   │   │   │   │   └── printer.uvprojx
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   │   ├── usb_conf.h
│   │   │   │   │   │   └── usbd_conf.h
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── src
│   │   │   │   │       ├── app.c
│   │   │   │   │       ├── gd32e50x_hw.c
│   │   │   │   │       ├── gd32e50x_it.c
│   │   │   │   │       └── system_gd32e50x.c
│   │   │   │   ├── standard_hid_keyboard
│   │   │   │   │   ├── EWARM
│   │   │   │   │   │   ├── hid_keyboard.ewd
│   │   │   │   │   │   ├── hid_keyboard.ewp
│   │   │   │   │   │   ├── hid_keyboard.ewt
│   │   │   │   │   │   └── hid_keyboard.eww
│   │   │   │   │   ├── MDK-ARM
│   │   │   │   │   │   ├── standard_hid.uvoptx
│   │   │   │   │   │   └── standard_hid.uvprojx
│   │   │   │   │   ├── inc
│   │   │   │   │   │   ├── gd32e50x_it.h
│   │   │   │   │   │   ├── gd32e50x_libopt.h
│   │   │   │   │   │   ├── usb_conf.h
│   │   │   │   │   │   └── usbd_conf.h
│   │   │   │   │   ├── readme.txt
│   │   │   │   │   └── src
│   │   │   │   │       ├── app.c
│   │   │   │   │       ├── gd32e50x_hw.c
│   │   │   │   │       ├── gd32e50x_it.c
│   │   │   │   │       ├── hid_keyboard_itf.c
│   │   │   │   │       └── system_gd32e50x.c
│   │   │   │   └── usb_audio
│   │   │   │       ├── EWARM
│   │   │   │       │   ├── usbd_audio.ewd
│   │   │   │       │   ├── usbd_audio.ewp
│   │   │   │       │   ├── usbd_audio.ewt
│   │   │   │       │   └── usbd_audio.eww
│   │   │   │       ├── MDK-ARM
│   │   │   │       │   ├── usbd_audio.uvoptx
│   │   │   │       │   └── usbd_audio.uvprojx
│   │   │   │       ├── inc
│   │   │   │       │   ├── audio_codec.h
│   │   │   │       │   ├── gd32e50x_it.h
│   │   │   │       │   ├── gd32e50x_libopt.h
│   │   │   │       │   ├── usb_conf.h
│   │   │   │       │   ├── usbd_conf.h
│   │   │   │       │   └── wave_data.h
│   │   │   │       ├── readme.txt
│   │   │   │       └── src
│   │   │   │           ├── app.c
│   │   │   │           ├── audio_codec.c
│   │   │   │           ├── gd32e50x_hw.c
│   │   │   │           ├── gd32e50x_it.c
│   │   │   │           └── system_gd32e50x.c
│   │   │   └── usb_host
│   │   │       ├── usb_host_cdc
│   │   │       │   ├── EWARM
│   │   │       │   │   ├── usbh_cdc.ewd
│   │   │       │   │   ├── usbh_cdc.ewp
│   │   │       │   │   ├── usbh_cdc.ewt
│   │   │       │   │   └── usbh_cdc.eww
│   │   │       │   ├── MDK-ARM
│   │   │       │   │   ├── usbh_cdc.uvoptx
│   │   │       │   │   └── usbh_cdc.uvprojx
│   │   │       │   ├── inc
│   │   │       │   │   ├── gd32e50x_it.h
│   │   │       │   │   ├── gd32e50x_lcd_eval.h
│   │   │       │   │   ├── gd32e50x_libopt.h
│   │   │       │   │   ├── lcd_font.h
│   │   │       │   │   ├── lcd_log.h
│   │   │       │   │   ├── usb_conf.h
│   │   │       │   │   ├── usb_lcd_conf.h
│   │   │       │   │   ├── usbh_conf.h
│   │   │       │   │   ├── usbh_data.h
│   │   │       │   │   ├── usbh_fs.h
│   │   │       │   │   └── usbh_usr.h
│   │   │       │   ├── readme.txt
│   │   │       │   └── src
│   │   │       │       ├── gd32e50x_it.c
│   │   │       │       ├── gd32e50x_lcd_eval.c
│   │   │       │       ├── gd32e50x_usb_hw.c
│   │   │       │       ├── lcd_font.c
│   │   │       │       ├── lcd_log.c
│   │   │       │       ├── main.c
│   │   │       │       ├── system_gd32e50x.c
│   │   │       │       ├── usbh_data.c
│   │   │       │       ├── usbh_fs.c
│   │   │       │       └── usbh_usr.c
│   │   │       ├── usb_host_hid_keyboard_mouse
│   │   │       │   ├── EWARM
│   │   │       │   │   ├── usbh_hid.ewd
│   │   │       │   │   ├── usbh_hid.ewp
│   │   │       │   │   ├── usbh_hid.ewt
│   │   │       │   │   └── usbh_hid.eww
│   │   │       │   ├── MDK-ARM
│   │   │       │   │   ├── usbh_hid.uvoptx
│   │   │       │   │   └── usbh_hid.uvprojx
│   │   │       │   ├── inc
│   │   │       │   │   ├── gd32e50x_it.h
│   │   │       │   │   ├── gd32e50x_lcd_eval.h
│   │   │       │   │   ├── gd32e50x_libopt.h
│   │   │       │   │   ├── lcd_font.h
│   │   │       │   │   ├── lcd_log.h
│   │   │       │   │   ├── usb_conf.h
│   │   │       │   │   ├── usb_lcd_conf.h
│   │   │       │   │   ├── usbh_conf.h
│   │   │       │   │   ├── usbh_usr.h
│   │   │       │   │   └── usbh_usr_lcd.h
│   │   │       │   ├── readme.txt
│   │   │       │   └── src
│   │   │       │       ├── gd32e50x_it.c
│   │   │       │       ├── gd32e50x_lcd_eval.c
│   │   │       │       ├── gd32e50x_usb_hw.c
│   │   │       │       ├── lcd_font.c
│   │   │       │       ├── lcd_log.c
│   │   │       │       ├── main.c
│   │   │       │       ├── system_gd32e50x.c
│   │   │       │       ├── usbh_usr.c
│   │   │       │       └── usbh_usr_lcd.c
│   │   │       └── usb_host_msc_udisk
│   │   │           ├── EWARM
│   │   │           │   ├── usbh_msc.ewd
│   │   │           │   ├── usbh_msc.ewp
│   │   │           │   ├── usbh_msc.ewt
│   │   │           │   └── usbh_msc.eww
│   │   │           ├── MDK-ARM
│   │   │           │   ├── usbh_msc.uvoptx
│   │   │           │   └── usbh_msc.uvprojx
│   │   │           ├── fat_fs
│   │   │           │   ├── 00history.txt
│   │   │           │   ├── 00readme.txt
│   │   │           │   ├── inc
│   │   │           │   │   ├── diskio.h
│   │   │           │   │   ├── ff.h
│   │   │           │   │   ├── ff_gen_drv.h
│   │   │           │   │   └── ffconf.h
│   │   │           │   └── src
│   │   │           │       ├── diskio.c
│   │   │           │       ├── ff.c
│   │   │           │       ├── ff_gen_drv.c
│   │   │           │       ├── ffsystem.c
│   │   │           │       └── ffunicode.c
│   │   │           ├── inc
│   │   │           │   ├── gd32e50x_it.h
│   │   │           │   ├── gd32e50x_lcd_eval.h
│   │   │           │   ├── gd32e50x_libopt.h
│   │   │           │   ├── lcd_font.h
│   │   │           │   ├── lcd_log.h
│   │   │           │   ├── usb_conf.h
│   │   │           │   ├── usb_lcd_conf.h
│   │   │           │   ├── usbh_conf.h
│   │   │           │   └── usbh_usr.h
│   │   │           ├── readme.txt
│   │   │           └── src
│   │   │               ├── gd32e50x_it.c
│   │   │               ├── gd32e50x_lcd_eval.c
│   │   │               ├── gd32e50x_usb_hw.c
│   │   │               ├── lcd_font.c
│   │   │               ├── lcd_log.c
│   │   │               ├── main.c
│   │   │               ├── system_gd32e50x.c
│   │   │               └── usbh_usr.c
│   │   └── WWDGT
│   │       └── WWDGT_delay_feed
│   │           ├── gd32e50x_it.c
│   │           ├── gd32e50x_it.h
│   │           ├── gd32e50x_libopt.h
│   │           ├── main.c
│   │           ├── readme.txt
│   │           ├── systick.c
│   │           └── systick.h
│   ├── Firmware
│   │   ├── CMSIS
│   │   │   ├── GD
│   │   │   │   └── GD32E50x
│   │   │   │       ├── Include
│   │   │   │       │   ├── gd32e50x.h
│   │   │   │       │   └── system_gd32e50x.h
│   │   │   │       └── Source
│   │   │   │           ├── ARM
│   │   │   │           │   ├── startup_gd32e508.s
│   │   │   │           │   ├── startup_gd32e50x_cl.s
│   │   │   │           │   ├── startup_gd32e50x_hd.s
│   │   │   │           │   ├── startup_gd32e50x_xd.s
│   │   │   │           │   └── startup_gd32eprt.s
│   │   │   │           ├── IAR
│   │   │   │           │   ├── startup_gd32e508.s
│   │   │   │           │   ├── startup_gd32e50x_cl.s
│   │   │   │           │   ├── startup_gd32e50x_hd.s
│   │   │   │           │   ├── startup_gd32e50x_xd.s
│   │   │   │           │   └── startup_gd32eprt.s
│   │   │   │           └── system_gd32e50x.c
│   │   │   ├── cmsis_armcc.h
│   │   │   ├── cmsis_compiler.h
│   │   │   ├── cmsis_iccarm.h
│   │   │   ├── cmsis_version.h
│   │   │   └── core_cm33.h
│   │   ├── GD32E50x_standard_peripheral
│   │   │   ├── Include
│   │   │   │   ├── gd32e50x_adc.h
│   │   │   │   ├── gd32e50x_bkp.h
│   │   │   │   ├── gd32e50x_can.h
│   │   │   │   ├── gd32e50x_cmp.h
│   │   │   │   ├── gd32e50x_crc.h
│   │   │   │   ├── gd32e50x_ctc.h
│   │   │   │   ├── gd32e50x_dac.h
│   │   │   │   ├── gd32e50x_dbg.h
│   │   │   │   ├── gd32e50x_dma.h
│   │   │   │   ├── gd32e50x_enet.h
│   │   │   │   ├── gd32e50x_exmc.h
│   │   │   │   ├── gd32e50x_exti.h
│   │   │   │   ├── gd32e50x_fmc.h
│   │   │   │   ├── gd32e50x_fwdgt.h
│   │   │   │   ├── gd32e50x_gpio.h
│   │   │   │   ├── gd32e50x_i2c.h
│   │   │   │   ├── gd32e50x_misc.h
│   │   │   │   ├── gd32e50x_pmu.h
│   │   │   │   ├── gd32e50x_rcu.h
│   │   │   │   ├── gd32e50x_rtc.h
│   │   │   │   ├── gd32e50x_sdio.h
│   │   │   │   ├── gd32e50x_shrtimer.h
│   │   │   │   ├── gd32e50x_spi.h
│   │   │   │   ├── gd32e50x_sqpi.h
│   │   │   │   ├── gd32e50x_timer.h
│   │   │   │   ├── gd32e50x_tmu.h
│   │   │   │   ├── gd32e50x_usart.h
│   │   │   │   └── gd32e50x_wwdgt.h
│   │   │   └── Source
│   │   │       ├── gd32e50x_adc.c
│   │   │       ├── gd32e50x_bkp.c
│   │   │       ├── gd32e50x_can.c
│   │   │       ├── gd32e50x_cmp.c
│   │   │       ├── gd32e50x_crc.c
│   │   │       ├── gd32e50x_ctc.c
│   │   │       ├── gd32e50x_dac.c
│   │   │       ├── gd32e50x_dbg.c
│   │   │       ├── gd32e50x_dma.c
│   │   │       ├── gd32e50x_enet.c
│   │   │       ├── gd32e50x_exmc.c
│   │   │       ├── gd32e50x_exti.c
│   │   │       ├── gd32e50x_fmc.c
│   │   │       ├── gd32e50x_fwdgt.c
│   │   │       ├── gd32e50x_gpio.c
│   │   │       ├── gd32e50x_i2c.c
│   │   │       ├── gd32e50x_misc.c
│   │   │       ├── gd32e50x_pmu.c
│   │   │       ├── gd32e50x_rcu.c
│   │   │       ├── gd32e50x_rtc.c
│   │   │       ├── gd32e50x_sdio.c
│   │   │       ├── gd32e50x_shrtimer.c
│   │   │       ├── gd32e50x_spi.c
│   │   │       ├── gd32e50x_sqpi.c
│   │   │       ├── gd32e50x_timer.c
│   │   │       ├── gd32e50x_tmu.c
│   │   │       ├── gd32e50x_usart.c
│   │   │       └── gd32e50x_wwdgt.c
│   │   ├── GD32E50x_usbd_library
│   │   │   ├── class
│   │   │   │   └── device
│   │   │   │       ├── audio
│   │   │   │       │   ├── Include
│   │   │   │       │   │   ├── audio_core.h
│   │   │   │       │   │   └── audio_out_itf.h
│   │   │   │       │   └── Source
│   │   │   │       │       ├── audio_core.c
│   │   │   │       │       └── audio_out_itf.c
│   │   │   │       ├── cdc
│   │   │   │       │   ├── Include
│   │   │   │       │   │   └── cdc_acm_core.h
│   │   │   │       │   └── Source
│   │   │   │       │       └── cdc_acm_core.c
│   │   │   │       ├── dfu
│   │   │   │       │   ├── Include
│   │   │   │       │   │   └── dfu_core.h
│   │   │   │       │   └── Source
│   │   │   │       │       └── dfu_core.c
│   │   │   │       ├── hid
│   │   │   │       │   ├── Include
│   │   │   │       │   │   ├── custom_hid_core.h
│   │   │   │       │   │   ├── standard_hid_core.h
│   │   │   │       │   │   └── usb_hid.h
│   │   │   │       │   └── Source
│   │   │   │       │       ├── custom_hid_core.c
│   │   │   │       │       └── standard_hid_core.c
│   │   │   │       ├── iap
│   │   │   │       │   ├── Include
│   │   │   │       │   │   └── usb_iap_core.h
│   │   │   │       │   └── Source
│   │   │   │       │       └── usb_iap_core.c
│   │   │   │       ├── msc
│   │   │   │       │   ├── Include
│   │   │   │       │   │   ├── usbd_msc_bbb.h
│   │   │   │       │   │   ├── usbd_msc_core.h
│   │   │   │       │   │   ├── usbd_msc_data.h
│   │   │   │       │   │   ├── usbd_msc_mem.h
│   │   │   │       │   │   └── usbd_msc_scsi.h
│   │   │   │       │   └── Source
│   │   │   │       │       ├── usbd_msc_bbb.c
│   │   │   │       │       ├── usbd_msc_core.c
│   │   │   │       │       ├── usbd_msc_data.c
│   │   │   │       │       └── usbd_msc_scsi.c
│   │   │   │       └── printer
│   │   │   │           ├── Include
│   │   │   │           │   └── printer_core.h
│   │   │   │           └── Source
│   │   │   │               └── printer_core.c
│   │   │   ├── device
│   │   │   │   ├── Include
│   │   │   │   │   ├── usb_ch9_std.h
│   │   │   │   │   ├── usbd_core.h
│   │   │   │   │   ├── usbd_enum.h
│   │   │   │   │   ├── usbd_pwr.h
│   │   │   │   │   └── usbd_transc.h
│   │   │   │   └── Source
│   │   │   │       ├── usbd_core.c
│   │   │   │       ├── usbd_enum.c
│   │   │   │       ├── usbd_pwr.c
│   │   │   │       └── usbd_transc.c
│   │   │   └── usbd
│   │   │       ├── Include
│   │   │       │   ├── usbd_lld_core.h
│   │   │       │   ├── usbd_lld_int.h
│   │   │       │   └── usbd_lld_regs.h
│   │   │       └── Source
│   │   │           ├── usbd_lld_core.c
│   │   │           └── usbd_lld_int.c
│   │   └── GD32E50x_usbhs_library
│   │       ├── device
│   │       │   ├── class
│   │       │   │   ├── audio
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── audio_core.h
│   │       │   │   │   │   └── audio_out_itf.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── audio_core.c
│   │       │   │   │       └── audio_out_itf.c
│   │       │   │   ├── cdc
│   │       │   │   │   ├── Include
│   │       │   │   │   │   └── cdc_acm_core.h
│   │       │   │   │   └── Source
│   │       │   │   │       └── cdc_acm_core.c
│   │       │   │   ├── dfu
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── dfu_core.h
│   │       │   │   │   │   └── dfu_mal.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── dfu_core.c
│   │       │   │   │       └── dfu_mal.c
│   │       │   │   ├── hid
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── custom_hid_core.h
│   │       │   │   │   │   ├── standard_hid_core.h
│   │       │   │   │   │   └── std_hid_mouse_core.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── custom_hid_core.c
│   │       │   │   │       ├── standard_hid_core.c
│   │       │   │   │       └── std_hid_mouse_core.c
│   │       │   │   ├── iap
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── usb_iap_core.h
│   │       │   │   │   │   └── usb_iap_libusb.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── usb_iap_core.c
│   │       │   │   │       └── usb_iap_libusb.c
│   │       │   │   ├── msc
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── usbd_msc_bbb.h
│   │       │   │   │   │   ├── usbd_msc_core.h
│   │       │   │   │   │   ├── usbd_msc_data.h
│   │       │   │   │   │   ├── usbd_msc_efs.h
│   │       │   │   │   │   ├── usbd_msc_mem.h
│   │       │   │   │   │   └── usbd_msc_scsi.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── usbd_msc_bbb.c
│   │       │   │   │       ├── usbd_msc_core.c
│   │       │   │   │       ├── usbd_msc_data.c
│   │       │   │   │       ├── usbd_msc_efs.c
│   │       │   │   │       └── usbd_msc_scsi.c
│   │       │   │   └── printer
│   │       │   │       ├── Include
│   │       │   │       │   └── printer_core.h
│   │       │   │       └── Source
│   │       │   │           └── printer_core.c
│   │       │   └── core
│   │       │       ├── Include
│   │       │       │   ├── usbd_core.h
│   │       │       │   ├── usbd_enum.h
│   │       │       │   └── usbd_transc.h
│   │       │       └── Source
│   │       │           ├── usbd_core.c
│   │       │           ├── usbd_enum.c
│   │       │           └── usbd_transc.c
│   │       ├── driver
│   │       │   ├── Include
│   │       │   │   ├── drv_usb_core.h
│   │       │   │   ├── drv_usb_dev.h
│   │       │   │   ├── drv_usb_host.h
│   │       │   │   ├── drv_usb_hw.h
│   │       │   │   ├── drv_usb_regs.h
│   │       │   │   ├── drv_usbd_int.h
│   │       │   │   └── drv_usbh_int.h
│   │       │   └── Source
│   │       │       ├── drv_usb_core.c
│   │       │       ├── drv_usb_dev.c
│   │       │       ├── drv_usb_host.c
│   │       │       ├── drv_usbd_int.c
│   │       │       └── drv_usbh_int.c
│   │       ├── host
│   │       │   ├── class
│   │       │   │   ├── cdc
│   │       │   │   │   ├── Include
│   │       │   │   │   │   └── usbh_cdc_core.h
│   │       │   │   │   └── Source
│   │       │   │   │       └── usbh_cdc_core.c
│   │       │   │   ├── hid
│   │       │   │   │   ├── Include
│   │       │   │   │   │   ├── usbh_hid_core.h
│   │       │   │   │   │   ├── usbh_hid_keybd.h
│   │       │   │   │   │   ├── usbh_hid_mouse.h
│   │       │   │   │   │   ├── usbh_hid_parser.h
│   │       │   │   │   │   └── usbh_hid_usage.h
│   │       │   │   │   └── Source
│   │       │   │   │       ├── usbh_hid_core.c
│   │       │   │   │       ├── usbh_hid_keybd.c
│   │       │   │   │       ├── usbh_hid_mouse.c
│   │       │   │   │       └── usbh_hid_parser.c
│   │       │   │   └── msc
│   │       │   │       ├── Include
│   │       │   │       │   ├── usbh_msc_bbb.h
│   │       │   │       │   ├── usbh_msc_core.h
│   │       │   │       │   └── usbh_msc_scsi.h
│   │       │   │       └── Source
│   │       │   │           ├── usbh_msc_bbb.c
│   │       │   │           ├── usbh_msc_core.c
│   │       │   │           ├── usbh_msc_fatfs.c
│   │       │   │           └── usbh_msc_scsi.c
│   │       │   └── core
│   │       │       ├── Include
│   │       │       │   ├── usbh_core.h
│   │       │       │   ├── usbh_enum.h
│   │       │       │   ├── usbh_pipe.h
│   │       │       │   └── usbh_transc.h
│   │       │       └── Source
│   │       │           ├── usbh_core.c
│   │       │           ├── usbh_enum.c
│   │       │           ├── usbh_pipe.c
│   │       │           └── usbh_transc.c
│   │       └── ustd
│   │           ├── class
│   │           │   ├── cdc
│   │           │   │   └── usb_cdc.h
│   │           │   ├── hid
│   │           │   │   └── usb_hid.h
│   │           │   └── msc
│   │           │       ├── msc_bbb.h
│   │           │       ├── msc_scsi.h
│   │           │       └── usb_msc.h
│   │           └── common
│   │               └── usb_ch9_std.h
│   ├── Template
│   │   ├── IAR_project
│   │   │   ├── Project.ewd
│   │   │   ├── Project.ewp
│   │   │   ├── Project.ewt
│   │   │   └── Project.eww
│   │   ├── Keil_project
│   │   │   ├── Project.uvoptx
│   │   │   └── Project.uvprojx
│   │   ├── gd32e50x_it.c
│   │   ├── gd32e50x_it.h
│   │   ├── gd32e50x_libopt.h
│   │   ├── main.c
│   │   ├── main.h
│   │   ├── readme.txt
│   │   ├── systick.c
│   │   └── systick.h
│   └── Utilities
│       ├── gd32e503z_eval.c
│       ├── gd32e503z_eval.h
│       ├── gd32e507z_eval.c
│       ├── gd32e507z_eval.h
│       ├── gd32e50x_lcd_eval.c
│       ├── gd32e50x_lcd_eval.h
│       └── lcd_font.h
└── 好例子网_GD32E50x_Firmware_Library_V1.2.1.rar

461 directories, 1764 files


标签: GDE50X驱动

实例下载地址

GDE50X驱动

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警