HAL GFXTIM Overview ¶
Introducing GFXTIM ¶
- group GFXTIM_Introduction
-
-
This introduction is under development.
-
Module and files ¶
The following diagram illustrates the GFXTIM module and its associated files.
Component diagram ¶
The following diagram illustrates the software components involved in the GFXTIM module. It shows the interactions between the user application, HAL drivers, low-level drivers, and the hardware components.
Configuration table ¶
The following table lists the configuration defines for the HAL GFXTIM module, specifying their locations, default values, and descriptions:
- group GFXTIM_Configuration_Table
-
¶
Configuration inside the GFXTIM driver ¶
Config defines
Description
Default value
Note
USE_HAL_GFXTIM_MODULE
from hal_conf.h
1
When set, HAL GFXTIM module is enabled.
USE_ASSERT_DBG_PARAM
from IDE
None
When defined, enable the params assert.
USE_ASSERT_DBG_STATE
from IDE
None
When defined, enable the state assert.
USE_HAL_CHECK_PARAM
from hal_conf.h
0
Allows to use the run-time checks parameters.
USE_HAL_GFXTIM_CLK_ENABLE_MODEL
from hal_conf.h
HAL_CLK_ENABLE_NO
Enable the gating of the peripheral clock
USE_HAL_GFXTIM_REGISTER_CALLBACKS
from hal_conf.h
0
When set, enable the register callbacks
USE_HAL_GFXTIM_USER_DATA
from hal_conf.h
0
When set, user data is defined in handle.