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:DAUTHSTATUS
(Results
1 - 6
of
6
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_cm23.h
1135
__IM uint32_t
DAUTHSTATUS
; /*!< Offset: 0x008 (R/ ) Debug Authentication Status Register */
member
1155
#define DIB_DAUTHSTATUS_SNID_Pos 6U /*!< DIB
DAUTHSTATUS
: Secure Non-invasive Debug Position */
1156
#define DIB_DAUTHSTATUS_SNID_Msk (0x3UL << DIB_DAUTHSTATUS_SNID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Non-invasive Debug Mask */
1158
#define DIB_DAUTHSTATUS_SID_Pos 4U /*!< DIB
DAUTHSTATUS
: Secure Invasive Debug Position */
1159
#define DIB_DAUTHSTATUS_SID_Msk (0x3UL << DIB_DAUTHSTATUS_SID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Invasive Debug Mask */
1161
#define DIB_DAUTHSTATUS_NSNID_Pos 2U /*!< DIB
DAUTHSTATUS
: Non-secure Non-invasive Debug Position */
1162
#define DIB_DAUTHSTATUS_NSNID_Msk (0x3UL << DIB_DAUTHSTATUS_NSNID_Pos ) /*!< DIB
DAUTHSTATUS
: Non-secure Non-invasive Debug Mask */
1164
#define DIB_DAUTHSTATUS_NSID_Pos 0U /*!< DIB
DAUTHSTATUS
: Non-secure Invasive Debug Position */
1165
#define DIB_DAUTHSTATUS_NSID_Msk (0x3UL /*<< DIB_DAUTHSTATUS_NSID_Pos*/) /*!< DIB
DAUTHSTATUS
: Non-secure Invasive Debug Mask */
2043
return (DIB->
DAUTHSTATUS
);
in DIB_GetAuthStatus()
[all...]
H
A
D
core_cm35p.h
1946
__IM uint32_t
DAUTHSTATUS
; /*!< Offset: 0x008 (R/ ) Debug Authentication Status Register */
member
1966
#define DIB_DAUTHSTATUS_SNID_Pos 6U /*!< DIB
DAUTHSTATUS
: Secure Non-invasive Debug Position */
1967
#define DIB_DAUTHSTATUS_SNID_Msk (0x3UL << DIB_DAUTHSTATUS_SNID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Non-invasive Debug Mask */
1969
#define DIB_DAUTHSTATUS_SID_Pos 4U /*!< DIB
DAUTHSTATUS
: Secure Invasive Debug Position */
1970
#define DIB_DAUTHSTATUS_SID_Msk (0x3UL << DIB_DAUTHSTATUS_SID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Invasive Debug Mask */
1972
#define DIB_DAUTHSTATUS_NSNID_Pos 2U /*!< DIB
DAUTHSTATUS
: Non-secure Non-invasive Debug Position */
1973
#define DIB_DAUTHSTATUS_NSNID_Msk (0x3UL << DIB_DAUTHSTATUS_NSNID_Pos ) /*!< DIB
DAUTHSTATUS
: Non-secure Non-invasive Debug Mask */
1975
#define DIB_DAUTHSTATUS_NSID_Pos 0U /*!< DIB
DAUTHSTATUS
: Non-secure Invasive Debug Position */
1976
#define DIB_DAUTHSTATUS_NSID_Msk (0x3UL /*<< DIB_DAUTHSTATUS_NSID_Pos*/) /*!< DIB
DAUTHSTATUS
: Non-secure Invasive Debug Mask */
2933
return (DIB->
DAUTHSTATUS
);
in DIB_GetAuthStatus()
[all...]
H
A
D
core_cm33.h
1946
__IM uint32_t
DAUTHSTATUS
; /*!< Offset: 0x008 (R/ ) Debug Authentication Status Register */
member
1966
#define DIB_DAUTHSTATUS_SNID_Pos 6U /*!< DIB
DAUTHSTATUS
: Secure Non-invasive Debug Position */
1967
#define DIB_DAUTHSTATUS_SNID_Msk (0x3UL << DIB_DAUTHSTATUS_SNID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Non-invasive Debug Mask */
1969
#define DIB_DAUTHSTATUS_SID_Pos 4U /*!< DIB
DAUTHSTATUS
: Secure Invasive Debug Position */
1970
#define DIB_DAUTHSTATUS_SID_Msk (0x3UL << DIB_DAUTHSTATUS_SID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Invasive Debug Mask */
1972
#define DIB_DAUTHSTATUS_NSNID_Pos 2U /*!< DIB
DAUTHSTATUS
: Non-secure Non-invasive Debug Position */
1973
#define DIB_DAUTHSTATUS_NSNID_Msk (0x3UL << DIB_DAUTHSTATUS_NSNID_Pos ) /*!< DIB
DAUTHSTATUS
: Non-secure Non-invasive Debug Mask */
1975
#define DIB_DAUTHSTATUS_NSID_Pos 0U /*!< DIB
DAUTHSTATUS
: Non-secure Invasive Debug Position */
1976
#define DIB_DAUTHSTATUS_NSID_Msk (0x3UL /*<< DIB_DAUTHSTATUS_NSID_Pos*/) /*!< DIB
DAUTHSTATUS
: Non-secure Invasive Debug Mask */
2933
return (DIB->
DAUTHSTATUS
);
in DIB_GetAuthStatus()
[all...]
H
A
D
core_starmc1.h
2040
__IM uint32_t
DAUTHSTATUS
; /*!< Offset: 0x008 (R/ ) Debug Authentication Status Register */
member
2060
#define DIB_DAUTHSTATUS_SNID_Pos 6U /*!< DIB
DAUTHSTATUS
: Secure Non-invasive Debug Position */
2061
#define DIB_DAUTHSTATUS_SNID_Msk (0x3UL << DIB_DAUTHSTATUS_SNID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Non-invasive Debug Mask */
2063
#define DIB_DAUTHSTATUS_SID_Pos 4U /*!< DIB
DAUTHSTATUS
: Secure Invasive Debug Position */
2064
#define DIB_DAUTHSTATUS_SID_Msk (0x3UL << DIB_DAUTHSTATUS_SID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Invasive Debug Mask */
2066
#define DIB_DAUTHSTATUS_NSNID_Pos 2U /*!< DIB
DAUTHSTATUS
: Non-secure Non-invasive Debug Position */
2067
#define DIB_DAUTHSTATUS_NSNID_Msk (0x3UL << DIB_DAUTHSTATUS_NSNID_Pos ) /*!< DIB
DAUTHSTATUS
: Non-secure Non-invasive Debug Mask */
2069
#define DIB_DAUTHSTATUS_NSID_Pos 0U /*!< DIB
DAUTHSTATUS
: Non-secure Invasive Debug Position */
2070
#define DIB_DAUTHSTATUS_NSID_Msk (0x3UL /*<< DIB_DAUTHSTATUS_NSID_Pos*/) /*!< DIB
DAUTHSTATUS
: Non-secure Invasive Debug Mask */
3052
return (DIB->
DAUTHSTATUS
);
in DIB_GetAuthStatus()
[all...]
H
A
D
core_cm85.h
3461
__IM uint32_t
DAUTHSTATUS
; /*!< Offset: 0x008 (R/ ) Debug Authentication Status Register */
member
3468
#define DIB_DAUTHSTATUS_SUNID_Pos 22U /*!< DIB
DAUTHSTATUS
: Secure Unprivileged Non-invasive Debug Allowed Position */
3469
#define DIB_DAUTHSTATUS_SUNID_Msk (0x3UL << DIB_DAUTHSTATUS_SUNID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Unprivileged Non-invasive Debug Allowed Mask */
3471
#define DIB_DAUTHSTATUS_SUID_Pos 20U /*!< DIB
DAUTHSTATUS
: Secure Unprivileged Invasive Debug Allowed Position */
3472
#define DIB_DAUTHSTATUS_SUID_Msk (0x3UL << DIB_DAUTHSTATUS_SUID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Unprivileged Invasive Debug Allowed Mask */
3474
#define DIB_DAUTHSTATUS_NSUNID_Pos 18U /*!< DIB
DAUTHSTATUS
: Non-secure Unprivileged Non-invasive Debug Allo Position */
3475
#define DIB_DAUTHSTATUS_NSUNID_Msk (0x3UL << DIB_DAUTHSTATUS_NSUNID_Pos ) /*!< DIB
DAUTHSTATUS
: Non-secure Unprivileged Non-invasive Debug Allo Mask */
3477
#define DIB_DAUTHSTATUS_NSUID_Pos 16U /*!< DIB
DAUTHSTATUS
: Non-secure Unprivileged Invasive Debug Allowed Position */
3478
#define DIB_DAUTHSTATUS_NSUID_Msk (0x3UL << DIB_DAUTHSTATUS_NSUID_Pos ) /*!< DIB
DAUTHSTATUS
: Non-secure Unprivileged Invasive Debug Allowed Mask */
3480
#define DIB_DAUTHSTATUS_SNID_Pos 6U /*!< DIB
DAUTHSTATUS
[all...]
H
A
D
core_cm55.h
3437
__IM uint32_t
DAUTHSTATUS
; /*!< Offset: 0x008 (R/ ) Debug Authentication Status Register */
member
3444
#define DIB_DAUTHSTATUS_SUNID_Pos 22U /*!< DIB
DAUTHSTATUS
: Secure Unprivileged Non-invasive Debug Allowed Position */
3445
#define DIB_DAUTHSTATUS_SUNID_Msk (0x3UL << DIB_DAUTHSTATUS_SUNID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Unprivileged Non-invasive Debug Allowed Mask */
3447
#define DIB_DAUTHSTATUS_SUID_Pos 20U /*!< DIB
DAUTHSTATUS
: Secure Unprivileged Invasive Debug Allowed Position */
3448
#define DIB_DAUTHSTATUS_SUID_Msk (0x3UL << DIB_DAUTHSTATUS_SUID_Pos ) /*!< DIB
DAUTHSTATUS
: Secure Unprivileged Invasive Debug Allowed Mask */
3450
#define DIB_DAUTHSTATUS_NSUNID_Pos 18U /*!< DIB
DAUTHSTATUS
: Non-secure Unprivileged Non-invasive Debug Allo Position */
3451
#define DIB_DAUTHSTATUS_NSUNID_Msk (0x3UL << DIB_DAUTHSTATUS_NSUNID_Pos ) /*!< DIB
DAUTHSTATUS
: Non-secure Unprivileged Non-invasive Debug Allo Mask */
3453
#define DIB_DAUTHSTATUS_NSUID_Pos 16U /*!< DIB
DAUTHSTATUS
: Non-secure Unprivileged Invasive Debug Allowed Position */
3454
#define DIB_DAUTHSTATUS_NSUID_Msk (0x3UL << DIB_DAUTHSTATUS_NSUID_Pos ) /*!< DIB
DAUTHSTATUS
: Non-secure Unprivileged Invasive Debug Allowed Mask */
3456
#define DIB_DAUTHSTATUS_SNID_Pos 6U /*!< DIB
DAUTHSTATUS
[all...]
Completed in 48 milliseconds