lh-l4v/spec/haskell/include/mptimer.h

15 lines
266 B
C
Raw Normal View History

/*
* Copyright 2014, General Dynamics C4 Systems
*
2020-03-09 06:18:30 +00:00
* SPDX-License-Identifier: GPL-2.0-only
*/
#include <stdint.h>
/* Memory map for MCT */
typedef struct mp_priv_timer {
uint32_t load;
uint32_t count;
uint32_t ctrl;
uint32_t ints;
} priv_timer;