/* * Macros to allow using the absolute physical address instead of the * padconf registers instead of the offset from padconf base.
*/ #define OMAP_IOPAD_OFFSET(pa, offset) (((pa) & 0xffff) - (offset))
/* * Macros to allow using the offset from the padconf physical address * instead of the offset from padconf base.
*/ #define OMAP_PADCONF_OFFSET(offset, base_offset) ((offset) - (base_offset))
/* * Define some commonly used pins configured by the boards. * Note that some boards use alternative pins, so check * the schematics before using these.
*/ #define OMAP3_UART1_RX 0x152 #define OMAP3_UART2_RX 0x14a #define OMAP3_UART3_RX 0x16e #define OMAP4_UART2_RX 0xdc #define OMAP4_UART3_RX 0x104 #define OMAP4_UART4_RX 0x11c
#endif
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-04-29)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.