Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drf_mailbox.h308 #define SW_REG_2BYTE_OVERRIDE(cmd, field, val0, val1) (3 | (((_POSITION_##cmd##_##field) & 0xFFFE) … argument
309 … (((uint32_t)(val0) << 16) & 0x00FF0000) | ((uint32_t)(val1) << 24))