Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d942e0f

Browse files
Fix bug in register_structs description
1 parent 8ab5417 commit d942e0f

File tree

8 files changed

+8
-8
lines changed
  • 13_exceptions_part2_peripheral_IRQs
  • 14_virtual_mem_part2_mmio_remap/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller
  • 15_virtual_mem_part3_precomputed_tables/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller
  • 16_virtual_mem_part4_higher_half_kernel/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller
  • 17_kernel_symbols/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller
  • 18_backtrace/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller
  • 19_kernel_heap/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller

8 files changed

+8
-8
lines changed

‎13_exceptions_part2_peripheral_IRQs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ diff -uNr 12_integrated_testing/kernel/src/bsp/device_driver/bcm/bcm2xxx_interru
15491549
+ (0x00 => _reserved1),
15501550
+ (0x10 => ENABLE_1: WriteOnly<u32>),
15511551
+ (0x14 => ENABLE_2: WriteOnly<u32>),
1552-
+ (0x24 => @END),
1552+
+ (0x18 => @END),
15531553
+ }
15541554
+}
15551555
+

‎13_exceptions_part2_peripheral_IRQs/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller/peripheral_ic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ register_structs! {
2626
(0x00 => _reserved1),
2727
(0x10 => ENABLE_1: WriteOnly<u32>),
2828
(0x14 => ENABLE_2: WriteOnly<u32>),
29-
(0x24 => @END),
29+
(0x18 => @END),
3030
}
3131
}
3232

‎14_virtual_mem_part2_mmio_remap/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller/peripheral_ic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ register_structs! {
2828
(0x00 => _reserved1),
2929
(0x10 => ENABLE_1: WriteOnly<u32>),
3030
(0x14 => ENABLE_2: WriteOnly<u32>),
31-
(0x24 => @END),
31+
(0x18 => @END),
3232
}
3333
}
3434

‎15_virtual_mem_part3_precomputed_tables/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller/peripheral_ic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ register_structs! {
2828
(0x00 => _reserved1),
2929
(0x10 => ENABLE_1: WriteOnly<u32>),
3030
(0x14 => ENABLE_2: WriteOnly<u32>),
31-
(0x24 => @END),
31+
(0x18 => @END),
3232
}
3333
}
3434

‎16_virtual_mem_part4_higher_half_kernel/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller/peripheral_ic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ register_structs! {
2828
(0x00 => _reserved1),
2929
(0x10 => ENABLE_1: WriteOnly<u32>),
3030
(0x14 => ENABLE_2: WriteOnly<u32>),
31-
(0x24 => @END),
31+
(0x18 => @END),
3232
}
3333
}
3434

‎17_kernel_symbols/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller/peripheral_ic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ register_structs! {
2828
(0x00 => _reserved1),
2929
(0x10 => ENABLE_1: WriteOnly<u32>),
3030
(0x14 => ENABLE_2: WriteOnly<u32>),
31-
(0x24 => @END),
31+
(0x18 => @END),
3232
}
3333
}
3434

‎18_backtrace/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller/peripheral_ic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ register_structs! {
2828
(0x00 => _reserved1),
2929
(0x10 => ENABLE_1: WriteOnly<u32>),
3030
(0x14 => ENABLE_2: WriteOnly<u32>),
31-
(0x24 => @END),
31+
(0x18 => @END),
3232
}
3333
}
3434

‎19_kernel_heap/kernel/src/bsp/device_driver/bcm/bcm2xxx_interrupt_controller/peripheral_ic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ register_structs! {
2929
(0x00 => _reserved1),
3030
(0x10 => ENABLE_1: WriteOnly<u32>),
3131
(0x14 => ENABLE_2: WriteOnly<u32>),
32-
(0x24 => @END),
32+
(0x18 => @END),
3333
}
3434
}
3535

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /