Ralph Ursprung 117eb45fa0
add the possibility to document bind_interrupts structs
the `bind_interrupts` macro creates a `struct` for the interrupts. it
was so far not possible to document those (except for STM32) and there
was no generic documentation being generated/added either, thus the
`missing_docs` lint was triggered for consumers which enabled it.

with this change it is now possible to manually add a comment on the
`struct` being defined in the macro invocation.

to show that this works one RP example has been modified accordingly.
2025-05-15 18:27:40 +02:00
..
2025-05-10 17:08:52 -05:00
2025-05-01 15:33:02 +02:00
2025-04-04 21:54:36 -07:00
2025-05-11 22:15:12 -05:00
2024-12-14 15:48:18 +01:00
2025-01-02 13:35:55 +01:00
2025-04-29 11:07:58 -04:00
2025-04-04 21:54:36 -07:00
2025-04-21 10:43:02 -05:00