Modules | |
RTC Register Masks | |
Data Structures | |
struct | RTC_Type |
Macros | |
#define | RTC_INSTANCE_COUNT (1u) |
#define | RTC_BASE (0x4003D000u) |
#define | RTC ((RTC_Type *)RTC_BASE) |
#define | RTC_BASE_ADDRS { RTC_BASE } |
#define | RTC_BASE_PTRS { RTC } |
#define | RTC_IRQS_ARR_COUNT (2u) |
#define | RTC_IRQS_CH_COUNT (1u) |
#define | RTC_SECONDS_IRQS_CH_COUNT (1u) |
#define | RTC_IRQS { RTC_IRQn } |
#define | RTC_SECONDS_IRQS { RTC_Seconds_IRQn } |
Typedefs | |
typedef struct RTC_Type * | RTC_MemMapPtr |
#define RTC_BASE (0x4003D000u) |
#define RTC_BASE_ADDRS { RTC_BASE } |
#define RTC_BASE_PTRS { RTC } |
#define RTC_INSTANCE_COUNT (1u) |
#define RTC_IRQS { RTC_IRQn } |
#define RTC_IRQS_ARR_COUNT (2u) |
#define RTC_IRQS_CH_COUNT (1u) |
#define RTC_SECONDS_IRQS { RTC_Seconds_IRQn } |
#define RTC_SECONDS_IRQS_CH_COUNT (1u) |
typedef struct RTC_Type * RTC_MemMapPtr |