2019-05-03 18:54:38 -07:00
|
|
|
/*
|
|
|
|
* mc33816_data.h
|
|
|
|
*
|
|
|
|
* @date May 3, 2019
|
2020-01-07 21:02:40 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2019-05-03 18:54:38 -07:00
|
|
|
*/
|
|
|
|
|
2020-02-18 05:16:19 -08:00
|
|
|
#pragma once
|
2019-05-03 18:54:38 -07:00
|
|
|
|
2020-08-30 12:38:56 -07:00
|
|
|
extern const unsigned short MC33816_code_RAM1[88]; // CODE RAM CH 1
|
2019-06-06 17:12:03 -07:00
|
|
|
extern const unsigned short MC33816_code_RAM2[43]; // CODE RAM CH 2
|
|
|
|
extern const unsigned short MC33816_data_RAM[128]; // DATA RAM
|
|
|
|
extern const unsigned short MC33816_main_config[29]; // main configurations
|
|
|
|
extern const unsigned short MC33816_ch1_config[19]; // CH 1 configurations
|
|
|
|
extern const unsigned short MC33816_ch2_config[19]; // CH 2 configurations
|
|
|
|
extern const unsigned short MC33816_io_config[44]; // IO configurations
|
|
|
|
extern const unsigned short MC33816_diag_config[44]; // diag configurations
|
2019-05-03 18:54:38 -07:00
|
|
|
|