32 lines
691 B
C
32 lines
691 B
C
|
/* this header brings in the individual files that define the
|
||
|
* struct typdefs for all the special function registers of META
|
||
|
*/
|
||
|
|
||
|
#ifndef META_SFR_H__
|
||
|
#define META_SFR_H__
|
||
|
|
||
|
#include "sram_sfr.h"
|
||
|
#include "crga_sfr.h"
|
||
|
#include "pmua_sfr.h"
|
||
|
#include "sysctrla_sfr.h"
|
||
|
#include "trimhv_sfr.h"
|
||
|
#include "ioctrla_sfr.h"
|
||
|
#include "wica_sfr.h"
|
||
|
#include "wdta_sfr.h"
|
||
|
#include "lins_sfr.h"
|
||
|
#include "gpio_sfr.h"
|
||
|
#include "pwm_sfr.h"
|
||
|
#include "ctt_sfr.h"
|
||
|
#include "pwm_aux_sfr.h"
|
||
|
#include "gtimer_sfr.h"
|
||
|
#include "evthold_sfr.h"
|
||
|
#include "sar_ctrl_sfr.h"
|
||
|
#include "spi_sfr.h"
|
||
|
#include "uart0_sfr.h"
|
||
|
#include "syscfg_sfr.h"
|
||
|
#include "flash_sfr.h"
|
||
|
#include "mathdiv_sfr.h"
|
||
|
#include "crc_sfr.h"
|
||
|
|
||
|
#endif
|