Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/chre/
DREADME.rst20 #. *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`_ for
30 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 be
69 .. _`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 …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_filter.c174 (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]; variable
363 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 …]
Dlll_filter.h79 uint16_t pal:9; /* 0 - not present, 1 to 256 - lll_pal entry index */ member
/Zephyr-latest/modules/nrf_wifi/os/
DCMakeLists.txt129 ${NRF_WIFI_DIR}/hw_if/hal/src/pal.c