Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.h98 #define DPU_UNIT_ATTR_SHIFT (20U) macro
104 #define DPU_MAKE_UNIT_ATTR(attr) (((uint32_t)(attr)) << DPU_UNIT_ATTR_SHIFT)
108 #define DPU_GET_UNIT_ATTR(unit) ((((uint32_t)(unit)) & DPU_UNIT_ATTR_MASK) >> DPU_UNIT_ATTR_SHIFT)