# lv_pxp_osa.h (/api/draw/nxp/pxp/lv_pxp_osa_h)



<ApiSummary functions="2" />

Functions [#functions]

<ApiTabs items="[&#x22;Getters (1)&#x22;,&#x22;Other (1)&#x22;]">
  <ApiTab value="Getters (1)">
    <ApiMember kind="function" name="pxp_get_default_cfg" file="draw/nxp/pxp/lv_pxp_osa.h" line="49" url="https://github.com/lvgl/lvgl/tree/a7b95c5b0839ce901c09c205610bc2c77cc3345d/src/draw/nxp/pxp/lv_pxp_osa.h#L49">
      pxp_get_default_cfg [#pxp_get_default_cfg]

      Get the PXP default configuration.

      ```c title=" " lineNumbers=1
      pxp_cfg_t * pxp_get_default_cfg(void)
      ```
    </ApiMember>
  </ApiTab>

  <ApiTab value="Other (1)">
    <ApiMember kind="function" name="PXP_IRQHandler" file="draw/nxp/pxp/lv_pxp_osa.h" line="44" url="https://github.com/lvgl/lvgl/tree/a7b95c5b0839ce901c09c205610bc2c77cc3345d/src/draw/nxp/pxp/lv_pxp_osa.h#L44">
      PXP_IRQHandler [#pxp_irqhandler]

      Copyright 2020, 2022-2023 NXP

      SPDX-License-Identifier: MIT PXP device interrupt handler. Used to check PXP task completion status.

      ```c title=" " lineNumbers=1
      void PXP_IRQHandler(void)
      ```
    </ApiMember>
  </ApiTab>
</ApiTabs>

Dependencies [#dependencies]

<FileIncludes includes="[&#x22;lv_conf_internal.h&#x22;, &#x22;lv_pxp_cfg.h&#x22;]" transitiveIncludes="[&#x22;lv_conf_kconfig.h&#x22;, &#x22;lv_log.h&#x22;, &#x22;lv_types.h&#x22;]" />
