# display\_layer.h - [Overview](#section540260084165626) - [Summary](#section667560582165626) - [Data Structures](#nested-classes) - [Functions](#func-members) ## **Overview** **Related Modules:** [Display](display.md) **Description:** Declares the driver functions for implementing layer operations. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures

Data Structure Name

Description

LayerFuncs

Defines pointers to the layer driver functions.

## Functions

Function

Description

LayerInitialize (LayerFuncs **funcs)

int32_t

Initializes the layer to apply for resources used by the layer and obtain the pointer to functions for layer operations.

LayerUninitialize (LayerFuncs *funcs)

int32_t

Deinitializes the layer module to release the memory allocated to the pointer to functions for layer operations.