Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/axdemo/src/
Daxsimple.c180 #define Bytes2Nibbles(n) (n << 1) macro
451 mramAddress = (ps->sa + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
455 mramAddress = (ps->ea + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
459 mramAddress = (ps->ca + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Dwpad_axdemo.c209 #define Bytes2Nibbles(n) (n << 1) macro
895 mramAddress = (ps->sa + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
899 mramAddress = (ps->ea + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
903 mramAddress = (ps->ca + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()