Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dpr/
Dfsl_dpr.c18 #define DPR_ALIGN_UP(x, align) ((((uint32_t)(x)-1U) | ((align)-1U)) + 1U) macro
90 base->FRAME_1P_PIX_X_CTRL.RW = DPR_ALIGN_UP(config->width, numPixelIn64Byte); in DPR_SetBufferConfig()
95 base->FRAME_1P_PIX_Y_CTRL.RW = DPR_ALIGN_UP(config->height, 4U); in DPR_SetBufferConfig()