Searched full:stores (Results 1 – 25 of 115) sorted by relevance
12345
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/ |
D | swap.c | 17 * It simply stores the intlock key (the BASEPRI value) parameter into 27 * outgoing thread. This is all performed by the hardware, which stores it in
|
/Zephyr-Core-3.5.0/tests/arch/arc/arc_dsp_sharing/src/ |
D | dsp_regs_arc.h | 47 * This function stores all DSP and AGU registers to the memory buffer 68 * specified by @a regs, and then stores them back to that buffer.
|
/Zephyr-Core-3.5.0/tests/bluetooth/mesh/rpl/src/ |
D | main.c | 258 /** Test that RPL accepts and stores a valid entry that was just deleted. The entry should be 285 /** Test that RPL accepts and stores a valid entry that was just stored. The entry should be stored 311 /** Test that RPL accepts and stores a valid entry that has not yet been deleted. The entry should 342 /* Test that RPL accepts and stores a valid entry that has not yet been stored. The entry should be 373 /** Test that RPL accepts and stores a valid entry that has been deleted during the reset operation. 406 /** Test that RPL accepts and stores a valid entry that has been stored during the reset operation. 437 /** Test that RPL accepts and stores a new entry when the reset operation is not yet finished. */
|
/Zephyr-Core-3.5.0/drivers/adc/ |
D | Kconfig.nrfx | 22 needs a dedicated structure in RAM that stores the ADC settings
|
/Zephyr-Core-3.5.0/tests/kernel/fpu_sharing/generic/src/ |
D | float_regs_arm_gcc.h | 77 * This function stores ALL floating point registers to the memory buffer 99 * specified by @a regs, and then stores them back to that buffer.
|
D | float_regs_arc_gcc.h | 64 * This function stores ALL floating point registers to the memory buffer 97 * specified by @a regs, and then stores them back to that buffer.
|
D | float_regs_arm64_gcc.h | 62 * This function stores ALL floating point registers to the memory buffer 99 * specified by @a regs, and then stores them back to that buffer.
|
D | float_regs_x86_gcc.h | 70 * specified by @a regs, and then stores them back to that buffer. 124 * This function stores ALL floating point registers to the memory buffer
|
D | float_regs_xtensa.h | 55 * This function stores ALL floating point registers to the memory buffer 89 * specified by @a regs, and then stores them back to that buffer.
|
D | float_regs_riscv_gcc.h | 126 * This function stores ALL floating point registers to the memory buffer 212 * specified by @a regs, and then stores them back to that buffer.
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/ |
D | priv_proxy_net_id.sh | 12 # 2. RX device scans for a single Net ID advertisment and stores
|
D | priv_proxy_node_id.sh | 14 # 2. RX device scans for a single Private Node ID advertisement and stores
|
/Zephyr-Core-3.5.0/include/zephyr/mgmt/mcumgr/transport/ |
D | smp.h | 45 * (e.g., the BLE transport stores the peer address). 59 * stores the connection reference that has to be incremented when is going 75 * transport stores the connection reference that has to be decreased).
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_types.h | 92 * Stores features supported by peer device. The content of the member may be 97 * Stores features common for two connected devices. Before feature exchange 98 * procedure is completed, the member stores information about all features
|
D | lll_sync.h | 67 /* Member stores one additional IQ report rx node for notification of insufficient
|
/Zephyr-Core-3.5.0/subsys/console/ |
D | getline.c | 42 * stores UART input in it until EOL, and then puts it into in console_getline_init()
|
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt/ |
D | Kconfig | 48 disconnects, the message broker stores unacknowledged QoS 1 messages
|
/Zephyr-Core-3.5.0/include/zephyr/arch/sparc/ |
D | thread.h | 41 * stores safely in the context switch.
|
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | CMakeLists.txt | 49 # consecutive 32-byte loads and stores. Saving and restoring the Advanced SIMD
|
/Zephyr-Core-3.5.0/arch/sparc/core/ |
D | stack_offsets.h | 57 * The flat ABI stores and loads "local" and "in" registers in the save area as
|
/Zephyr-Core-3.5.0/doc/kernel/data_structures/ |
D | slist.rst | 7 singly-linked list data (i.e. data where each list element stores a 70 "head" and "tail" pointer fields. And a :c:struct:`sys_snode_t` stores only a
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_df_types.h | 146 /* Stores information if the RX configuration was set at least once. 177 /* Stores information if the TX configuration was set at least once.
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | barrier.h | 51 * blocking execution of any further instructions, not just loads or stores, or
|
/Zephyr-Core-3.5.0/drivers/console/ |
D | rtt_console.c | 58 * assumes that the host is inactive and stores that in rtt_console_out()
|
/Zephyr-Core-3.5.0/drivers/dma/ |
D | dma_stm32_bdma.h | 22 int mux_channel; /* stores the dmamux channel */
|
12345