File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
rp2040/hardware_structs/include/hardware/structs
rp2350/hardware_structs/include/hardware/structs Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 24
24
// BITMASK [BITRANGE] FIELDNAME (RESETVALUE) DESCRIPTION
25
25
26
26
/** \brief Bus fabric performance counters on RP2040 (used as typedef \ref bus_ctrl_perf_counter_t)
27
- * \ingroup hardware_busctrl
28
27
*/
29
28
typedef enum bus_ctrl_perf_counter_rp2040 {
30
29
arbiter_rom_perf_event_access = 19 ,
Original file line number Diff line number Diff line change 24
24
// BITMASK [BITRANGE] FIELDNAME (RESETVALUE) DESCRIPTION
25
25
26
26
/** \brief Bus fabric performance counters on RP2350 (used as typedef \ref bus_ctrl_perf_counter_t)
27
- * \ingroup hardware_busctrl
28
27
*/
29
28
typedef enum bus_ctrl_perf_counter_rp2350 {
30
29
arbiter_rom_perf_event_access = 19 ,
You can’t perform that action at this time.
0 commit comments