This is the final version of Mini Gateway for Automation and Security desgined for Renesas GR Peach Design Contest

Dependencies:   GR-PEACH_video GraphicsFramework HTTPServer R_BSP mbed-rpc mbed-rtos Socket lwip-eth lwip-sys lwip FATFileSystem

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

_ARM_DRIVER_VERSION Struct Reference

_ARM_DRIVER_VERSION Struct Reference
[Hal]

Driver Version. More...

#include <Driver_Common.h>

Data Fields

uint16_t api
 API version.
uint16_t drv
 Driver version.

Detailed Description

Driver Version.

Definition at line 33 of file Driver_Common.h.


Field Documentation

uint16_t api

API version.

Definition at line 34 of file Driver_Common.h.

uint16_t drv

Driver version.

Definition at line 35 of file Driver_Common.h.