nuttx/arch/arm/src/lpc17xx_40xx
meijian a7224cf35a net/netstatistics: add tx/rx bytes statistics for dev
We can see them in ifconfig:

ap> ifconfig
wlan0   Link encap:Ethernet HWaddr 42:64:7f:b3:12:03 at UP mtu 1500
        inet addr:10.0.1.2 DRaddr:10.0.1.1 Mask:255.255.255.0
        inet6 DRaddr: ::

        RX: Received Fragment Errors   Bytes
            00000b9b 00000000 00000000 21daf5
            IPv4     IPv6     ARP      Dropped
            00000a33 00000137 00000031 00000000
        TX: Queued   Sent     Errors   Timeouts Bytes
            00000ac4 00000ac4 00000000 00000000 1a2103
        Total Errors: 00000000

Signed-off-by: meijian <meijian@xiaomi.com>
2024-09-10 11:36:03 +08:00
..
hardware
chip.h
Kconfig
lpc17_40_adc.c
lpc17_40_adc.h
lpc17_40_allocateheap.c
lpc17_40_can.c
lpc17_40_can.h
lpc17_40_clockconfig.c
lpc17_40_clockconfig.h
lpc17_40_clrpend.c
lpc17_40_clrpend.h
lpc17_40_dac.c
lpc17_40_dac.h
lpc17_40_emacram.h
lpc17_40_emc.c
lpc17_40_emc.h
lpc17_40_ethernet.c net/netstatistics: add tx/rx bytes statistics for dev 2024-09-10 11:36:03 +08:00
lpc17_40_ethernet.h
lpc17_40_gpdma.c
lpc17_40_gpdma.h
lpc17_40_gpio.c
lpc17_40_gpio.h
lpc17_40_gpiodbg.c
lpc17_40_gpioint.c
lpc17_40_i2c.c
lpc17_40_i2c.h
lpc17_40_i2s.h
lpc17_40_idle.c
lpc17_40_irq.c
lpc17_40_lcd.c
lpc17_40_lcd.h
lpc17_40_lowputc.c
lpc17_40_lowputc.h
lpc17_40_mcpwm.c
lpc17_40_mpuinit.c
lpc17_40_mpuinit.h
lpc17_40_ohciram.h
lpc17_40_progmem.c
lpc17_40_progmem.h
lpc17_40_pwm.c
lpc17_40_pwm.h
lpc17_40_qei.h
lpc17_40_rit.h
lpc17_40_rtc.h
lpc17_40_sdcard.c
lpc17_40_sdcard.h
lpc17_40_serial.c
lpc17_40_serial.h
lpc17_40_spi.c
lpc17_40_spi.h
lpc17_40_ssp.c
lpc17_40_ssp.h
lpc17_40_start.c
lpc17_40_start.h
lpc17_40_timer.c
lpc17_40_timer.h
lpc17_40_timerisr.c
lpc17_40_usbdev.c usbdev: extend the usb req len to size_t 2024-08-30 01:32:02 +08:00
lpc17_40_usbhost.c
lpc17_40_usbhost.h
lpc17_40_userspace.c
lpc17_40_userspace.h
lpc17_40_wdt.c
lpc17_40_wdt.h
lpc176x_clockconfig.c
lpc176x_gpio.c
lpc176x_gpio.h
lpc176x_rtc.c
lpc178x_40xx_clockconfig.c
lpc178x_40xx_gpio.c
lpc178x_40xx_gpio.h
Make.defs