Searched refs:past (Results 1 – 25 of 25) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sync.c | 724 conn->past.mode = mode; in ll_past_param() 725 conn->past.skip = skip; in ll_past_param() 726 conn->past.timeout = timeout; in ll_past_param() 727 conn->past.cte_type = cte_type; in ll_past_param() 1930 if (conn->past.mode == BT_HCI_LE_PAST_MODE_NO_SYNC) { 1944 nodups = (conn->past.mode == BT_HCI_LE_PAST_MODE_SYNC_FILTER_DUPLICATES) ? 1U : 0U; 1945 rx_enable = (conn->past.mode == BT_HCI_LE_PAST_MODE_NO_REPORTS) ? 0U : 1U; 1947 sync = ull_sync_create(sid, conn->past.timeout, conn->past.skip, conn->past.cte_type,
|
D | ull_conn_types.h | 171 struct past_params past; member
|
D | ull_peripheral.c | 149 conn->past = ull_conn_default_past_param_get();
|
D | ull_central.c | 759 conn->past = ull_conn_default_past_param_get();
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 46 which in the output below is 34 ms in the past. The time required to 48 second past the hour is written at 1000 ms local uptime:: 50 Set 2019-07-19 06:00:00.034000000 Fri 200 at 34 ms past: 0
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_backporting.rst | 17 Versions of Zephyr past 2.7 use the MCUmgr library that is `part of the Zephyr code base <https://g… 140 …* ``zephyr`` - if the fix has been applied to the Zephyr internal MCUmgr library (past 2.7 version…
|
/Zephyr-latest/doc/ |
D | index.rst | 86 For information about the changes and additions for past releases, please
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memory.ld | 72 /* Locore must be addressable by real mode and so cannot extend past 64K.
|
/Zephyr-latest/doc/releases/ |
D | index.rst | 14 The technical documentation for current and past releases is available at
|
D | release-notes-2.4.rst | 1851 * :github:`7385` - i2c_esp32 can write past checked buffer length
|
D | release-notes-2.5.rst | 144 past release it was backed by a k_heap, but maintained a
|
D | release-notes-3.1.rst | 1903 * :github:`40856` - PPP: gsm_modem: LCP never gets past REQUEST_SENT phase
|
D | release-notes-3.3.rst | 3819 * :github:`16961` - Modules: add a SHA1 check to avoid updating module in the past
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | linker.ld | 222 * Since these immediate offsets are signed, place gp 0x8000 past the
|
/Zephyr-latest/soc/andestech/ae350/ |
D | linker.ld | 284 * Since these immediate offsets are signed, place gp 0x800 past the
|
/Zephyr-latest/doc/services/crypto/ |
D | psa_crypto.rst | 160 leaked, and past data is not compromised.
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 283 been able to accept this value to their millisecond API in the past no 358 past. For simple cases, :c:func:`sys_timepoint_expired` can be used as well.
|
/Zephyr-latest/include/zephyr/arch/riscv/common/ |
D | linker.ld | 313 * Since these immediate offsets are signed, place gp 0x800 past the
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | linker.ld | 406 * Since these immediate offsets are signed, place gp 0x800 past the
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_pkt.rst | 336 modified so to proceed further the cursor needs to advance past the
|
/Zephyr-latest/doc/security/ |
D | secure-coding.rst | 191 the past year (via code, documentation, or answering questions).
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 5011 SHELL_CMD_ARG(past-subscribe, NULL, "[conn] [skip <count>] " 5014 SHELL_CMD_ARG(past-unsubscribe, NULL, "[conn]",
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | workqueue.rst | 259 extended past the completion of the drain operation in order to allow the
|
/Zephyr-latest/arch/ |
D | Kconfig | 846 virtual memory addresses past the kernel image are available for mappings,
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 1075 Some example past treewide changes are:
|