PicoSDK
+
0
/1 examples
SourceVu will show references to
bi_1pin_with_func
from the following samples and libraries:
lcd_uart sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
bi_1pin_with_func
bi_1pin_with_func macro
Syntax
Show:
Summary
Declaration
from
code.h:183
#define
bi_1pin_with_func
(
p0
,
func
)
__bi_encoded_pins_with_func
(
BI_PINS_ENCODING_MULTI
|
(
(
func
<
<
3
)
)
|
(
(
p0
)
<
<
7
)
|
(
(
p0
)
<
<
12
)
)
Arguments
Argument
p0
func
Examples
bi_1pin_with_func
is referenced by 1 libraries and example projects:
lcd_uart sample
References
from
0/1
examples
Code
Location
#define
bi_1pin_with_func
(
p0
,
func
)
__bi_encoded_pins_with_func
(
BI_PINS_ENCODING_MULTI
|
(
(
func
<
<
3
)
)
|
(
(
p0
)
<
<
7
)
|
(
(
p0
)
<
<
12
)
)
code.h:183
bi_decl_if_func_used
(
bi_1pin_with_func
(
PICO_DEFAULT_UART_TX_PIN
,
UART_FUNCSEL_NUM
(
uart_default
,
PICO_DEFAULT_UART_TX_PIN
)
)
)
;
stdio_uart.c:49
bi_decl_if_func_used
(
bi_1pin_with_func
(
PICO_DEFAULT_UART_RX_PIN
,
UART_FUNCSEL_NUM
(
uart_default
,
PICO_DEFAULT_UART_RX_PIN
)
)
)
;
stdio_uart.c:50
bi_decl_if_func_used
(
bi_1pin_with_func
(
PICO_DEFAULT_UART_TX_PIN
,
UART_FUNCSEL_NUM
(
uart_default
,
PICO_DEFAULT_UART_TX_PIN
)
)
)
;
stdio_uart.c:71
bi_decl_if_func_used
(
bi_1pin_with_func
(
PICO_DEFAULT_UART_RX_PIN
,
UART_FUNCSEL_NUM
(
uart_default
,
PICO_DEFAULT_UART_RX_PIN
)
)
)
;
stdio_uart.c:83
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out