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:mpu
(Results
1 - 2
of
2
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H
A
D
armv8m_mpu.h
253
* \param
mpu
Pointer to the MPU to be configured.
257
__STATIC_INLINE void ARM_MPU_SetMemAttrEx(MPU_Type*
mpu
, uint8_t idx, uint8_t attr)
in ARM_MPU_SetMemAttrEx()
argument
263
if (reg >= (sizeof(
mpu
->MAIR) / sizeof(
mpu
->MAIR[0]))) {
in ARM_MPU_SetMemAttrEx()
267
mpu
->MAIR[reg] = ((
mpu
->MAIR[reg] & ~mask) | ((attr << pos) & mask));
in ARM_MPU_SetMemAttrEx()
291
* \param
mpu
Pointer to MPU to be used.
294
__STATIC_INLINE void ARM_MPU_ClrRegionEx(MPU_Type*
mpu
, uint32_t rnr)
in ARM_MPU_ClrRegionEx()
argument
296
mpu
->RNR = rnr;
in ARM_MPU_ClrRegionEx()
297
mpu
in ARM_MPU_ClrRegionEx()
324
ARM_MPU_SetRegionEx(MPU_Type*
mpu
, uint32_t rnr, uint32_t rbar, uint32_t rlar)
ARM_MPU_SetRegionEx()
argument
373
ARM_MPU_LoadEx(MPU_Type*
mpu
, uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt)
ARM_MPU_LoadEx()
argument
[all...]
/third_party/libbpf/include/uapi/linux/
H
A
D
pkt_sched.h
95
unsigned short
mpu
;
member
107
unsigned int
mpu
;
member
Completed in 4 milliseconds