Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 22 of 22) sorted by relevance

/Zephyr-Core-3.6.0/lib/utils/
Djson.c54 static void emit(struct json_lexer *lex, enum json_tokens token) in emit() function
100 emit(lex, JSON_TOK_ERROR); in lexer_string()
140 emit(lex, JSON_TOK_STRING); in lexer_string()
150 emit(lex, JSON_TOK_ERROR); in lexer_string()
172 emit(lex, JSON_TOK_TRUE); in lexer_boolean()
178 emit(lex, JSON_TOK_FALSE); in lexer_boolean()
184 emit(lex, JSON_TOK_ERROR); in lexer_boolean()
191 emit(lex, JSON_TOK_ERROR); in lexer_null()
195 emit(lex, JSON_TOK_NULL); in lexer_null()
209 emit(lex, JSON_TOK_NUMBER); in lexer_number()
[all …]
/Zephyr-Core-3.6.0/doc/services/tracing/
Dindex.rst65 - process each field in some way (e.g. sync-push emit, concat, enqueue to
67 - perform actions at transaction-stop (e.g. mutex-release, emit of concat
87 How to serialize and emit fields as well as handling alignment, can be done
336 ``lock(); emit(a); emit(b); emit(c); release();``
343 ``emit(a,thread_id); emit(b,thread_id); emit(c,thread_id);``
348 ``emit(a ## b ## c); /* Concat to buffer */``
350 ``lock(); emit(a); emit(b); emit(c); release(); /* No extra mem */``
355 ``emit(a ## b ## c, thread_id);``
/Zephyr-Core-3.6.0/arch/xtensa/core/
Dxtensa_intgen.tmpl8 * this does is emit records for which interrupts are at which level,
/Zephyr-Core-3.6.0/cmake/linker/armlink/
Dtarget.cmake90 # Resolving symbols using generated steering files will emit the warnings 6331 and 6332.
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/
DKconfig85 instruction to emit the passed data to the standard output
/Zephyr-Core-3.6.0/subsys/net/ip/
DKconfig.mgmt42 bool "Trigger callback on event emit"
/Zephyr-Core-3.6.0/arch/x86/zefi/
DREADME.txt6 the symbol table) for the target as its sole argument. It will emit a
/Zephyr-Core-3.6.0/soc/riscv/openisa_rv32m1/
Dlinker.ld258 * Pulpino toolchains emit these sections; we don't care about them,
/Zephyr-Core-3.6.0/include/zephyr/arch/arm64/scripts/
Dlinker.ld177 * above, which may emit "GOT indirections" for the weak symbol
/Zephyr-Core-3.6.0/soc/arm64/nxp_imx/mimx9/
Dlinker.ld168 * above, which may emit "GOT indirections" for the weak symbol
/Zephyr-Core-3.6.0/arch/posix/
DCMakeLists.txt180 # we need to emit PIC code. This limitation is undocumented and
/Zephyr-Core-3.6.0/scripts/west_commands/
Drun_common.py65 def emit(self, record): member in WestLogHandler
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/ace/
Dace-link.ld34 * including alignment to a cache line. Be sure to also emit the
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/cavs/include/
Dxtensa-cavs-linker.ld34 * including alignment to a cache line. Be sure to also emit the
/Zephyr-Core-3.6.0/include/zephyr/arch/x86/ia32/
Dlinker.ld34 * emit an undefined symbol error.
/Zephyr-Core-3.6.0/arch/x86/
DKconfig303 printk to emit messages to the 16550 UART port 0 instance in device
/Zephyr-Core-3.6.0/
DKconfig.zephyr813 This tells the build system to emit all possible syscalls found
DCMakeLists.txt717 $<$<BOOL:${CONFIG_EMIT_ALL_SYSCALLS}>:--emit-all-syscalls>
/Zephyr-Core-3.6.0/kernel/
DKconfig1022 If stack canaries are supported by the compiler, it will emit
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-3.4.rst747 might wrongly emit a warning about a ``boards`` directory not being found.
Drelease-notes-3.6.rst467 * Added support to handle controller abort where the target does not emit
Drelease-notes-3.5.rst2307 need a :dtcompatible:`zephyr,kscan-input` child node to emit input events.