Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:__DCACHE_PRESENT
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H
A
D
armv7m_cachel1.h
141
#if defined (
__DCACHE_PRESENT
) && (
__DCACHE_PRESENT
== 1U)
in SCB_EnableDCache()
181
#if defined (
__DCACHE_PRESENT
) && (
__DCACHE_PRESENT
== 1U)
in SCB_DisableDCache()
249
#if defined (
__DCACHE_PRESENT
) && (
__DCACHE_PRESENT
== 1U)
in SCB_InvalidateDCache()
284
#if defined (
__DCACHE_PRESENT
) && (
__DCACHE_PRESENT
== 1U)
in SCB_CleanDCache()
319
#if defined (
__DCACHE_PRESENT
) && (
__DCACHE_PRESENT
in SCB_CleanInvalidateDCache()
[all...]
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_starmc1.h
276
#ifndef
__DCACHE_PRESENT
277
#define
__DCACHE_PRESENT
0U
macro
278
#warning "
__DCACHE_PRESENT
not defined in device header file; using default!"
3072
(defined (
__DCACHE_PRESENT
) && (
__DCACHE_PRESENT
== 1U)))
3179
#if defined (
__DCACHE_PRESENT
) && (
__DCACHE_PRESENT
== 1U)
in SCB_EnableDCache()
3219
#if defined (
__DCACHE_PRESENT
) && (
__DCACHE_PRESENT
== 1U)
in SCB_DisableDCache()
3257
#if defined (
__DCACHE_PRESENT
)
in SCB_InvalidateDCache()
[all...]
H
A
D
core_cm7.h
210
#ifndef
__DCACHE_PRESENT
211
#define
__DCACHE_PRESENT
0U
macro
212
#warning "
__DCACHE_PRESENT
not defined in device header file; using default!"
2234
(defined (
__DCACHE_PRESENT
) && (
__DCACHE_PRESENT
== 1U)))
H
A
D
core_cm85.h
248
#ifndef
__DCACHE_PRESENT
249
#define
__DCACHE_PRESENT
0U
macro
250
#warning "
__DCACHE_PRESENT
not defined in device header file; using default!"
4455
(defined (
__DCACHE_PRESENT
) && (
__DCACHE_PRESENT
== 1U)))
H
A
D
core_cm55.h
248
#ifndef
__DCACHE_PRESENT
249
#define
__DCACHE_PRESENT
0U
macro
250
#warning "
__DCACHE_PRESENT
not defined in device header file; using default!"
4420
(defined (
__DCACHE_PRESENT
) && (
__DCACHE_PRESENT
== 1U)))
Completed in 40 milliseconds