/nrf52832-nimble/rt-thread/libcpu/arm/armv6/ |
H A D | mmu.h | 102 …(SECT_AP_RW|PGD_DOMAIN(0)|PGD_SECT_WB|PGD_TYPE_SECT) /* Read/Write/executable, cache, write back */ 107 …SECT_AP_RW|PGD_DOMAIN(0)|PGD_SECT_WB|PGD_TYPE_SECT|PGD_SECT_XN) /* Read/Write, cache, write back */ 113 … (SECT_AP_RO|PGD_DOMAIN(0)|PGD_SECT_WB|PGD_TYPE_SECT) /* Read Only/executable, cache, write back */ 118 …(SECT_AP_RO|PGD_DOMAIN(0)|PGD_SECT_WB|PGD_TYPE_SECT|PGD_SECT_XN) /* Read Only, cache, write back */ 136 …PAGE_RWX_CB (PAGE_AP_RW|PAGE_CB|PTE_TYPE_SMALL) /* Read/Write/executable, cache, write back */ 141 …PAGE_RWNX_CB (PAGE_AP_RW|PAGE_CB|PTE_TYPE_SMALL|PTE_EXT_XN) /* Read/Write, cache, write back */ 147 … PAGE_ROX_CB (PAGE_AP_RO|PAGE_CB|PTE_TYPE_SMALL) /* Read Only/executable, cache, write back */ 152 … PAGE_RONX_CB (PAGE_AP_RO|PAGE_CB|PTE_TYPE_SMALL|PTE_EXT_XN) /* Read Only, cache, write back */ 175 #define RW_CB (AP_RW|DOMAIN0|CB|DESC_SEC) /* Read/Write, cache, write back */
|
H A D | mmu.c | 267 /* write back to control register */ in mmu_enable() 280 /* write back to control register */ in mmu_disable() 293 /* write back to control register */ in mmu_enable_icache() 306 /* write back to control register */ in mmu_enable_dcache() 319 /* write back to control register */ in mmu_disable_icache() 332 /* write back to control register */ in mmu_disable_dcache() 345 /* write back to control register */ in mmu_enable_alignfault() 358 /* write back to control register */ in mmu_disable_alignfault()
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/telnetd/ |
H A D | uip_shell.h | 7 * a shell back-end in the architecture specific files of a Contiki 57 * Start the shell back-end. 68 * back-end. 85 * can be called by the shell back-end to output a string in the 96 * This function can be used by the shell back-end to print out a
|
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/ |
H A D | mmu.c | 59 /* write back to control register */ in mmu_enable() 72 /* write back to control register */ in mmu_disable() 85 /* write back to control register */ in mmu_enable_icache() 98 /* write back to control register */ in mmu_enable_dcache() 111 /* write back to control register */ in mmu_disable_icache() 124 /* write back to control register */ in mmu_disable_dcache() 137 /* write back to control register */ in mmu_enable_alignfault() 150 /* write back to control register */ in mmu_disable_alignfault() 340 //If write-back is used,the DCache should be cleared. in rt_hw_mmu_init()
|
/nrf52832-nimble/rt-thread/libcpu/arm/dm36x/ |
H A D | mmu.c | 267 /* write back to control register */ in mmu_enable() 280 /* write back to control register */ in mmu_disable() 293 /* write back to control register */ in mmu_enable_icache() 306 /* write back to control register */ in mmu_enable_dcache() 319 /* write back to control register */ in mmu_disable_icache() 332 /* write back to control register */ in mmu_disable_dcache() 345 /* write back to control register */ in mmu_enable_alignfault() 358 /* write back to control register */ in mmu_disable_alignfault()
|
H A D | mmu.h | 101 … (SECT_AP_RW|PGD_DOMAIN(0)|PGD_SECT_WB|PGD_TYPE_SECT|PGD_BIT4) /* Read/Write, cache, write back */ 106 … (SECT_AP_RO|PGD_DOMAIN(0)|PGD_SECT_WB|PGD_TYPE_SECT|PGD_BIT4) /* Read Only, cache, write back */ 124 #define PAGE_RW_CB (PAGE_AP_RW|PAGE_CB|PTE_TYPE_SMALL) /* Read/Write, cache, write back */ 130 #define PAGE_RO_CB (PAGE_AP_RO|PAGE_CB|PTE_TYPE_SMALL) /* Read Only, cache, write back */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/ |
H A D | syscfg.yml | 39 20 or 21 and back to low state on radio EVENTS_READY. 46 to high state on radio EVENTS_ADDRESS and back to low state 54 to high state on radio EVENTS_RXREADY and back to low
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_pool.c | 187 * \brief Puts a buffer back to the memory pool. 189 * \param[in] p buffer to put back 209 * \brief Puts a buffer back to the memory pool. 213 * \param[in] p buffer to put back 370 * \brief put all memory block back, return how many memory blocks were put back
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_mempool.h | 92 * freed back to. 100 * released back to its pool. 234 * Puts the memory block back into the pool, ignoring the put callback, if any. 246 * Puts the memory block back into the pool
|
/nrf52832-nimble/rt-thread/examples/libc/ |
H A D | dirent.c | 36 printf("going back past 4-th entry...\n"); in libc_dirent() 38 /* go back to saved entry */ in libc_dirent()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | gzio.c | 71 int back; /* one character push-back */ member 72 int last; /* true if push-back is last character */ 122 s->back = EOF; 412 if (s->stream.avail_out && s->back != EOF) { 413 *next_out++ = s->back; 416 s->back = EOF; 513 Push one byte back onto the stream. 521 if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF; 522 s->back = c; 816 s->back = EOF; [all …]
|
H A D | inffast.c | 178 strm->msg = (char *)"invalid distance too far back"; 188 op = dist - op; /* distance back in window */ 190 strm->msg = (char *)"invalid distance too far back"; 287 /* return unused bytes (on entry, bits < 8, so in won't go too far back) */
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | a00107.html | 25 Some of the functions declared in this file must be implemented as a shell back-end in the architec… 39 <tr><td class="mdescLeft"> </td><td class="mdescRight">Start the shell back-end. <a href="#d1… 119 … / telnet server whan a command has been entered that should be processed by the shell back-end.<p> 171 This function is implemented by the shell GUI / telnet server and can be called by the shell back-e… 213 This function can be used by the shell back-end to print out a prompt to the shell window.<p> 252 Start the shell back-end.
|
H A D | a00177.html | 27 <a name="l00007"></a>00007 <span class="comment"> * a shell back-end in the architecture specific f… 77 <a name="l00057"></a>00057 <span class="comment"> * Start the shell back-end.</span> 88 <a name="l00068"></a>00068 <span class="comment"> * back-end.</span> 105 <a name="l00085"></a>00085 <span class="comment"> * can be called by the shell back-end to output a… 116 <a name="l00096"></a>00096 <span class="comment"> * This function can be used by the shell back-end…
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_pwm.h | 228 * sequences must be used (single sequence can be played back only once by 230 * played back as both sequence 0 and sequence 1. Consequently, if end of 247 * @param[in] p_sequence Sequence to be played back. 274 * @param[in] p_sequence_0 First sequence to be played back. 275 * @param[in] p_sequence_1 Second sequence to be played back.
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | os_cputime_pwr2.c | 53 * add residual back. Adding back the residual is commented out below, but in os_cputime_usecs_to_ticks()
|
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/ |
H A D | start_gcc.S | 157 /* come back to SVC mode */ 219 @ back to vmm domain as we need access rt_current_thread 235 @ switch back if the interrupted thread is not vmm
|
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/ |
H A D | mmu.c | 85 /* write back to control register */ in mmu_enable_alignfault() 98 /* write back to control register */ in mmu_disable_alignfault()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/ram/src/ |
H A D | ble_hci_ram.c | 166 * buffer to send back the command complete/status as an immediate in ble_hci_trans_buf_free() 168 * could always send back one of these events when a command was received. in ble_hci_trans_buf_free()
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m4/ |
H A D | context_rvds.S | 176 MSR CONTROL, r2 ; write-back 194 STR r1, [r0] ; write-back
|
H A D | context_iar.S | 176 MSR CONTROL, r2 ; write-back 194 STR r1, [r0] ; write-back
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m7/ |
H A D | context_rvds.S | 176 MSR CONTROL, r2 ; write-back 194 STR r1, [r0] ; write-back
|
H A D | context_iar.S | 176 MSR CONTROL, r2 ; write-back 194 STR r1, [r0] ; write-back
|
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/ |
H A D | start_gcc.S | 55 mcr p15, 0, r0, c1, c0, 0 /* write value back */ 123 @ Switch back to SVC
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/ |
H A D | FILES | 2 you use the lowel-level call-back/raw API.
|