Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c1030 } pdConfig; in PXP_SetPorterDuffConfig() local
1032 pdConfig.pdConfigStruct = *config; in PXP_SetPorterDuffConfig()
1037 base->ALPHA_A_CTRL = pdConfig.u32; in PXP_SetPorterDuffConfig()
1041 base->ALPHA_B_CTRL = pdConfig.u32; in PXP_SetPorterDuffConfig()
1067 } pdConfig; in PXP_SetPorterDuffConfig() local
1069 pdConfig.pdConfigStruct = *config; in PXP_SetPorterDuffConfig()
1071 base->PORTER_DUFF_CTRL = pdConfig.u32; in PXP_SetPorterDuffConfig()
1115 } pdConfig; in PXP_GetPorterDuffConfigExt() local
1173 pdConfig.u32 = pdCtrl[(uint32_t)mode]; in PXP_GetPorterDuffConfigExt()
1175 pdConfig.pdConfigStruct.dstGlobalAlphaMode = dstGlobalAlphaMode; in PXP_GetPorterDuffConfigExt()
[all …]