lv_pxp_cfg.h

API reference for lv_pxp_cfg.h

Report on GitHub

Functions

lv_pxp_init

Reset and initialize PXP device. This function should be called as a part of display init sequence.

 
void lv_pxp_init(void)

lv_pxp_deinit

Disable PXP device. Should be called during display deinit sequence.

 
void lv_pxp_deinit(void)

lv_pxp_reset

Reset PXP device.

 
void lv_pxp_reset(void)

lv_pxp_run

Clear cache and start PXP.

 
void lv_pxp_run(void)

lv_pxp_wait

Wait for PXP completion.

 
void lv_pxp_wait(void)

Structs

struct

pxp_cfg_t

NXP PXP device configuration.

MemberTypeDescription
pxp_interrupt_initvoid(*)(void)Callback for PXP interrupt initialization
pxp_interrupt_deinitvoid(*)(void)Callback for PXP interrupt de-initialization
pxp_runvoid(*)(void)Callback for PXP start
pxp_waitvoid(*)(void)Callback for waiting of PXP completion

Macros

PXP_ID

 
#define PXP_ID PXP

Copyright 2020-2023 NXP

SPDX-License-Identifier: MIT PXP module instance to use

PXP_IRQ_ID

 
#define PXP_IRQ_ID PXP_IRQn

PXP interrupt line ID

Dependencies

Indirect dependencies

How is this guide?

Last updated on

On this page