Go to the documentation of this file.
7 #define OST_OSMR0 (PKUNITY_OST_BASE + 0x0000)
11 #define OST_OSMR1 (PKUNITY_OST_BASE + 0x0004)
15 #define OST_OSMR2 (PKUNITY_OST_BASE + 0x0008)
19 #define OST_OSMR3 (PKUNITY_OST_BASE + 0x000C)
23 #define OST_OSCR (PKUNITY_OST_BASE + 0x0010)
27 #define OST_OSSR (PKUNITY_OST_BASE + 0x0014)
31 #define OST_OWER (PKUNITY_OST_BASE + 0x0018)
35 #define OST_OIER (PKUNITY_OST_BASE + 0x001C)
43 #define OST_PWM_PWCR (0x00)
44 #define OST_PWM_DCCR (0x04)
45 #define OST_PWM_PCR (0x08)
50 #define OST_OSSR_M0 FIELD(1, 1, 0)
54 #define OST_OSSR_M1 FIELD(1, 1, 1)
58 #define OST_OSSR_M2 FIELD(1, 1, 2)
62 #define OST_OSSR_M3 FIELD(1, 1, 3)
67 #define OST_OIER_E0 FIELD(1, 1, 0)
71 #define OST_OIER_E1 FIELD(1, 1, 1)
75 #define OST_OIER_E2 FIELD(1, 1, 2)
79 #define OST_OIER_E3 FIELD(1, 1, 3)
84 #define OST_OWER_WME FIELD(1, 1, 0)
89 #define OST_PWMDCCR_FDCYCLE FIELD(1, 1, 10)