PicoSDK
+
0
/2 examples
SourceVu will show references to
busctrl_hw_t
from the following samples and libraries:
dvi_out_hstx_encoder sample
logic_analyser 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
Raspberry Pi Pico SDK and Examples
PicoSDK
busctrl_hw_t
busctrl_hw_t struct
Syntax
Show:
Summary
Declaration
from
busctrl.h:64
typedef
struct
{
_REG_
(
BUSCTRL_BUS_PRIORITY_OFFSET
)
io_rw_32
priority
;
_REG_
(
BUSCTRL_BUS_PRIORITY_ACK_OFFSET
)
io_ro_32
priority_ack
;
_REG_
(
BUSCTRL_PERFCTR_EN_OFFSET
)
io_rw_32
perfctr_en
;
bus_ctrl_perf_hw_t
counter
[
4
]
;
}
busctrl_hw_t
;
Fields
Field
Declared as
busctrl_hw_t::priority
io_rw_32
busctrl_hw_t::priority_ack
io_ro_32
busctrl_hw_t::perfctr_en
io_rw_32
busctrl_hw_t::counter
bus_ctrl_perf_hw_t
[
4
]
Examples
busctrl_hw_t
is referenced by 2 libraries and example projects:
dvi_out_hstx_encoder sample
logic_analyser sample
References
from
0/2
examples
Code
Location
Referrer
typedef
struct
{
busctrl.h:64
}
busctrl_hw_t
;
busctrl.h:84
busctrl_hw_t
static_assert
(
sizeof
(
busctrl_hw_t
)
==
0x002c
,
""
)
;
busctrl.h:87
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out