/nrf52832-nimble/nordic/cmsis/include/ |
H A D | core_cm7.h | 2128 uint32_t ways; in SCB_EnableDCache() local 2138 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_EnableDCache() 2141 ((ways << SCB_DCISW_WAY_Pos) & SCB_DCISW_WAY_Msk) ); in SCB_EnableDCache() 2145 } while (ways--); in SCB_EnableDCache() 2166 uint32_t ways; in SCB_DisableDCache() local 2178 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_DisableDCache() 2181 ((ways << SCB_DCCISW_WAY_Pos) & SCB_DCCISW_WAY_Msk) ); in SCB_DisableDCache() 2185 } while (ways--); in SCB_DisableDCache() 2203 uint32_t ways; in SCB_InvalidateDCache() local 2213 ways = (uint32_t)(CCSIDR_WAYS(ccsidr)); in SCB_InvalidateDCache() [all …]
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/ |
H A D | cache_gcc.S | 138 mtctr r7 /* ways in the D cache */
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | pt-doc.txt | 145 Local continuations can be implemented in a variety of ways:
|
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_api.rst | 13 Highlighted below are some of the ways you can use the API to establish connections and discover se…
|
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/ |
H A D | cache_gcc.S | 72 sw t7, 0x0(t0) #ways
|
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1b/ |
H A D | cache_gcc.S | 71 sw t7, 0x0(t0) #ways
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_gpiote.h | 300 * @details The input pin can act in two ways:
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 139 ways that the node will be used and what kind of power source it
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | api.h | 146 * In the netconn implementation, there are three ways to block a client:
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/ |
H A D | install-sh | 478 # We try this two ways since rm can't unlink itself on some
|
H A D | depcomp | 204 ## There are various ways to get dependency output from gcc. Here's
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ |
H A D | slipif.c | 40 * Usage: This netif can be used in three ways:
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ |
H A D | slipif.c | 49 * Usage: This netif can be used in three ways:\n
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ |
H A D | slipif.c | 49 * Usage: This netif can be used in three ways:\n
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | api.h | 159 * In the netconn implementation, there are three ways to block a client:
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig-language.txt | 237 The position of a menu entry in the tree is determined in two ways. First
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | sensor.h | 171 * Sensors can report events in different ways called trigger modes,
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | ppp_oe.c | 744 * We have two basic ways of retrying: in pppoe_timeout()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | ipv6cp.c | 1082 * may be other ways to obtain a persistent id. Right now, it
|
H A D | pppoe.c | 828 * We have two basic ways of retrying: in pppoe_timeout()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | pppoe.c | 826 * We have two basic ways of retrying: in pppoe_timeout()
|
H A D | ipv6cp.c | 1082 * may be other ways to obtain a persistent id. Right now, it
|
/nrf52832-nimble/rt-thread/ |
H A D | ChangeLog.md | 451 * Use fops for file operation. There are two ways to visit device object: rt_device_* API, the file…
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | a00142.html | 71 Local continuations can be implemented in a variety of ways:<p>
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | trees.c | 269 * in two different ways: code 284 + 5 bits or code 285, so we in tr_static_init()
|