lv_pxp_cfg.h
API reference for lv_pxp_cfg.h
Summary
Functions
draw/nxp/pxp/lv_pxp_cfg.h:75function
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)draw/nxp/pxp/lv_pxp_cfg.h:80function
lv_pxp_deinit
Disable PXP device. Should be called during display deinit sequence.
void lv_pxp_deinit(void)draw/nxp/pxp/lv_pxp_cfg.h:85function
lv_pxp_reset
Reset PXP device.
void lv_pxp_reset(void)draw/nxp/pxp/lv_pxp_cfg.h:90function
lv_pxp_run
Clear cache and start PXP.
void lv_pxp_run(void)draw/nxp/pxp/lv_pxp_cfg.h:95function
lv_pxp_wait
Wait for PXP completion.
void lv_pxp_wait(void)Structs
struct
pxp_cfg_t
NXP PXP device configuration.
| Member | Type | Description |
|---|---|---|
pxp_interrupt_init | void(*)(void) | Callback for PXP interrupt initialization |
pxp_interrupt_deinit | void(*)(void) | Callback for PXP interrupt de-initialization |
pxp_run | void(*)(void) | Callback for PXP start |
pxp_wait | void(*)(void) | Callback for waiting of PXP completion |
Macros
PXP_ID
#define PXP_ID PXPCopyright 2020-2023 NXP
SPDX-License-Identifier: MIT PXP module instance to use
PXP_IRQ_ID
#define PXP_IRQ_ID PXP_IRQnPXP interrupt line ID
Dependencies
lv_conf_internal.hfsl_cache.hfsl_pxp.hlv_log.h
Indirect dependencies
How is this guide?
Last updated on