Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/zbus/channel_id/src/
Dmain.c29 ZBUS_CHAN_DEFINE_WITH_ID(chan_d, CHAN_D, struct msg, NULL, NULL, ZBUS_OBSERVERS_EMPTY,
51 (&chan_d == zbus_chan_from_id(CHAN_B))); in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_chan.c25 static uint8_t chan_d(uint8_t n);
136 d = chan_d(chan_count); in lll_chan_iso_subevent()
307 static uint8_t chan_d(uint8_t n) in chan_d() function