G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference

DBGMCU Control functions. More...

Functions

uint32_t DDL_GetHalVersion (void)
 Returns the DDL revision.
uint32_t DDL_GetID (void)
 Returns the device revision identifier.

Detailed Description

DBGMCU Control functions.

 ===============================================================================
                      ##### DDL Control functions #####
 ===============================================================================
    [..]  This section provides functions allowing to:
      (+) Get the DDL API driver version
      (+) Get the device identifier

Function Documentation

◆ DDL_GetHalVersion()

uint32_t DDL_GetHalVersion ( void )

Returns the DDL revision.

Return values
version: 0xXYZR (8bits for each decimal, R for RC)

Definition at line 119 of file g32r4xx_ddl_dbgmcu.c.

◆ DDL_GetID()

uint32_t DDL_GetID ( void )

Returns the device revision identifier.

Return values
Devicerevision identifier

Definition at line 128 of file g32r4xx_ddl_dbgmcu.c.