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:ISER
(Results
1 - 14
of
14
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_sc000.h
328
__IOM uint32_t
ISER
[1U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
771
NVIC->
ISER
[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
789
return((uint32_t)(((NVIC->
ISER
[0U] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
H
A
D
core_cm1.h
317
__IOM uint32_t
ISER
[1U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
665
NVIC->
ISER
[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
683
return((uint32_t)(((NVIC->
ISER
[0U] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
H
A
D
core_cm0.h
317
__IOM uint32_t
ISER
[1U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
638
NVIC->
ISER
[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
656
return((uint32_t)(((NVIC->
ISER
[0U] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
H
A
D
core_cm0plus.h
331
__IOM uint32_t
ISER
[1U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
756
NVIC->
ISER
[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
774
return((uint32_t)(((NVIC->
ISER
[0U] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
H
A
D
core_cm23.h
354
__IOM uint32_t
ISER
[16U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
1376
NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
1394
return((uint32_t)(((NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
1728
NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in TZ_NVIC_EnableIRQ_NS()
1745
return((uint32_t)(((NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in TZ_NVIC_GetEnableIRQ_NS()
H
A
D
core_cm35p.h
487
__IOM uint32_t
ISER
[16U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
2230
NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
2248
return((uint32_t)(((NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
2606
NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in TZ_NVIC_EnableIRQ_NS()
2623
return((uint32_t)(((NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in TZ_NVIC_GetEnableIRQ_NS()
H
A
D
core_cm33.h
487
__IOM uint32_t
ISER
[16U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
2230
NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
2248
return((uint32_t)(((NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
2606
NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in TZ_NVIC_EnableIRQ_NS()
2623
return((uint32_t)(((NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in TZ_NVIC_GetEnableIRQ_NS()
H
A
D
core_cm4.h
421
__IOM uint32_t
ISER
[8U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
1698
NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
1716
return((uint32_t)(((NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
H
A
D
core_sc300.h
348
__IOM uint32_t
ISER
[8U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
1499
NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
1517
return((uint32_t)(((NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
H
A
D
core_cm3.h
348
__IOM uint32_t
ISER
[8U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
1516
NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
1534
return((uint32_t)(((NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
H
A
D
core_starmc1.h
498
__IOM uint32_t
ISER
[16U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
2328
NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
2346
return((uint32_t)(((NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
2725
NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in TZ_NVIC_EnableIRQ_NS()
2742
return((uint32_t)(((NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in TZ_NVIC_GetEnableIRQ_NS()
H
A
D
core_cm7.h
436
__IOM uint32_t
ISER
[8U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
1917
NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
1935
return((uint32_t)(((NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
H
A
D
core_cm85.h
518
__IOM uint32_t
ISER
[16U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
3763
NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
3781
return((uint32_t)(((NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
4139
NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in TZ_NVIC_EnableIRQ_NS()
4156
return((uint32_t)(((NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in TZ_NVIC_GetEnableIRQ_NS()
H
A
D
core_cm55.h
497
__IOM uint32_t
ISER
[16U]; /*!< Offset: 0x000 (R/W) Interrupt Set Enable Register */
member
3739
NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in __NVIC_EnableIRQ()
3757
return((uint32_t)(((NVIC->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in __NVIC_GetEnableIRQ()
4115
NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
in TZ_NVIC_EnableIRQ_NS()
4132
return((uint32_t)(((NVIC_NS->
ISER
[(((uint32_t)IRQn) >> 5UL)] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
in TZ_NVIC_GetEnableIRQ_NS()
Completed in 81 milliseconds