Home
last modified time | relevance | path

Searched refs:line (Results 601 – 625 of 819) sorted by relevance

1...<<21222324252627282930>>...33

/Zephyr-latest/dts/xtensa/intel/
Dintel_adsp_ace20_lnl.dtsi20 i-cache-line-size = <64>;
21 d-cache-line-size = <64>;
/Zephyr-latest/dts/arm/st/wb/
Dstm32wb.dtsi185 line-ranges = <0 1>, <1 1>, <2 1>, <3 1>,
294 alrm-exti-line = <17>;
/Zephyr-latest/boards/nxp/mimxrt595_evk/doc/
Dindex.rst34 - Stereo audio codec with line-In/ line-Out/ and Microphone
/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c81 const char *file, int line, const char *str) in my_debug() argument
101 mbedtls_printf("%s:%04d: |%d| %s\n", basename, line, level, str); in my_debug()
/Zephyr-latest/doc/develop/tools/
Dcoccinelle.rst86 file:line:column-column: message
199 Using ``coccicheck`` is best as it provides in the spatch command line
373 file:line:column-column: message
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_mi.c74 int line) in gptp_change_port_state_debug() argument
88 state2str(state), caller, line); in gptp_change_port_state_debug()
100 int line) in gptp_change_pa_info_state_debug() argument
115 pa_info_state2str(state), caller, line); in gptp_change_pa_info_state_debug()
Dgptp_messages.c148 int line) in setup_gptp_frame_debug() argument
161 NET_BUF_TIMEOUT, caller, line); in setup_gptp_frame_debug()
/Zephyr-latest/doc/develop/west/
Dwithout-west.rst123 line like ``west build -t flash``. In that case, west is run twice:
/Zephyr-latest/boards/renesas/ek_ra4e2/doc/
Dindex.rst164 …en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ra4e2-entry-line-100mhz-arm-cortex-m…
/Zephyr-latest/boards/renesas/ek_ra6e2/doc/
Dindex.rst164 …en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ra6e2-entry-line-200mhz-arm-cortex-m…
/Zephyr-latest/boards/renesas/fpb_ra6e2/doc/
Dindex.rst151 …en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ra6e2-entry-line-200mhz-arm-cortex-m…
/Zephyr-latest/cmake/flash/
DCMakeLists.txt122 # one per line.
/Zephyr-latest/doc/build/signing/
Dindex.rst42 - :kconfig:option:`CONFIG_MCUBOOT_EXTRA_IMGTOOL_ARGS`: optional additional command line arguments
/Zephyr-latest/boards/st/nucleo_g031k8/doc/
Dindex.rst153 On some boards, the board reset line is not used by the controller.
/Zephyr-latest/boards/st/stm32h735g_disco/doc/
Dindex.rst151 …reference_manual/dm00603761-stm32h723733-stm32h725735-and-stm32h730-value-line-advanced-armbased-3…
/Zephyr-latest/boards/96boards/wistrio/doc/
D96b_wistrio.rst151 …lashing the :zephyr:code-sample:`hello_world` application using `stm32flash`_ command line utility:
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/
Ddebug-with-arm-ds.rst104 …to see all command line options. Run ``FVP_BaseR_AEMv8R --list-params`` to see all supported param…
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf5340bsim.rst79 this with either :kconfig:option:`CONFIG_NATIVE_SIMULATOR_AUTOSTART_MCU`, or the command line
/Zephyr-latest/tests/drivers/build_all/display/
Dapp.overlay148 start-line = <0>;
/Zephyr-latest/boards/atmel/sam/sam4e_xpro/doc/
Dindex.rst105 (flash erasing procedure is started when the erase line is asserted for at
/Zephyr-latest/boards/raspberrypi/rpi_pico/doc/
Dindex.rst200 Create a file in /etc/udev.rules.d with any name, and write the line below.
292 You can also debug with OpenOCD and gdb launching from command-line.
/Zephyr-latest/boards/altr/max10/doc/
Dindex.rst227 Breakpoint 1 at 0xdf0: file /projects/zephyr/arch/nios2/core/prep_c.c, line 36.
229 Breakpoint 2 at 0x1254: file /projects/zephyr/kernel/init.c, line 348.
/Zephyr-latest/dts/arm/st/f4/
Dstm32f4.dtsi148 line-ranges = <0 1>, <1 1>, <2 1>, <3 1>,
532 alrm-exti-line = <17>;
/Zephyr-latest/doc/
Dzephyr.doxyfile.in53 # Using the PROJECT_BRIEF tag one can provide an optional one line description
202 # first line (until the first dot) of a Javadoc-style comment as the brief
210 # If the JAVADOC_BANNER tag is set to YES then Doxygen will interpret a line
221 # line (until the first dot) of a Qt-style comment as the brief description. If
229 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
231 # to treat a multi-line C++ comment block as a detailed description. Set this
934 # can produce. The string should contain the $file, $line, and $text tags, which
935 # will be replaced by the file and line number from which the warning originated
940 # The default value is: $file:$line: $text.
942 WARN_FORMAT = "$file:$line: $text"
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c198 const char *func, int line) in bt_l2cap_chan_set_state_debug() argument
212 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_chan_set_state_debug()
217 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_chan_set_state_debug()
223 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_chan_set_state_debug()
229 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_chan_set_state_debug()
233 LOG_ERR("%s()%d: unknown (%u) state was set", func, line, state); in bt_l2cap_chan_set_state_debug()

1...<<21222324252627282930>>...33