Searched refs:pal (Results 1 – 4 of 4) sorted by relevance
20 #. *Audio* - a framework allowing nanoapps to get audio events. See `pal/audio.h`_ for API details.22 `pal/gnss.h`_ for API details.24 data/bias events. See `pal/sensor.h`_ for API details.26 and some basic memory allocation/deallocation. See `pal/system.h`_ for API details.27 #. *WiFi* - a framework allowing nanoapps to interact with the on board WiFi. See `pal/wifi.h`_ for30 current capabilities and info. See `pal/wwan.h`_ for API details.57 #. Add an implementation of the `pal/sensor.h`_ and `pal/system.h`_ to Zephyr. These will be69 .. _`pal/audio.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/in…70 .. _`pal/gnss.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/inc…71 .. _`pal/sensor.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/i…[all …]
174 (pal[i].taken && \175 (pal[i].id_addr_type == (type & 0x1)) && \176 !memcmp(pal[i].id_addr.val, addr, BDADDR_SIZE))180 (pal[i].sid == sid))184 static struct lll_pal pal[PAL_SIZE]; variable363 if (j < ARRAY_SIZE(pal)) { in ll_rl_add()364 pal[j].rl_idx = i; in ll_rl_add()365 rl[i].pal = j + 1U; in ll_rl_add()367 rl[i].pal = 0U; in ll_rl_add()420 if (j < ARRAY_SIZE(pal)) { in ll_rl_remove()[all …]
79 uint16_t pal:9; /* 0 - not present, 1 to 256 - lll_pal entry index */ member
129 ${NRF_WIFI_DIR}/hw_if/hal/src/pal.c