TinyUSB Library
LED_PIN
is only used within TinyUSB Library.
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
Raspberry Pi Pico SDK and Examples
TinyUSB Library
LED_PIN
LED_PIN macro
Syntax
Show:
Summary
Declaration
from
board.h:36
#define
LED_PIN
PICO_DEFAULT_LED_PIN
Examples
References
from
examples
Code
Location
#define
LED_PIN
PICO_DEFAULT_LED_PIN
board.h:36
#ifdef
LED_PIN
family.c:146
bi_decl
(
bi_1pin_with_name
(
LED_PIN
,
"LED"
)
)
;
family.c:147
gpio_init
(
LED_PIN
)
;
family.c:148
gpio_set_dir
(
LED_PIN
,
GPIO_OUT
)
;
family.c:149
#ifdef
LED_PIN
family.c:190
gpio_put
(
LED_PIN
,
state
?
LED_STATE_ON
:
(
1
-
LED_STATE_ON
)
)
;
family.c:191
Call Tree
from
examples
All items filtered out
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