Searched refs:IS_shift (Results 1 – 1 of 1) sorted by relevance
1004 int IS_shift = (IS == 0) ? 2 : 1; in extractShortAddr() local1009 value |= ((uint32_t)(buffer[st_idx+idx] & 0x7F)) << IS_shift; in extractShortAddr()1014 value |= ((uint32_t)m_currPacketData[st_idx+idx]) << (7 + IS_shift); in extractShortAddr()1018 bits += IS_shift; in extractShortAddr()