Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/wbt/common/src/
Dwbt_context.c54 #define WBT_COMMAND_REQ(type, pair_type, argument) \ argument
56 (u16) WBT_CMD_REQ_ ## type, (u16) WBT_CMD_ ## pair_type, \
60 #define WBT_COMMAND_RES(type, pair_type, argument) \ argument
62 (u16) WBT_CMD_RES_ ## type, (u16) WBT_CMD_ ## pair_type, \
73 u32 pair_type:8; /* Command type that is a pair */ member