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:WCONTROL
(Results
1 - 1
of
1
) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/
H
A
D
core_ca.h
1099
__IOM uint32_t
WCONTROL
; //!< \brief Offset: 0x028 (R/W) Watchdog Control Register
member
1123
/*
WCONTROL
Watchdog Control Register */
1124
#define PTIM_WCONTROL_Enable_Pos 0U /*!< PTIM
WCONTROL
: Enable Position */
1125
#define PTIM_WCONTROL_Enable_Msk (0x1U /*<< PTIM_WCONTROL_Enable_Pos*/) /*!< PTIM
WCONTROL
: Enable Mask */
1128
#define PTIM_WCONTROL_AutoReload_Pos 1U /*!< PTIM
WCONTROL
: Auto Reload Position */
1129
#define PTIM_WCONTROL_AutoReload_Msk (0x1U << PTIM_WCONTROL_AutoReload_Pos) /*!< PTIM
WCONTROL
: Auto Reload Mask */
1132
#define PTIM_WCONTROL_IRQenable_Pos 2U /*!< PTIM
WCONTROL
: IRQ Enable Position */
1133
#define PTIM_WCONTROL_IRQenable_Msk (0x1U << PTIM_WCONTROL_IRQenable_Pos) /*!< PTIM
WCONTROL
: IRQ Enable Mask */
1136
#define PTIM_WCONTROL_Mode_Pos 3U /*!< PTIM
WCONTROL
: Watchdog Mode Position */
1137
#define PTIM_WCONTROL_Mode_Msk (0x1U << PTIM_WCONTROL_Mode_Pos) /*!< PTIM
WCONTROL
[all...]
Completed in 6 milliseconds