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:lgc
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libwebsockets/lib/drivers/led/
H
A
D
led-gpio.c
39
lws_led_gpio_controller_t *
lgc
= (lws_led_gpio_controller_t *)led_ops;
in lws_led_gpio_create()
local
47
(
lgc
->count_leds * sizeof(lws_led_state_chs_t)),
in lws_led_gpio_create()
54
lcs->controller =
lgc
;
in lws_led_gpio_create()
64
for (n = 0; n <
lgc
->count_leds; n++) {
in lws_led_gpio_create()
65
const lws_led_gpio_map_t *map = &
lgc
->led_map[n];
in lws_led_gpio_create()
68
lgc
->gpio_ops->mode(map->gpio, LWSGGPIO_FL_READ);
in lws_led_gpio_create()
69
lgc
->gpio_ops->set(map->gpio, 0);
in lws_led_gpio_create()
71
lgc
->gpio_ops->mode(map->gpio, LWSGGPIO_FL_WRITE);
in lws_led_gpio_create()
72
lgc
->gpio_ops->set(map->gpio,
in lws_led_gpio_create()
73
!
lgc
in lws_led_gpio_create()
92
const lws_led_gpio_controller_t *
lgc
= (lws_led_gpio_controller_t *)lo;
lws_led_gpio_lookup()
local
106
const lws_led_gpio_controller_t *
lgc
= (lws_led_gpio_controller_t *)lo;
lws_led_gpio_intensity()
local
[all...]
H
A
D
led-seq.c
119
lws_led_gpio_controller_t *
lgc
= lcs->controller;
in lws_seq_timer_handle()
local
121
const lws_led_gpio_map_t *map = &
lgc
->led_map[0];
in lws_seq_timer_handle()
124
for (n = 0; n <
lgc
->count_leds; n++) {
in lws_seq_timer_handle()
126
lgc
->led_ops.intensity(&
lgc
->led_ops, map->name,
in lws_seq_timer_handle()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/
H
A
D
devices.c
106
static const lws_led_gpio_controller_t
lgc
= {
variable
183
lls =
lgc
.led_ops.create(&
lgc
.led_ops);
in init_plat_devices()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
H
A
D
devices.c
87
static const lws_led_gpio_controller_t
lgc
= {
variable
165
lls =
lgc
.led_ops.create(&
lgc
.led_ops);
in init_plat_devices()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/
H
A
D
devices.c
108
static const lws_led_gpio_controller_t
lgc
= {
variable
233
lls =
lgc
.led_ops.create(&
lgc
.led_ops);
in init_plat_devices()
Completed in 2 milliseconds