Home
last modified time | relevance | path

Searched refs:STR (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/arch/arc/include/
Dswap_macros.h29 STR r13, sp, ___callee_saved_stack_t_r13_OFFSET
30 STR r14, sp, ___callee_saved_stack_t_r14_OFFSET
31 STR r15, sp, ___callee_saved_stack_t_r15_OFFSET
32 STR r16, sp, ___callee_saved_stack_t_r16_OFFSET
33 STR r17, sp, ___callee_saved_stack_t_r17_OFFSET
34 STR r18, sp, ___callee_saved_stack_t_r18_OFFSET
35 STR r19, sp, ___callee_saved_stack_t_r19_OFFSET
36 STR r20, sp, ___callee_saved_stack_t_r20_OFFSET
37 STR r21, sp, ___callee_saved_stack_t_r21_OFFSET
38 STR r22, sp, ___callee_saved_stack_t_r22_OFFSET
[all …]
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_internal.h76 #define GET_UT8STR_BUFFER_SIZE(STR) (sizeof(uint16_t) + (STR)->size) argument
79 #define GET_BINSTR_BUFFER_SIZE(STR) ((STR)->len) argument
/Zephyr-latest/arch/arc/core/
Dregular_irq.S299 STR 0, sp, ___isf_t_lp_end_OFFSET
308 STR r13, sp, ___isf_t_r13_OFFSET
Dfault_s.S45 STR r0, sp, ___isf_t_pc_OFFSET
47 STR r0, sp, ___isf_t_status32_OFFSET
124 STR r2, r2, ___thread_t_switch_handle_OFFSET
/Zephyr-latest/include/zephyr/arch/arc/asm-compat/
Dasm-macro-64-bit-gnu.h23 .macro STR\aa d, s, off=0
33 .macro STR d, s, off=0
38 STR.as \d, \s, \off / 8
Dasm-macro-32-bit-mwdt.h21 .macro STR, d, s, off
Dasm-macro-64-bit-mwdt.h21 .macro STR, d, s, off
Dasm-macro-32-bit-gnu.h23 .macro STR\aa d, s, off=0
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_broadcast_sink/src/
Dbroadcast_sink_test.c65 "waits for " STR(WAIT_TIME) " seconds, and checks how "
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_unicast_client/src/
Dunicast_client_sample_test.c65 "waits for " STR(WAIT_TIME) " seconds, and checks how "
/Zephyr-latest/tests/bsim/bluetooth/samples/central_hr_peripheral_hr/src/
Dsample_test.c64 "waits for " STR(WAIT_TIME) " seconds, and checks how "
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/acceptor/src/
Dcap_acceptor_sample_test.c86 "waits for " STR(WAIT_TIME) " seconds, and checks how "
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/initiator/src/
Dcap_initiator_sample_test.c85 "waits for " STR(WAIT_TIME) " seconds, and checks how "
/Zephyr-latest/tests/bsim/net/sockets/echo_test/src/
Decho_test.c79 "waits for " STR(WAIT_TIME) " seconds, and checks how "
/Zephyr-latest/drivers/flash/
DKconfig.mcux84 Select the MX25UM51345G octal flash operation mode(Octal I/O STR
88 bool "STR"
/Zephyr-latest/soc/espressif/common/
DKconfig.esptool20 mode to "OPI" and the sample mode will be STR.
25 in `ESPTOOLPY_FLASH_SAMPLE_MODE`. Otherwise, only `STR` mode is available.
62 bool "STR Mode"
/Zephyr-latest/subsys/bindesc/
Dbindesc_read.c187 .tag = BINDESC_TAG(STR, id), in bindesc_find_str()
/Zephyr-latest/include/zephyr/
Dbindesc.h186 .tag = BINDESC_TAG(STR, id), \
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst245 …"``STR``", "Credential is handled by shell as literal string and stored without NULL termination."…
253 - To install printable pre-shared-keys, use ``STR`` to enter the PSK without first encoding it.
/Zephyr-latest/doc/develop/west/
Dzephyr-cmds.rst209 west bindesc custom_search STR 0x200 build/zephyr/zephyr.bin
/Zephyr-latest/doc/services/binary_descriptors/
Dindex.rst30 $ west bindesc custom_search STR 2 build/zephyr/zephyr.bin
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst92 * Fixed STR assembly macro offset calculation issue which may cause build error for ARCv3 64bit
Drelease-notes-3.2.rst2002 * :github:`49406` - flash_stm32_ospi: OSPI wr in OPI/STR mode is for 32bit address only