Home
last modified time | relevance | path

Searched full:ways (Results 1 – 25 of 30) sorted by relevance

12

/nrf52832-nimble/nordic/cmsis/include/
H A Dcore_cm7.h2128 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 Dcache_gcc.S138 mtctr r7 /* ways in the D cache */
/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Dpt-doc.txt145 Local continuations can be implemented in a variety of ways:
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_api.rst13 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 Dcache_gcc.S72 sw t7, 0x0(t0) #ways
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1b/
H A Dcache_gcc.S71 sw t7, 0x0(t0) #ways
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_gpiote.h300 * @details The input pin can act in two ways:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml139 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 Dapi.h146 * In the netconn implementation, there are three ways to block a client:
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dinstall-sh478 # We try this two ways since rm can't unlink itself on some
H A Ddepcomp204 ## 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 Dslipif.c40 * Usage: This netif can be used in three ways:
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/
H A Dslipif.c49 * Usage: This netif can be used in three ways:\n
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/
H A Dslipif.c49 * 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 Dapi.h159 * In the netconn implementation, there are three ways to block a client:
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt237 The position of a menu entry in the tree is determined in two ways. First
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dsensor.h171 * 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 Dppp_oe.c744 * 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 Dipv6cp.c1082 * may be other ways to obtain a persistent id. Right now, it
H A Dpppoe.c828 * 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 Dpppoe.c826 * We have two basic ways of retrying: in pppoe_timeout()
H A Dipv6cp.c1082 * may be other ways to obtain a persistent id. Right now, it
/nrf52832-nimble/rt-thread/
H A DChangeLog.md451 * 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 Da00142.html71 Local continuations can be implemented in a variety of ways:<p>
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dtrees.c269 * in two different ways: code 284 + 5 bits or code 285, so we in tr_static_init()

12