PicoSDK
+
0
/2 examples
SourceVu will show references to
bi_4pins_with_func
from the following samples and libraries:
spi_master sample
spi_slave 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_4pins_with_func
bi_4pins_with_func macro
Syntax
Show:
Summary
Declaration
from
code.h:186
#define
bi_4pins_with_func
(
p0
,
p1
,
p2
,
p3
,
func
)
__bi_encoded_pins_with_func
(
BI_PINS_ENCODING_MULTI
|
(
(
func
<
<
3
)
)
|
(
(
p0
)
<
<
7
)
|
(
(
p1
)
<
<
12
)
|
(
(
p2
)
<
<
17
)
|
(
(
p3
)
<
<
22
)
|
(
(
p3
)
<
<
27
)
)
Arguments
Argument
p0
p1
p2
p3
func
Examples
bi_4pins_with_func
is referenced by 2 libraries and example projects:
References
from
examples
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