G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
g32r4xx_ddl_dbgmcu.c
Go to the documentation of this file.
1
59
60/* Includes ------------------------------------------------------------------*/
61#include "g32r4xx_ddl_dbgmcu.h"
62
66
70
71/* Private typedef -----------------------------------------------------------*/
72/* Private constants ---------------------------------------------------------*/
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))
87
90
91/* Private macro -------------------------------------------------------------*/
92/* Private variables ---------------------------------------------------------*/
93/* Private function prototypes -----------------------------------------------*/
94/* Private functions ---------------------------------------------------------*/
95
99
114
119uint32_t DDL_GetHalVersion(void)
120{
122}
123
128uint32_t DDL_GetID(void)
129{
130 return(DBGMCU->ID);
131}
132
136
140
144
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