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:BPR
(Results
1 - 2
of
2
) sorted by relevance
/third_party/typescript/tests/baselines/reference/
H
A
D
mappedTypeModifiers.js
44
type
BPR
= { readonly a?: { x: number }, readonly b?: { x: string } };
50
var b00: keyof
BPR
;
69
var b04:
BPR
;
75
var b04: { [P in keyof
BPR
]:
BPR
[P] }
76
var b04: Pick<
BPR
, keyof
BPR
>;
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_ca.h
965
__IOM uint32_t
BPR
; /*!< \brief Offset: 0x008 (R/W) Binary Point Register */
member
996
/* GICInterface
BPR
Register */
997
#define GICInterface_BPR_Binary_Point_Pos 0U /*!< PTIM
BPR
: Binary_Point Position */
998
#define GICInterface_BPR_Binary_Point_Msk (0x7U /*<< GICInterface_BPR_Binary_Point_Pos*/) /*!< PTIM
BPR
: Binary_Point Mask */
1685
/** \brief Configures the group priority and subpriority split point using CPU's
BPR
register.
1690
GICInterface->
BPR
= binary_point & 7U; //set binary point
in GIC_SetBinaryPoint()
1693
/** \brief Read the current group priority and subpriority split point from CPU's
BPR
register.
1694
* \return GICInterface_Type::
BPR
1698
return GICInterface->
BPR
;
in GIC_GetBinaryPoint()
Completed in 7 milliseconds