NimBLE_Security sample
get_led_state()
is only used within NimBLE_Security sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
NimBLE_Security sample
get_led_state()
get_led_state() function
Syntax
Show:
Summary
Declaration
Definition
from
led.h:19
uint8_t
get_led_state
(
void
)
;
Implemented in
led.c:18
Examples
References
from
examples
Code
Location
uint8_t
get_led_state
(
void
)
{
return
led_state
;
}
led.c:18
uint8_t
get_led_state
(
void
)
;
led.h:19
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
get_led_state()
reads 1 variable:
led_state
All items filtered out
get_led_state()
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