Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 13 of 13) sorted by relevance

/subsys/net/
A DKconfig.template.log_config.default.net30 Write to log with NET_WARN or LOG_WRN in addition to previous level.
35 Write to log with NET_INFO or LOG_INF in addition to previous levels.
40 Write to log with NET_DBG or LOG_DBG in addition to previous levels.
A DKconfig.template.log_config.net29 Write to log with NET_WARN or LOG_WRN in addition to previous level.
34 Write to log with NET_INFO or LOG_INF in addition to previous levels.
39 Write to log with NET_DBG or LOG_DBG in addition to previous levels.
/subsys/lorawan/services/
A Dfrag_decoder_lowmem.c129 static int32_t prbs23(int32_t previous) in prbs23() argument
131 int32_t b0 = previous & 1; in prbs23()
132 int32_t b1 = (previous & 32) / 32; in prbs23()
134 return (previous / 2) + ((b0 ^ b1) << 22); in prbs23()
/subsys/bluetooth/controller/ticker/
A Dticker.c582 uint8_t previous; local
593 previous = TICKER_NULL;
610 previous = current;
622 node[previous].next = id;
657 uint8_t previous; local
667 previous = current;
689 previous = current;
748 uint8_t previous; local
758 current = previous;
769 previous = current;
[all …]
/subsys/bluetooth/controller/ll_sw/nordic/lll/
A Dlll_conn.c978 uint8_t previous; local
980 previous = force_md_cnt_reload;
983 return previous;
/subsys/net/l2/ethernet/
A Darp.c70 sys_snode_t **previous) in arp_entry_find() argument
87 if (previous) { in arp_entry_find()
88 *previous = &entry->node; in arp_entry_find()
/subsys/bluetooth/controller/ll_sw/
A Dull_conn.c250 uint8_t previous, force_md_cnt; in ll_tx_mem_enqueue() local
253 previous = lll_conn_force_md_cnt_set(force_md_cnt); in ll_tx_mem_enqueue()
254 if (previous != force_md_cnt) { in ll_tx_mem_enqueue()
255 LOG_INF("force_md_cnt: old= %u, new= %u.", previous, force_md_cnt); in ll_tx_mem_enqueue()
/subsys/net/ip/
A DKconfig.tcp54 previous connection get delivered to next connection reusing
/subsys/net/lib/dns/
A DKconfig152 The previous default in Zephyr 4.1 or earlier was to have this enabled.
/subsys/usb/usb_c/
A Dusbc_pe_common.c463 return data->pe->ctx.previous - &pe_states[0]; in pe_get_last_state()
/subsys/shell/backends/
A DKconfig.backends614 the previous one. If set this value to 1, then the latter connecting
/subsys/net/lib/lwm2m/
A DKconfig516 Time period after the previous update or registration when to send the next update message.
/subsys/bluetooth/mesh/
A DKconfig1627 Time in seconds between Friend Requests, if a previous Friend

Completed in 62 milliseconds