Searched refs:second (Results 276 – 300 of 338) sorted by relevance
1...<<11121314
/Zephyr-latest/soc/espressif/esp32s3/ |
D | default_appcpu.ld | 292 …*(.rodata_custom_desc .rodata_custom_desc.*) /* Should be the second. Custom app version info. DO …
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 108 disabled. The second parameter tells ``__ASSERT_EVAL()`` what to do if
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 333 * 4 capture/compare registers for second instance, if single tIFS timer
|
D | bluetooth-arch.rst | 73 one running the Application and the Host, and a second one with the Controller
|
/Zephyr-latest/doc/develop/west/ |
D | extensions.rst | 130 You can ignore the second argument to ``do_run()`` (``unknown_args`` above), as
|
D | manifest.rst | 182 A multi-line description of the second example 347 A multi-line description of the second example 1171 - name: foo-second-sub 1172 path: path/to/foo-second-sub 1177 ``path/to/foo-second-sub``. Any submodules in ``bar`` are still ignored.
|
/Zephyr-latest/boards/snps/emsdp/doc/ |
D | index.rst | 236 second console, from the build directory containing the output :file:`zephyr.elf`.
|
/Zephyr-latest/boards/st/nucleo_wl55jc/doc/ |
D | nucleo_wl55jc.rst | 147 - 1x RTC with 32-bit sub-second wakeup counter
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/doc/ |
D | index.rst | 316 To execute this sample in the second core of RTU0 in split-lock mode:
|
/Zephyr-latest/boards/element14/warp7/doc/ |
D | index.rst | 201 have 2 USB serial ports, the first one is the A7 console and the second is the
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 230 a second ISR/argument pair on the same interrupt line is made (using 409 The following code defines two ISRs using the same interrupt number. The second 724 for the first level, :kconfig:option:`CONFIG_2ND_LEVEL_INTERRUPT_BITS` for the second level and
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 262 other CPUs. The second is a cost incurred by the CPUs receiving the IPIs as 326 handle to the context to which it should switch, and the second is a
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 40 peripherals, while the second intend to simulate a particular HW platform, 202 - Run tests fast: several minutes of simulated time per wall time second.
|
/Zephyr-latest/soc/espressif/esp32/ |
D | default_appcpu.ld | 308 …*(.rodata_custom_desc .rodata_custom_desc.*) /* Should be the second. Custom app version info. DO …
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 47 create concurrent sequential requests. A second queue for completion queue events.
|
/Zephyr-latest/boards/nxp/lpcxpresso55s69/doc/ |
D | index.rst | 355 and executed on the second core when ``SECOND_CORE_MCUX`` is selected. For
|
/Zephyr-latest/arch/arc/ |
D | Kconfig | 174 to use second register bank - otherwise all interrupts will use
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 57 A second interface for the voice channels has not been implemented as there is 60 the btusb driver would not try to claim a second (isochronous) interface.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 123 the second one 220 bytes.
|
/Zephyr-latest/boards/udoo/udoo_neo_full/doc/ |
D | index.rst | 289 counter as its value aligned to 64 KB down, or it can be provided as a second
|
/Zephyr-latest/boards/snps/em_starterkit/doc/ |
D | index.rst | 251 Then connect to the debug server at the EM Starter Kit from a second
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_callbacks.rst | 225 /** Callback on second post, data is test_struct. */
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 3312 my $second = $2; 3315 pos($rawline) += length($first) + length($second) + 1; 3319 next if ($first ne $second); 3325 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;
|
/Zephyr-latest/doc/contribute/ |
D | external.rst | 99 The second way of integrating external source code into the project is to import
|
/Zephyr-latest/doc/services/tfm/ |
D | overview.rst | 147 (for the second-stage bootloader, potentially after a HW-based bootloader on
|
1...<<11121314