Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/samples/modules/chre/
DREADME.rst15 #. *Audio* - a framework allowing nanoapps to get audio events. See `pal/audio.h`_ for API details.
17 `pal/gnss.h`_ for API details.
19 data/bias events. See `pal/sensor.h`_ for API details.
21 and some basic memory allocation/deallocation. See `pal/system.h`_ for API details.
22 #. *WiFi* - a framework allowing nanoapps to interact with the on board WiFi. See `pal/wifi.h`_ for
25 current capabilities and info. See `pal/wwan.h`_ for API details.
52 #. Add an implementation of the `pal/sensor.h`_ and `pal/system.h`_ to Zephyr. These will be
64 .. _`pal/audio.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/in…
65 .. _`pal/gnss.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/inc…
66 .. _`pal/sensor.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/i…
[all …]
/Zephyr-Core-3.6.0/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