Home
last modified time | relevance | path

Searched full:store (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/nrf52832-nimble/rt-thread/libcpu/risc-v/e310/
H A Dinterrupt_gcc.S21 STORE x1, 1 * REGBYTES(sp)
23 STORE t0, 2 * REGBYTES(sp)
25 STORE x4, 4 * REGBYTES(sp)
26 STORE x5, 5 * REGBYTES(sp)
27 STORE x6, 6 * REGBYTES(sp)
28 STORE x7, 7 * REGBYTES(sp)
29 STORE x8, 8 * REGBYTES(sp)
30 STORE x9, 9 * REGBYTES(sp)
31 STORE x10, 10 * REGBYTES(sp)
32 STORE x11, 11 * REGBYTES(sp)
[all …]
/nrf52832-nimble/rt-thread/libcpu/risc-v/rv32m1/
H A Dinterrupt_gcc.S21 STORE x1, 1 * REGBYTES(sp)
23 STORE t0, 2 * REGBYTES(sp)
25 STORE x4, 4 * REGBYTES(sp)
26 STORE x5, 5 * REGBYTES(sp)
27 STORE x6, 6 * REGBYTES(sp)
28 STORE x7, 7 * REGBYTES(sp)
29 STORE x8, 8 * REGBYTES(sp)
30 STORE x9, 9 * REGBYTES(sp)
31 STORE x10, 10 * REGBYTES(sp)
32 STORE x11, 11 * REGBYTES(sp)
[all …]
/nrf52832-nimble/rt-thread/libcpu/risc-v/k210/
H A Dinterrupt_gcc.S22 STORE x1, 1 * REGBYTES(sp)
24 STORE t0, 2 * REGBYTES(sp)
26 STORE x4, 4 * REGBYTES(sp)
27 STORE x5, 5 * REGBYTES(sp)
28 STORE x6, 6 * REGBYTES(sp)
29 STORE x7, 7 * REGBYTES(sp)
30 STORE x8, 8 * REGBYTES(sp)
31 STORE x9, 9 * REGBYTES(sp)
32 STORE x10, 10 * REGBYTES(sp)
33 STORE x11, 11 * REGBYTES(sp)
[all …]
/nrf52832-nimble/rt-thread/libcpu/risc-v/common/
H A Dcontext_gcc.S113 STORE sp, (a0)
115 STORE x1, 0 * REGBYTES(sp)
116 STORE x1, 1 * REGBYTES(sp)
123 STORE a0, 2 * REGBYTES(sp)
125 STORE x4, 4 * REGBYTES(sp)
126 STORE x5, 5 * REGBYTES(sp)
127 STORE x6, 6 * REGBYTES(sp)
128 STORE x7, 7 * REGBYTES(sp)
129 STORE x8, 8 * REGBYTES(sp)
130 STORE x9, 9 * REGBYTES(sp)
[all …]
H A Dcpuport.h18 #define STORE sd macro
22 #define STORE sw macro
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_store.h42 * the following store object types:
67 * following store object types:
93 * store object type.
114 * This struct corresponds to the BLE_STORE_OBJ_TYPE_CCCD store object type.
124 * Used as a key for store lookups. This union must be accompanied by an
182 * Searches the store for an object matching the specified criteria. If a
183 * match is found, it is read from the store and the dst parameter is populated
202 * Writes the specified object to the store. If an object with the same
203 * identity is already in the store, it is replaced. If the store lacks
217 * Searches the store for the first object matching the specified criteria. If
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/ram/
H A Dpkg.yml20 pkg.name: nimble/host/store/ram
22 DEPRECATED; for a RAM-only BLE store, use store/config and set
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dasm.h131 * Use the following macros in assemblercode to load/store registers,
141 * How to add/sub/load/store/shift C int variables.
161 * How to add/sub/load/store/shift C long variables.
186 * How to add/sub/load/store/shift pointers.
/nrf52832-nimble/rt-thread/examples/nanopb/
H A Dsimple.c9 /* This is the buffer where we will store our message. */ in nanopb_test()
16 /* Allocate space on the stack to store the message data. in nanopb_test()
40 /* Now we could transmit the message over network, store it in a file or in nanopb_test()
/nrf52832-nimble/rt-thread/libcpu/mips/pic32/
H A Dexceptions.c47 EXCEP_AdES, // address error exception (store)
49 EXCEP_DBE, // bus error (load/store)
79 case EXCEP_AdES:rt_kprintf("address error exception (store)\r\n");break; in _general_exception_handler()
81 case EXCEP_DBE:rt_kprintf("bus error (load/store)\r\n");break; in _general_exception_handler()
H A Dcontext_gcc.S50 sw sp, 0(a0) /* store sp in preempted tasks TCB */
112 sw sp, 0(k1) /* store sp in preempted tasks's TCB */
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc_V6.h863 … If required, a debugger can use it to store additional information about the breakpoint.
938 \param [in] value Value to store
949 \param [in] value Value to store
960 \param [in] value Value to store
1073 \param [in] value Value to store
1085 \param [in] value Value to store
1097 \param [in] value Value to store
1156 \brief Store-Release (8 bit)
1158 \param [in] value Value to store
1168 \brief Store-Release (16 bit)
[all …]
H A Dcmsis_armcc.h425 … If required, a debugger can use it to store additional information about the breakpoint.
510 \param [in] value Value to store
525 \param [in] value Value to store
540 \param [in] value Value to store
625 \param [in] value Value to store
634 \param [in] value Value to store
643 \param [in] value Value to store
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Dcore_cmInstr.h169 … If required, a debugger can use it to store additional information about the breakpoint.
220 \param [in] value Value to store
232 \param [in] value Value to store
244 \param [in] value Value to store
473 … If required, a debugger can use it to store additional information about the breakpoint.
562 \param [in] value Value to store
580 \param [in] value Value to store
598 \param [in] value Value to store
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dmips_excpt.c49 /* 3 */ "TLB Store",
51 /* 5 */ "Address Store",
120 rt_kprintf("tlb exception: store\n"); in tlbs_handler()
153 rt_kprintf("address error exception: store\n"); in ades_handler()
316 …case EX_TLBS: /* TLB exception (store) … in mips_exception_handler()
321 …case EX_ADES: /* Address error (store) … in mips_exception_handler()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_store_util.c103 * Deletes all entries from the store that are attached to the specified peer
142 * Deletes all entries from the store that match the specified key.
144 * @param type The type of store entry to delete.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/netbiosns/
H A Dnetbiosns.c190 /* Do we have room to store the character? */ in netbiosns_name_decode()
192 /* Yes - store the character. */ in netbiosns_name_decode()
227 /* Do we have room to store the character? */
232 /* Yes - store the character. */
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dcontext_gcc.S45 sw sp, 0(a0) /* store sp in preempted tasks TCB */
134 sw sp, 0(k1) /* store sp in preempted tasks's TCB */
H A Dstart_gcc.S42 cache 0x8, 0(t0) /* index store icache tag */
43 cache 0x9, 0(t0) /* index store dcache tag */
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1b/
H A Dcontext_gcc.S53 sw sp, 0(a0) /* store sp in preempted tasks TCB */
137 sw sp, 0(k1) /* store sp in preempted tasks's TCB */
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dcontext_gcc.S62 sw sp, 0(a0) /* store sp in preempted tasks TCB */
149 sw sp, 0(k1) /* store sp in preempted tasks's TCB */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dcfg_srv.c245 u8_t retransmit, bool store) in _mod_pub_set() argument
276 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in _mod_pub_set()
307 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in _mod_pub_set()
346 u8_t mod_unbind(struct bt_mesh_model *model, u16_t key_idx, bool store) in mod_unbind() argument
350 BT_DBG("model %p key_idx 0x%03x store %u", model, key_idx, store); in mod_unbind()
363 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in mod_unbind()
369 0, 0, 0, 0, 0, store); in mod_unbind()
536 bool store; member
544 mod_unbind(mod, data->app_idx, data->store); in _mod_unbind()
547 void bt_mesh_app_key_del(struct bt_mesh_app_key *key, bool store) in bt_mesh_app_key_del() argument
[all …]
/nrf52832-nimble/rt-thread/examples/libc/
H A Dex4.c27 because all threads store "accu" at the same location.
56 /* Store the buffer pointer in the thread-specific data. */ in str_accumulate()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dnetdb.c151 * @param ret pre-allocated struct where to store the result
152 * @param buf pre-allocated buffer where to store additional data
156 * @param h_errnop pointer to an int where to store errors (instead of modifying
263 * @param res pointer to a pointer where to store the result (set to NULL on failure)
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/
H A Dsnmpv3_dummy.c94 * Store engine ID in persistence
117 * Store engine boots in persistence

12345678910>>...12