lv_pxp_cfg.h
API reference for lv_pxp_cfg.h
Summary
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.
| 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
lvgl_public.hfsl_cache.hfsl_pxp.h
Last updated on