NimBLE_Security sample
led_on()
is only used within NimBLE_Security sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
NimBLE_Security sample
led_on()
led_on() function
Syntax
Show:
Summary
Declaration
Definition
from
led.h:20
void
led_on
(
void
)
;
Implemented in
led.c:71
Examples
References
from
examples
Code
Location
Referrer
void
led_on
(
void
)
{
gpio_set_level
(
CONFIG_BLINK_GPIO
,
true
)
;
}
led.c:71
void
led_on
(
void
)
;
led.h:20
led_on
(
)
;
gatt_svc.c:145
led_chr_access()
Call Tree
from
examples
led_on()
is called by 1 function and calls 1 function:
led_chr_access()
All items filtered out
led_on()
gpio_set_level()
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out