GFXMMU state functions.
More...
GFXMMU state functions.
==============================================================================
##### State functions #####
==============================================================================
[..] This section provides functions allowing to:
(+) Get GFXMMU handle state.
(+) Get GFXMMU error code.
◆ HAL_GFXMMU_GetError()
This function allows to get the current GFXMMU error code.
- Parameters
-
- Return values
-
Definition at line 732 of file stm32l4xx_hal_gfxmmu.c.
740 error_code = hgfxmmu->ErrorCode;
741 hgfxmmu->ErrorCode = GFXMMU_ERROR_NONE;
◆ HAL_GFXMMU_GetState()
This function allows to get the current GFXMMU handle state.
- Parameters
-
- Return values
-
Definition at line 721 of file stm32l4xx_hal_gfxmmu.c.
724 return hgfxmmu->State;