Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 84) sorted by relevance

1234

/Zephyr-latest/doc/
D404.rst14 Sorry, the page you requested was not found on this site.
20 document.write("<p>Sorry, the page you requested: " +
24 document.write("<p>Sorry, the page you requested was not found on this site.</p>")
/Zephyr-latest/scripts/
Dsnippets.py84 def __init__(self, requested: Iterable[str] = None):
87 self.requested: List[str] = list(requested or [])
147 for snippet_name in snippets.requested:
238 snippets = Snippets(requested=args.snippets)
254 snippets = Snippets(requested=requested_snippets)
321 unknown_snippets = sorted(snippet for snippet in snippets.requested
/Zephyr-latest/samples/net/wifi/shell/
DREADME.rst34 Scan requested
45 Connection requested
/Zephyr-latest/doc/kernel/data_structures/
Dmpsc_pbuf.rst11 Packet is produced in two steps: first requested amount of data is allocated,
20 * Allocator ensures that contiguous memory of requested length is allocated.
21 * Following policies can be applied when requested space cannot be allocated:
23 * **Overwrite** - oldest entries are dropped until requested amount of memory can
25 * **No overwrite** - When requested amount of space cannot be allocated,
72 If overwrite is enabled, oldest packets are dropped until requested amount of
/Zephyr-latest/subsys/shell/
DKconfig.template.shell_log_queue_timeout9 dropped if queue is still full after requested time (-1 is forever).
/Zephyr-latest/tests/boot/test_mcuboot/
DREADME.rst9 that MCUBoot swaps to when the image swap is requested.
/Zephyr-latest/soc/nordic/common/
DKconfig31 When enabled then MRAM configuration without latency is requested
/Zephyr-latest/cmake/modules/
Dsnippets.cmake53 # running cmake again and snippets are no longer requested.
121 # If snippets were requested, print messages for each one.
123 # Print the requested snippets.
Dzephyr_default.cmake135 # All requested Zephyr CMake modules have been loaded, so let's return.
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/
DREADME.rst23 when requested.
/Zephyr-latest/doc/contribute/
Dreviewer_expectations.rst14 #. PRs where the reviewer has requested blocking changes.
30 - Reviewing commits separately when the requested changes cascade into the
68 If requested changes cannot be resolved within the review process, the
/Zephyr-latest/doc/services/modbus/
Dindex.rst17 Services requested by the client are specified by function codes (FCxx),
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dindex.rst89 * SHOULD implement :c:type:`sensor_submit_t` checking all requested channels
92 is large enough for the requested channels.
Dfetch_and_get.rst15 must be a thread until the requested :c:enum:`sensor_channel` (or all channels)
/Zephyr-latest/subsys/retention/
DKconfig.blinfo46 will update a buffer with the requested data.
/Zephyr-latest/subsys/logging/
DKconfig.processing69 Log processing thread starts after requested delay given in
76 Log processing thread sleeps for requested period given in
/Zephyr-latest/doc/services/mem_mgmt/
Dindex.rst165 1. From the regions where the ``zephyr,memory-attr`` property has the requested
169 unallocated space left for the requested size
172 accommodate the requested size
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst98 used by the buffer allocation to determine if the requested size can
102 the allocated space will be of the requested size plus, eventually,
103 the headers space. If there is insufficient MTU space, the requested
146 much size should be requested.
335 the requested data. On the RX path, these headers will be read but not
/Zephyr-latest/doc/project/
Dcode_flow.rst41 has been completed. When a branch is requested, the proposal should include the
Dproject_roles.rst72 and requested changes should still be considered by the pull request author.
111 be addressed by the original submitter. In cases where the changes requested do
159 may be requested by the TSC to retire from the role they are elected.
184 requested are addressed
328 should send the requested changes to the TSC and give members of the TSC two
/Zephyr-latest/subsys/net/lib/dhcpv4/
DKconfig41 int "Maximum number of requested options"
46 Maximum number of requested options that can be added to the
/Zephyr-latest/doc/kernel/usermode/
Dmpu_stack_objects.rst62 than the requested size. Region priority mechanisms may result in
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/
DREADME.rst26 that can be requested dynamically by device on activity detection (HSI on STM32WB).
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2.c695 uint32_t requested, hz; in set_clock_source_request() local
698 err = layout3_cur_request(buf, &requested); in set_clock_source_request()
704 hz = find_closest(requested, frequencies, count); in set_clock_source_request()
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst87 requested work and are sent over A2P channels.
89 For these commands, the platform schedules the requested work to

1234