Searched refs:requested (Results 1 – 25 of 84) sorted by relevance
1234
| /Zephyr-latest/doc/ |
| D | 404.rst | 14 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/ |
| D | snippets.py | 84 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/ |
| D | README.rst | 34 Scan requested 45 Connection requested
|
| /Zephyr-latest/doc/kernel/data_structures/ |
| D | mpsc_pbuf.rst | 11 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/ |
| D | Kconfig.template.shell_log_queue_timeout | 9 dropped if queue is still full after requested time (-1 is forever).
|
| /Zephyr-latest/tests/boot/test_mcuboot/ |
| D | README.rst | 9 that MCUBoot swaps to when the image swap is requested.
|
| /Zephyr-latest/soc/nordic/common/ |
| D | Kconfig | 31 When enabled then MRAM configuration without latency is requested
|
| /Zephyr-latest/cmake/modules/ |
| D | snippets.cmake | 53 # running cmake again and snippets are no longer requested. 121 # If snippets were requested, print messages for each one. 123 # Print the requested snippets.
|
| D | zephyr_default.cmake | 135 # All requested Zephyr CMake modules have been loaded, so let's return.
|
| /Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/ |
| D | README.rst | 23 when requested.
|
| /Zephyr-latest/doc/contribute/ |
| D | reviewer_expectations.rst | 14 #. 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/ |
| D | index.rst | 17 Services requested by the client are specified by function codes (FCxx),
|
| /Zephyr-latest/doc/hardware/peripherals/sensor/ |
| D | index.rst | 89 * SHOULD implement :c:type:`sensor_submit_t` checking all requested channels 92 is large enough for the requested channels.
|
| D | fetch_and_get.rst | 15 must be a thread until the requested :c:enum:`sensor_channel` (or all channels)
|
| /Zephyr-latest/subsys/retention/ |
| D | Kconfig.blinfo | 46 will update a buffer with the requested data.
|
| /Zephyr-latest/subsys/logging/ |
| D | Kconfig.processing | 69 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/ |
| D | index.rst | 165 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/ |
| D | net_pkt.rst | 98 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/ |
| D | code_flow.rst | 41 has been completed. When a branch is requested, the proposal should include the
|
| D | project_roles.rst | 72 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/ |
| D | Kconfig | 41 int "Maximum number of requested options" 46 Maximum number of requested options that can be added to the
|
| /Zephyr-latest/doc/kernel/usermode/ |
| D | mpu_stack_objects.rst | 62 than the requested size. Region priority mechanisms may result in
|
| /Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/ |
| D | README.rst | 26 that can be requested dynamically by device on activity detection (HSI on STM32WB).
|
| /Zephyr-latest/subsys/usb/device_next/class/ |
| D | usbd_uac2.c | 695 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/ |
| D | arm-scmi.rst | 87 requested work and are sent over A2P channels. 89 For these commands, the platform schedules the requested work to
|
1234