79#define __G32R4XX_DDL_VERSION_MAIN (0x01U)
80#define __G32R4XX_DDL_VERSION_SUB1 (0x00U)
81#define __G32R4XX_DDL_VERSION_SUB2 (0x00U)
82#define __G32R4XX_DDL_VERSION_RC (0x00U)
83#define __G32R4XX_DDL_VERSION ((__G32R4XX_DDL_VERSION_MAIN << 24U)\
84 |(__G32R4XX_DDL_VERSION_SUB1 << 16U)\
85 |(__G32R4XX_DDL_VERSION_SUB2 << 8U )\
86 |(__G32R4XX_DDL_VERSION_RC))
This file contains all the functions prototypes for the DDL module driver.
uint32_t DDL_GetID(void)
Returns the device revision identifier.
uint32_t DDL_GetHalVersion(void)
Returns the DDL revision.
#define __G32R4XX_DDL_VERSION