# display\_layer.h ## **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 Name

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.