Searched refs:line (Results 501 – 525 of 819) sorted by relevance
1...<<21222324252627282930>>...33
/Zephyr-latest/dts/x86/intel/ |
D | alder_lake.dtsi | 22 d-cache-line-size = <64>; 29 d-cache-line-size = <64>;
|
/Zephyr-latest/dts/xtensa/intel/ |
D | intel_adsp_cavs25_tgph.dtsi | 20 i-cache-line-size = <64>; 21 d-cache-line-size = <64>;
|
/Zephyr-latest/dts/arm/st/l0/ |
D | stm32l0.dtsi | 101 alrm-exti-line = <17>; 149 line-ranges = <0 2>, <2 2>, <4 12>;
|
/Zephyr-latest/dts/arm/st/f0/ |
D | stm32f0.dtsi | 123 line-ranges = <0 2>, <2 2>, <4 12>; 215 alrm-exti-line = <17>;
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | host-tools.rst | 215 which also provides a command-line target flash programming capabilities. 293 - J-Link Commander: Command-line control and flash programming 365 `Lauterbach TRACE32`_ is a product line of microprocessor development tools, 454 ask the user to select one via command line prompt before continuing. The 502 It is delivered in GUI (graphical user interface) and CLI (command-line interface) versions. 516 Alternatively, it can be installed as part of `STM32CubeCLT`_ all-in-one multi-OS command-line tool…
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/ |
D | README.rst | 30 wide text. You can force line breaks with a comma.
|
/Zephyr-latest/samples/basic/blinky/ |
D | README.rst | 50 You will see a build error at the source code line defining the ``struct
|
/Zephyr-latest/doc/develop/sca/ |
D | codechecker.rst | 75 These parameters can be passed on the command line, or be set as environment variables.
|
/Zephyr-latest/samples/net/sockets/echo_async/ |
D | README.rst | 45 After a connection is made, the application will echo back any line sent to
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | nrf9160dk_nrf52840.dts | 44 * This line is specified as active high for compatibility
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/ |
D | README.txt | 81 Available IRQ line: 68
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 26 build command line or in a CMakeLists.txt. 53 file and line number where the assertion can be found. 183 If the CPU receives a hardware interrupt on an interrupt line that has not had
|
/Zephyr-latest/dts/arm/st/wl/ |
D | stm32wl.dtsi | 150 line-ranges = <0 1>, <1 1>, <2 1>, <3 1>, 211 alrm-exti-line = <17>; 265 wakeup-line = <28>;
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 68 /* Increase the line height slightly to account for the different font */ 69 line-height: 25px; 312 /* Increase the font size and line height in code blocks */ 314 line-height: 1.5; 543 line-height: 11px; 562 line-height: 1; 761 /* Make long words always display on a single line, keep wrapping for multiple words */ 992 line-height: 1.4rem; 996 line-height: 1.5;
|
/Zephyr-latest/scripts/west_commands/ |
D | sdk.py | 486 def parse_sdk_entry(line): argument 493 for ent in line.split(","):
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/ |
D | linker.ld | 419 .line 0 : { *(.line) }
|
/Zephyr-latest/dts/arm/st/c0/ |
D | stm32c0.dtsi | 123 line-ranges = <0 2>, <2 2>, <4 12>; 172 alrm-exti-line = <19>;
|
/Zephyr-latest/boards/ezurio/bt610/doc/ |
D | bt610.rst | 364 A GPIO line is used to enable electronics associated with thermistor 421 enabled by setting the BATTERY_OUTPUT_ENABLE GPIO line. In addition, the 423 line. When 5V is not selected, the external power supply follows the 544 an appropriate line driver circuit for translation to RS232 levels. Refer to
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 80 The list of command line options supported by twister can be viewed using: 175 one of the values used for :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` when building on the command line 298 The ``--no-detailed-test-id`` command line option modifies the above rules in this way: 360 functional domains but can be anything. Command line invocations 369 passed in on the command line. Intended for time-consuming test scenarios that 448 test will be selectable using the command line option ``--level <level name>`` 878 filed and options passed in on the command line. If there is any confusion, 889 line break instead of white spaces. 903 based on command line arguments and the :ref:`test's configuration <test_config_args>`. Then, 910 Command line arguments define the initial scope in the following way: [all …]
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | l2cap_br.c | 891 const char *func, int line) in bt_l2cap_br_chan_set_state_debug() argument 907 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_br_chan_set_state_debug() 912 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_br_chan_set_state_debug() 918 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_br_chan_set_state_debug() 924 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_br_chan_set_state_debug() 928 LOG_ERR("%s()%d: unknown (%u) state was set", func, line, state); in bt_l2cap_br_chan_set_state_debug()
|
/Zephyr-latest/soc/nordic/nrf52/ |
D | Kconfig | 1 # Nordic Semiconductor nRF52 MCU line
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | fetch_and_get.rst | 65 * Driver dedicated threads will not have head of line blocking if the driver
|
/Zephyr-latest/cmake/modules/ |
D | west.cmake | 80 # will still work even after output is one line.
|
/Zephyr-latest/doc/develop/toolchains/ |
D | custom_cmake.rst | 53 add the set(TOOLCHAIN_USE_CUSTOM 1) cmake line to the generic.cmake and/or
|
/Zephyr-latest/boards/gd/gd32vf103c_starter/doc/ |
D | index.rst | 122 https://www.gigadevice.com/products/microcontrollers/gd32/risc-v/mainstream-line/
|
1...<<21222324252627282930>>...33