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:g_stTimMap
(Results
1 - 1
of
1
) sorted by relevance
/drivers/hdf_core/adapter/platform/pwm/
H
A
D
pwm_stm32f4xx.c
78
static TIM_TypeDef*
g_stTimMap
[PWM_TIM_MAX] = {
variable
452
LL_TIM_Init(
g_stTimMap
[arg->pwmTim], &pwmCfg->timInitStruct);
453
LL_TIM_EnableARRPreload(
g_stTimMap
[arg->pwmTim]);
454
LL_TIM_SetClockSource(
g_stTimMap
[arg->pwmTim], LL_TIM_CLOCKSOURCE_INTERNAL);
455
LL_TIM_SetTriggerOutput(
g_stTimMap
[arg->pwmTim], LL_TIM_TRGO_RESET);
456
LL_TIM_DisableMasterSlaveMode(
g_stTimMap
[arg->pwmTim]);
468
LL_TIM_OC_Init(
g_stTimMap
[arg->pwmTim], g_stChannelMap[arg->pwmCh], &pwmCfg->timOcInitStruct);
469
LL_TIM_OC_DisableFast(
g_stTimMap
[arg->pwmTim], g_stChannelMap[arg->pwmCh]);
480
LL_TIM_BDTR_Init(
g_stTimMap
[arg->pwmTim], &bdtrInitStruct);
487
LL_TIM_EnableAutomaticOutput(
g_stTimMap
[ar
[all...]
Completed in 1 milliseconds