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:watchdogId
(Results
1 - 4
of
4
) sorted by relevance
/drivers/hdf_core/adapter/platform/watchdog/
H
A
D
watchdog_bes.c
48
int32_t
watchdogId
;
in InitWatchdogDevice()
local
60
watchdogId
= resource->
watchdogId
;
in InitWatchdogDevice()
61
hal_wdt_set_irq_callback(
watchdogId
, WatchdogIrqHandler);
in InitWatchdogDevice()
86
if (dri->GetUint32(resourceNode, "
watchdogId
", &resource->
watchdogId
, 0) != HDF_SUCCESS) {
in GetWatchdogDeviceResource()
87
HDF_LOGE("read
watchdogId
fail\r\n");
in GetWatchdogDeviceResource()
116
watchdogCntlr->wdtId = watchdogDevice->resource.
watchdogId
;
in AttachWatchdogDevice()
214
int32_t
watchdogId
;
in WatchdogDevStart()
local
222
watchdogId
in WatchdogDevStart()
230
int32_t
watchdogId
;
WatchdogDevStop()
local
247
int32_t
watchdogId
;
WatchdogDevSetTimeout()
local
295
int32_t
watchdogId
= watchdogDevice->resource.
watchdogId
;
WatchdogDevFeed()
local
[all...]
H
A
D
watchdog_stm32f4xx.c
27
int
watchdogId
;
member
66
device->
watchdogId
= HCS_PROP(node, id); \
105
if (dri->GetUint32(resourceNode, "id", &device->
watchdogId
, 0) != HDF_SUCCESS) {
in GetWatchdogDeviceInfoResource()
106
HDF_LOGE("read
watchdogId
fail\r\n");
in GetWatchdogDeviceInfoResource()
110
HDF_LOGE("read
watchdogId
fail\r\n");
in GetWatchdogDeviceInfoResource()
114
HDF_LOGI("
watchdogId
= %d\n", device->
watchdogId
);
in GetWatchdogDeviceInfoResource()
154
watchdogCntlr->wdtId = watchdogdeviceinfo->
watchdogId
;
252
int32_t
watchdogId
= 0;
local
262
watchdogId
[all...]
H
A
D
watchdog_bes.h
20
enum HAL_WDT_ID_T
watchdogId
;
member
H
A
D
watchdog_wm.c
20
int32_t
watchdogId
;
member
Completed in 2 milliseconds