We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33af4c commit 96a9bb0Copy full SHA for 96a9bb0
1 file changed
targets/chip/stm32f469/io/ltdc.hpp
@@ -29,7 +29,7 @@ namespace klib::stm32f469::io::periph::detail::ltdc {
29
}
30
31
// global peripherals, not affected by chip package
32
-namespace klib::stm32f469::io::periph {
+namespace klib::stm32f469::io::periph::tfbga216 {
33
template <
34
typename Clk = pins::package::tfbga216::ph3,
35
typename Hsync = pins::package::tfbga216::pd5,
@@ -70,6 +70,9 @@ namespace klib::stm32f469::io::periph {
70
// error interrupt id (including the arm vector table)
71
constexpr static uint32_t error_interrupt_id = 16 + 89;
72
73
+ // peripheral clock bit position
74
+ constexpr static uint32_t clock_id = (4 * 32) + 26;
75
+
76
// port to the LTDC hardware
77
static inline LTDC_Type *const port = LTDC;
78
0 commit comments