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

Topics

 DBGMCU Control functions
 DBGMCU Control functions.

Functions

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

Detailed Description

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.