Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/util/
Dutil.c286 uint8_t dwh[2]; /* Holds the two most significant bytes of DW */ in util_bis_aa_le32() local
298 dwh[1] = 0xFC; in util_bis_aa_le32()
300 dwh[1] = 0; in util_bis_aa_le32()
304 dwh[1] |= (d & 0x02) | ((d >> 6) & 0x01); in util_bis_aa_le32()
305 dwh[0] = ((d & 0x02) << 6) | (d & 0x30) | ((d & 0x0C) >> 1); in util_bis_aa_le32()
311 dst[3] ^= dwh[1]; in util_bis_aa_le32()
312 dst[2] ^= dwh[0]; in util_bis_aa_le32()