Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dutil.c35 uint8_t bite; in util_ones_count_get() local
37 bite = *octets; in util_ones_count_get()
38 while (bite) { in util_ones_count_get()
39 bite &= (bite - 1); in util_ones_count_get()
/Zephyr-latest/drivers/watchdog/
Dwdt_opentitan.c96 struct wdt_timeout_cfg *bite = cfg->next; in ot_aontimer_install_timeout() local
98 if (bite == NULL || bite->window.max < cfg->window.max || in ot_aontimer_install_timeout()
99 (uint64_t) bite->window.min > max_window) { in ot_aontimer_install_timeout()
106 if (cfg->flags != WDT_FLAG_RESET_NONE || bite->flags != WDT_FLAG_RESET_SOC) { in ot_aontimer_install_timeout()
128 bite_thold = ((uint64_t) bite->window.max * dev_cfg->clk_freq / 1000); in ot_aontimer_install_timeout()
/Zephyr-latest/subsys/bluetooth/controller/util/
Dutil.c39 uint8_t bite; in util_ones_count_get() local
41 bite = *octets; in util_ones_count_get()
42 while (bite) { in util_ones_count_get()
43 bite &= (bite - 1); in util_ones_count_get()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_chan.c167 uint8_t bite; in chan_sel_remap() local
170 bite = *chan_map; in chan_sel_remap()
173 if (bite & 0x01) { in chan_sel_remap()
180 bite >>= 1; in chan_sel_remap()