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:PMR
(Results
1 - 2
of
2
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_ca.h
964
__IOM uint32_t
PMR
; /*!< \brief Offset: 0x004 (R/W) Interrupt Priority Mask Register */
member
991
/* GICInterface
PMR
Register */
992
#define GICInterface_PMR_Priority_Pos 0U /*!< PTIM
PMR
: Priority Position */
993
#define GICInterface_PMR_Priority_Msk (0xFFU /*<< GICInterface_PMR_Priority_Pos*/) /*!< PTIM
PMR
: Priority Mask */
1669
/** \brief Set the interrupt priority mask using CPU's
PMR
register.
1674
GICInterface->
PMR
= priority & 0xFFUL; //set priority mask
in GIC_SetInterfacePriorityMask()
1677
/** \brief Read the current interrupt priority mask from CPU's
PMR
register.
1678
* \result GICInterface_Type::
PMR
1682
return GICInterface->
PMR
;
in GIC_GetInterfacePriorityMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonLoopIdiomRecognition.cpp
2379
PolynomialMultiplyRecognize
PMR
(L, *DL, *DT, *TLI, *SE);
in runOnCountableLoop()
2380
if (
PMR
.recognize())
in runOnCountableLoop()
Completed in 9 milliseconds