Searched refs:val0 (Results 1 – 1 of 1) sorted by relevance
308 #define SW_REG_2BYTE_OVERRIDE(cmd, field, val0, val1) (3 | (((_POSITION_##cmd##_##field) & 0xFFFE) … argument309 … (((uint32_t)(val0) << 16) & 0x00FF0000) | ((uint32_t)(val1) << 24))