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:SCB_CCR_DC_Msk
(Results
1 - 8
of
8
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H
A
D
armv7m_cachel1.h
146
if (SCB->CCR &
SCB_CCR_DC_Msk
) return; /* return if DCache is already enabled */
in SCB_EnableDCache()
167
SCB->CCR |= (uint32_t)
SCB_CCR_DC_Msk
; /* enable D-Cache */
in SCB_EnableDCache()
195
SCB->CCR &= ~(uint32_t)
SCB_CCR_DC_Msk
; /* disable D-Cache */
in SCB_DisableDCache()
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_starmc1.h
698
#define
SCB_CCR_DC_Msk
(1UL << SCB_CCR_DC_Pos) /*!< SCB CCR: DC Mask */
macro
3184
if (SCB->CCR &
SCB_CCR_DC_Msk
) return; /* return if DCache is already enabled */
in SCB_EnableDCache()
3205
SCB->CCR |= (uint32_t)
SCB_CCR_DC_Msk
; /* enable D-Cache */
in SCB_EnableDCache()
3227
SCB->CCR &= ~(uint32_t)
SCB_CCR_DC_Msk
; /* disable D-Cache */
in SCB_DisableDCache()
H
A
D
core_cm23.h
507
#define
SCB_CCR_DC_Msk
(1UL << SCB_CCR_DC_Pos) /*!< SCB CCR: DC Mask */
macro
H
A
D
core_cm35p.h
680
#define
SCB_CCR_DC_Msk
(1UL << SCB_CCR_DC_Pos) /*!< SCB CCR: DC Mask */
macro
H
A
D
core_cm33.h
680
#define
SCB_CCR_DC_Msk
(1UL << SCB_CCR_DC_Pos) /*!< SCB CCR: DC Mask */
macro
H
A
D
core_cm7.h
614
#define
SCB_CCR_DC_Msk
(1UL << SCB_CCR_DC_Pos) /*!< SCB CCR: Cache enable bit Mask */
macro
H
A
D
core_cm85.h
721
#define
SCB_CCR_DC_Msk
(1UL << SCB_CCR_DC_Pos) /*!< SCB CCR: DC Mask */
macro
H
A
D
core_cm55.h
700
#define
SCB_CCR_DC_Msk
(1UL << SCB_CCR_DC_Pos) /*!< SCB CCR: DC Mask */
macro
Completed in 58 milliseconds