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:CACR
(Results
1 - 2
of
2
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_cm7.h
517
__IOM uint32_t
CACR
; /*!< Offset: 0x29C (R/W) L1 Cache Control Register */
member
884
#define SCB_CACR_FORCEWT_Pos 2U /*!< SCB
CACR
: FORCEWT Position */
885
#define SCB_CACR_FORCEWT_Msk (1UL << SCB_CACR_FORCEWT_Pos) /*!< SCB
CACR
: FORCEWT Mask */
887
#define SCB_CACR_ECCDIS_Pos 1U /*!< SCB
CACR
: ECCDIS Position */
888
#define SCB_CACR_ECCDIS_Msk (1UL << SCB_CACR_ECCDIS_Pos) /*!< SCB
CACR
: ECCDIS Mask */
890
#define SCB_CACR_SIWT_Pos 0U /*!< SCB
CACR
: SIWT Position */
891
#define SCB_CACR_SIWT_Msk (1UL /*<< SCB_CACR_SIWT_Pos*/) /*!< SCB
CACR
: SIWT Mask */
H
A
D
core_starmc1.h
584
__IOM uint32_t
CACR
; /*!< Offset: 0x0 (R/W) L1 Cache Control Register */
member
993
#define SCB_CACR_DCCLEAN_Pos 16U /*!< SCB
CACR
: DCCLEAN Position */
994
#define SCB_CACR_DCCLEAN_Msk (1UL << SCB_CACR_FORCEWT_Pos) /*!< SCB
CACR
: DCCLEAN Mask */
996
#define SCB_CACR_ICACTIVE_Pos 13U /*!< SCB
CACR
: ICACTIVE Position */
997
#define SCB_CACR_ICACTIVE_Msk (1UL << SCB_CACR_FORCEWT_Pos) /*!< SCB
CACR
: ICACTIVE Mask */
999
#define SCB_CACR_DCACTIVE_Pos 12U /*!< SCB
CACR
: DCACTIVE Position */
1000
#define SCB_CACR_DCACTIVE_Msk (1UL << SCB_CACR_FORCEWT_Pos) /*!< SCB
CACR
: DCACTIVE Mask */
1002
#define SCB_CACR_FORCEWT_Pos 2U /*!< SCB
CACR
: FORCEWT Position */
1003
#define SCB_CACR_FORCEWT_Msk (1UL << SCB_CACR_FORCEWT_Pos) /*!< SCB
CACR
: FORCEWT Mask */
Completed in 14 milliseconds