Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h1092 #define BT_LE_SUPP_FEAT_40_ENCODE(w64) BT_BYTES_LIST_LE40(w64) argument
1112 #define BT_LE_SUPP_FEAT_32_ENCODE(w64) BT_BYTES_LIST_LE32(w64) argument
1133 #define BT_LE_SUPP_FEAT_24_ENCODE(w64) BT_BYTES_LIST_LE24(w64) argument
1154 #define BT_LE_SUPP_FEAT_16_ENCODE(w64) BT_BYTES_LIST_LE16(w64) argument
1175 #define BT_LE_SUPP_FEAT_8_ENCODE(w64) \ argument
1176 (((w64) >> 0) & 0xFF)
1186 #define BT_LE_SUPP_FEAT_VALIDATE(w64) \ argument
1187 BUILD_ASSERT(!((w64) & (~BIT64_MASK(40))), \
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1405 * :github:`45390` - MinGW-w64: Cannot build Zephyr project