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:hi_pwm_port
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/pwm/
H
A
D
hi_pwm.c
32
hi_u32 hi_pwm_init(
hi_pwm_port
port)
in hi_pwm_init()
82
hi_void pwm_deinit_clken(
hi_pwm_port
port)
in pwm_deinit_clken()
100
hi_u32 hi_pwm_deinit(
hi_pwm_port
port)
in hi_pwm_deinit()
136
static hi_void pwm_set_enable(
hi_pwm_port
port, hi_bool flag)
in pwm_set_enable()
147
static hi_void pwm_set_freq(
hi_pwm_port
port, hi_u16 freq)
in pwm_set_freq()
152
static hi_void pwm_set_duty(
hi_pwm_port
port, hi_u16 duty)
in pwm_set_duty()
157
static hi_void pwm_take_effect(
hi_pwm_port
port)
in pwm_take_effect()
162
hi_u32 hi_pwm_start(
hi_pwm_port
port, hi_u16 duty, hi_u16 freq)
in hi_pwm_start()
184
hi_u32 hi_pwm_stop(
hi_pwm_port
port)
in hi_pwm_stop()
204
hi_u32 pwm_check_port(
hi_pwm_port
por
[all...]
H
A
D
pwm_drv.h
42
hi_u32 pwm_check_port(
hi_pwm_port
port);
43
hi_bool pwm_is_init(
hi_pwm_port
port);
44
hi_u32 pwm_lock(
hi_pwm_port
port);
45
hi_u32 pwm_unlock(
hi_pwm_port
port);
46
pwm_ctl *pwm_get_ctl(
hi_pwm_port
port);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_pwm.h
62
}
hi_pwm_port
;
typedef
79
* @param port [IN] type #
hi_pwm_port
PWM port number.CNcomment:PWM端口号。CNend
87
hi_u32 hi_pwm_init(
hi_pwm_port
port);
99
* @param port [IN] type #
hi_pwm_port
PWM port number.CNcomment:PWM端口号。CNend
107
hi_u32 hi_pwm_deinit(
hi_pwm_port
port);
141
* @param port [IN] type #
hi_pwm_port
PWM port number.CNcomment:PWM端口号。CNend
153
hi_u32 hi_pwm_start(
hi_pwm_port
port, hi_u16 duty, hi_u16 freq);
164
* @param port [IN] type #
hi_pwm_port
PWM port number.CNcomment:PWM端口号。CNend
172
hi_u32 hi_pwm_stop(
hi_pwm_port
port);
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/
H
A
D
hal_iot_pwm.c
32
return hi_pwm_init((
hi_pwm_port
)port);
in IoTPwmInit()
37
return hi_pwm_deinit((
hi_pwm_port
)port);
in IoTPwmDeinit()
56
return hi_pwm_start((
hi_pwm_port
)port, hiDuty, hiFreq);
in IoTPwmStart()
61
return hi_pwm_stop((
hi_pwm_port
)port);
in IoTPwmStop()
Completed in 2 milliseconds