lv_pxp_cfg.h¶
Defines
-
PXP_ID¶
Copyright 2020-2023 NXP
SPDX-License-Identifier: MIT PXP module instance to use
-
PXP_IRQ_ID¶
PXP interrupt line ID
Functions
-
void lv_pxp_init(void)¶
Reset and initialize PXP device. This function should be called as a part of display init sequence.
-
void lv_pxp_deinit(void)¶
Disable PXP device. Should be called during display deinit sequence.
-
void lv_pxp_reset(void)¶
Reset PXP device.
-
void lv_pxp_run(void)¶
Clear cache and start PXP.
-
void lv_pxp_wait(void)¶
Wait for PXP completion.
-
struct pxp_cfg_t¶
- #include <lv_pxp_cfg.h>
NXP PXP device configuration.