Home
last modified time | relevance | path

Searched refs:pdConfig (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_pxp.c799 } pdConfig; in PXP_SetPorterDuffConfig() local
801 pdConfig.pdConfigStruct = *config; in PXP_SetPorterDuffConfig()
803 base->PORTER_DUFF_CTRL = pdConfig.u32; in PXP_SetPorterDuffConfig()
822 } pdConfig; in PXP_GetPorterDuffConfig() local
892pdConfig.u32 = pdCtrl[(uint32_t)mode] | PXP_PORTER_DUFF_CTRL_S0_GLOBAL_ALPHA_MODE(kPXP_PorterDuffL… in PXP_GetPorterDuffConfig()
899 *config = pdConfig.pdConfigStruct; in PXP_GetPorterDuffConfig()