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:pwmId
(Results
1 - 3
of
3
) sorted by relevance
/drivers/hdf_core/adapter/platform/pwm/
H
A
D
pwm_bes.c
80
pinMuxPwm->function = g_pwmFunction[resource->
pwmId
];
in InitPwmDevice()
93
resource->
pwmId
= HCS_PROP(node,
pwmId
); \
146
if (dri->GetUint32(resourceNode, "
pwmId
", &resource->
pwmId
, 0) != HDF_SUCCESS) {
in GetPwmDeviceResource()
147
HDF_LOGE("read
pwmId
fail\r\n");
in GetPwmDeviceResource()
183
host->num = pwmDevice->resource.
pwmId
;
282
enum HAL_PWM_ID_T
pwmId
;
local
299
pwmId
= prvPwm->resource.
pwmId
;
323
enum HAL_PWM_ID_T
pwmId
= 0;
global()
local
[all...]
H
A
D
pwm_stm32f4xx.c
497
static void DeInitTimPwm(PWM_TIM
pwmId
, PWM_CH pwmCh)
argument
499
LL_TIM_DeInit(g_stTimMap[
pwmId
]);
500
LL_TIM_OC_DisableClear(g_stTimMap[
pwmId
], g_stChannelMap[pwmCh]);
501
NVIC_DisableIRQ(g_stTimIrqMap[
pwmId
]);
503
LL_TIM_DisableCounter(g_stTimMap[
pwmId
]);
504
LL_TIM_CC_DisableChannel(g_stTimMap[
pwmId
], g_stChannelMap[pwmCh]);
505
LL_TIM_OC_DisablePreload(g_stTimMap[
pwmId
], g_stChannelMap[pwmCh]);
507
if (
pwmId
== PWM_TIM1 ||
pwmId
== PWM_TIM8) {
508
LL_TIM_DisableAutomaticOutput(g_stTimMap[
pwmId
]);
518
PWM_TIM
pwmId
;
global()
local
573
PWM_TIM
pwmId
;
global()
local
[all...]
H
A
D
pwm_bes.h
25
uint32_t
pwmId
;
member
Completed in 4 milliseconds