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_IC_Msk
(Results
1 - 8
of
8
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H
A
D
armv7m_cachel1.h
58
if (SCB->CCR &
SCB_CCR_IC_Msk
) return; /* return if ICache is already enabled */
in SCB_EnableICache()
65
SCB->CCR |= (uint32_t)
SCB_CCR_IC_Msk
; /* enable I-Cache */
in SCB_EnableICache()
81
SCB->CCR &= ~(uint32_t)
SCB_CCR_IC_Msk
; /* disable I-Cache */
in SCB_DisableICache()
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_starmc1.h
695
#define
SCB_CCR_IC_Msk
(1UL << SCB_CCR_IC_Pos) /*!< SCB CCR: IC Mask */
macro
3096
if (SCB->CCR &
SCB_CCR_IC_Msk
) return; /* return if ICache is already enabled */
in SCB_EnableICache()
3103
SCB->CCR |= (uint32_t)
SCB_CCR_IC_Msk
; /* enable I-Cache */
in SCB_EnableICache()
3119
SCB->CCR &= ~(uint32_t)
SCB_CCR_IC_Msk
; /* disable I-Cache */
in SCB_DisableICache()
H
A
D
core_cm23.h
504
#define
SCB_CCR_IC_Msk
(1UL << SCB_CCR_IC_Pos) /*!< SCB CCR: IC Mask */
macro
H
A
D
core_cm35p.h
677
#define
SCB_CCR_IC_Msk
(1UL << SCB_CCR_IC_Pos) /*!< SCB CCR: IC Mask */
macro
H
A
D
core_cm33.h
677
#define
SCB_CCR_IC_Msk
(1UL << SCB_CCR_IC_Pos) /*!< SCB CCR: IC Mask */
macro
H
A
D
core_cm7.h
611
#define
SCB_CCR_IC_Msk
(1UL << SCB_CCR_IC_Pos) /*!< SCB CCR: Instruction cache enable bit Mask */
macro
H
A
D
core_cm85.h
718
#define
SCB_CCR_IC_Msk
(1UL << SCB_CCR_IC_Pos) /*!< SCB CCR: IC Mask */
macro
H
A
D
core_cm55.h
697
#define
SCB_CCR_IC_Msk
(1UL << SCB_CCR_IC_Pos) /*!< SCB CCR: IC Mask */
macro
Completed in 59 milliseconds