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

15 lines
266 B
C

/*
* Copyright 2014, General Dynamics C4 Systems
*
* 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;