This repository has been archived on 2023-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
SAMSUNG_S21_FHD_ISP568_BC-XGD/project/Listings/main.i

6487 lines
74 KiB
OpenEdge ABL

# 1 "..\\src\\app\\main.c"
# 1 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdio.h"
# 47 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdio.h"
typedef unsigned int size_t;
typedef struct __va_list __va_list;
typedef struct __fpos_t_struct {
unsigned __int64 __pos;
struct {
unsigned int __state1, __state2;
} __mbstate;
} fpos_t;
typedef struct __FILE FILE;
# 136 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdio.h"
extern FILE __stdin, __stdout, __stderr;
extern FILE *__aeabi_stdin, *__aeabi_stdout, *__aeabi_stderr;
# 166 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdio.h"
extern __declspec(__nothrow) int remove(const char * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int rename(const char * , const char * ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) FILE *tmpfile(void);
extern __declspec(__nothrow) char *tmpnam(char * );
extern __declspec(__nothrow) int fclose(FILE * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int fflush(FILE * );
extern __declspec(__nothrow) FILE *fopen(const char * __restrict ,
const char * __restrict ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) FILE *freopen(const char * __restrict ,
const char * __restrict ,
FILE * __restrict ) __attribute__((__nonnull__(2,3)));
extern __declspec(__nothrow) void setbuf(FILE * __restrict ,
char * __restrict ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int setvbuf(FILE * __restrict ,
char * __restrict ,
int , size_t ) __attribute__((__nonnull__(1)));
#pragma __printf_args
extern __declspec(__nothrow) int fprintf(FILE * __restrict ,
const char * __restrict , ...) __attribute__((__nonnull__(1,2)));
#pragma __printf_args
extern __declspec(__nothrow) int _fprintf(FILE * __restrict ,
const char * __restrict , ...) __attribute__((__nonnull__(1,2)));
#pragma __printf_args
extern __declspec(__nothrow) int printf(const char * __restrict , ...) __attribute__((__nonnull__(1)));
#pragma __printf_args
extern __declspec(__nothrow) int _printf(const char * __restrict , ...) __attribute__((__nonnull__(1)));
#pragma __printf_args
extern __declspec(__nothrow) int sprintf(char * __restrict , const char * __restrict , ...) __attribute__((__nonnull__(1,2)));
#pragma __printf_args
extern __declspec(__nothrow) int _sprintf(char * __restrict , const char * __restrict , ...) __attribute__((__nonnull__(1,2)));
#pragma __printf_args
extern __declspec(__nothrow) int __ARM_snprintf(char * __restrict , size_t ,
const char * __restrict , ...) __attribute__((__nonnull__(3)));
#pragma __printf_args
extern __declspec(__nothrow) int snprintf(char * __restrict , size_t ,
const char * __restrict , ...) __attribute__((__nonnull__(3)));
#pragma __printf_args
extern __declspec(__nothrow) int _snprintf(char * __restrict , size_t ,
const char * __restrict , ...) __attribute__((__nonnull__(3)));
#pragma __scanf_args
extern __declspec(__nothrow) int fscanf(FILE * __restrict ,
const char * __restrict , ...) __attribute__((__nonnull__(1,2)));
#pragma __scanf_args
extern __declspec(__nothrow) int _fscanf(FILE * __restrict ,
const char * __restrict , ...) __attribute__((__nonnull__(1,2)));
#pragma __scanf_args
extern __declspec(__nothrow) int scanf(const char * __restrict , ...) __attribute__((__nonnull__(1)));
#pragma __scanf_args
extern __declspec(__nothrow) int _scanf(const char * __restrict , ...) __attribute__((__nonnull__(1)));
#pragma __scanf_args
extern __declspec(__nothrow) int sscanf(const char * __restrict ,
const char * __restrict , ...) __attribute__((__nonnull__(1,2)));
#pragma __scanf_args
extern __declspec(__nothrow) int _sscanf(const char * __restrict ,
const char * __restrict , ...) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int vfscanf(FILE * __restrict , const char * __restrict , __va_list) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int vscanf(const char * __restrict , __va_list) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int vsscanf(const char * __restrict , const char * __restrict , __va_list) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int _vfscanf(FILE * __restrict , const char * __restrict , __va_list) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int _vscanf(const char * __restrict , __va_list) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int _vsscanf(const char * __restrict , const char * __restrict , __va_list) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int __ARM_vsscanf(const char * __restrict , const char * __restrict , __va_list) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int vprintf(const char * __restrict , __va_list ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int _vprintf(const char * __restrict , __va_list ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int vfprintf(FILE * __restrict ,
const char * __restrict , __va_list ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int vsprintf(char * __restrict ,
const char * __restrict , __va_list ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int __ARM_vsnprintf(char * __restrict , size_t ,
const char * __restrict , __va_list ) __attribute__((__nonnull__(3)));
extern __declspec(__nothrow) int vsnprintf(char * __restrict , size_t ,
const char * __restrict , __va_list ) __attribute__((__nonnull__(3)));
extern __declspec(__nothrow) int _vsprintf(char * __restrict ,
const char * __restrict , __va_list ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int _vfprintf(FILE * __restrict ,
const char * __restrict , __va_list ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int _vsnprintf(char * __restrict , size_t ,
const char * __restrict , __va_list ) __attribute__((__nonnull__(3)));
#pragma __printf_args
extern __declspec(__nothrow) int asprintf(char ** , const char * __restrict , ...) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) int vasprintf(char ** , const char * __restrict , __va_list ) __attribute__((__nonnull__(2)));
#pragma __printf_args
extern __declspec(__nothrow) int __ARM_asprintf(char ** , const char * __restrict , ...) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) int __ARM_vasprintf(char ** , const char * __restrict , __va_list ) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) int fgetc(FILE * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) char *fgets(char * __restrict , int ,
FILE * __restrict ) __attribute__((__nonnull__(1,3)));
extern __declspec(__nothrow) int fputc(int , FILE * ) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) int fputs(const char * __restrict , FILE * __restrict ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int getc(FILE * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int (getchar)(void);
extern __declspec(__nothrow) char *gets(char * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int putc(int , FILE * ) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) int (putchar)(int );
extern __declspec(__nothrow) int puts(const char * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int ungetc(int , FILE * ) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) size_t fread(void * __restrict ,
size_t , size_t , FILE * __restrict ) __attribute__((__nonnull__(1,4)));
extern __declspec(__nothrow) size_t __fread_bytes_avail(void * __restrict ,
size_t , FILE * __restrict ) __attribute__((__nonnull__(1,3)));
extern __declspec(__nothrow) size_t fwrite(const void * __restrict ,
size_t , size_t , FILE * __restrict ) __attribute__((__nonnull__(1,4)));
extern __declspec(__nothrow) int fgetpos(FILE * __restrict , fpos_t * __restrict ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int fseek(FILE * , long int , int ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int fsetpos(FILE * __restrict , const fpos_t * __restrict ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) long int ftell(FILE * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) void rewind(FILE * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) void clearerr(FILE * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int feof(FILE * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int ferror(FILE * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) void perror(const char * );
extern __declspec(__nothrow) int _fisatty(FILE * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) void __use_no_semihosting_swi(void);
extern __declspec(__nothrow) void __use_no_semihosting(void);
# 1021 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdio.h"
# 2 "..\\src\\app\\main.c"
# 1 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\string.h"
# 38 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\string.h"
typedef unsigned int size_t;
# 54 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\string.h"
extern __declspec(__nothrow) void *memcpy(void * __restrict ,
const void * __restrict , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void *memmove(void * ,
const void * , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) char *strcpy(char * __restrict , const char * __restrict ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) char *strncpy(char * __restrict , const char * __restrict , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) char *strcat(char * __restrict , const char * __restrict ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) char *strncat(char * __restrict , const char * __restrict , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int memcmp(const void * , const void * , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int strcmp(const char * , const char * ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int strncmp(const char * , const char * , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int strcasecmp(const char * , const char * ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int strncasecmp(const char * , const char * , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) int strcoll(const char * , const char * ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) size_t strxfrm(char * __restrict , const char * __restrict , size_t ) __attribute__((__nonnull__(2)));
# 193 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\string.h"
extern __declspec(__nothrow) void *memchr(const void * , int , size_t ) __attribute__((__nonnull__(1)));
# 209 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\string.h"
extern __declspec(__nothrow) char *strchr(const char * , int ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) size_t strcspn(const char * , const char * ) __attribute__((__nonnull__(1,2)));
# 232 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\string.h"
extern __declspec(__nothrow) char *strpbrk(const char * , const char * ) __attribute__((__nonnull__(1,2)));
# 247 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\string.h"
extern __declspec(__nothrow) char *strrchr(const char * , int ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) size_t strspn(const char * , const char * ) __attribute__((__nonnull__(1,2)));
# 270 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\string.h"
extern __declspec(__nothrow) char *strstr(const char * , const char * ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) char *strtok(char * __restrict , const char * __restrict ) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) char *_strtok_r(char * , const char * , char ** ) __attribute__((__nonnull__(2,3)));
extern __declspec(__nothrow) char *strtok_r(char * , const char * , char ** ) __attribute__((__nonnull__(2,3)));
extern __declspec(__nothrow) void *memset(void * , int , size_t ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) char *strerror(int );
extern __declspec(__nothrow) size_t strlen(const char * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) size_t strlcpy(char * , const char * , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) size_t strlcat(char * , const char * , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitcpybl(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitcpybb(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitcpyhl(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitcpyhb(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitcpywl(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitcpywb(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitmovebl(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitmovebb(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitmovehl(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitmovehb(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitmovewl(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
extern __declspec(__nothrow) void _membitmovewb(void * , const void * , int , int , size_t ) __attribute__((__nonnull__(1,2)));
# 502 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\string.h"
# 3 "..\\src\\app\\main.c"
# 1 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdlib.h"
# 54 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdlib.h"
typedef unsigned int size_t;
# 70 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdlib.h"
typedef unsigned short wchar_t;
# 91 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdlib.h"
typedef struct div_t { int quot, rem; } div_t;
typedef struct ldiv_t { long int quot, rem; } ldiv_t;
typedef struct lldiv_t { long long quot, rem; } lldiv_t;
# 112 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdlib.h"
# 131 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdlib.h"
extern __declspec(__nothrow) int __aeabi_MB_CUR_MAX(void);
extern __declspec(__nothrow) double atof(const char * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int atoi(const char * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) long int atol(const char * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) long long atoll(const char * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) double strtod(const char * __restrict , char ** __restrict ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) float strtof(const char * __restrict , char ** __restrict ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) long double strtold(const char * __restrict , char ** __restrict ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) long int strtol(const char * __restrict ,
char ** __restrict , int ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) unsigned long int strtoul(const char * __restrict ,
char ** __restrict , int ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) long long strtoll(const char * __restrict ,
char ** __restrict , int )
__attribute__((__nonnull__(1)));
extern __declspec(__nothrow) unsigned long long strtoull(const char * __restrict ,
char ** __restrict , int )
__attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int rand(void);
extern __declspec(__nothrow) void srand(unsigned int );
struct _rand_state { int __x[57]; };
extern __declspec(__nothrow) int _rand_r(struct _rand_state *);
extern __declspec(__nothrow) void _srand_r(struct _rand_state *, unsigned int);
struct _ANSI_rand_state { int __x[1]; };
extern __declspec(__nothrow) int _ANSI_rand_r(struct _ANSI_rand_state *);
extern __declspec(__nothrow) void _ANSI_srand_r(struct _ANSI_rand_state *, unsigned int);
extern __declspec(__nothrow) void *calloc(size_t , size_t );
extern __declspec(__nothrow) void free(void * );
extern __declspec(__nothrow) void *malloc(size_t );
extern __declspec(__nothrow) void *realloc(void * , size_t );
extern __declspec(__nothrow) int posix_memalign(void ** , size_t , size_t );
typedef int (*__heapprt)(void *, char const *, ...);
extern __declspec(__nothrow) void __heapstats(int (* )(void * ,
char const * , ...),
void * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int __heapvalid(int (* )(void * ,
char const * , ...),
void * , int ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) __declspec(__noreturn) void abort(void);
extern __declspec(__nothrow) int atexit(void (* )(void)) __attribute__((__nonnull__(1)));
# 436 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdlib.h"
extern __declspec(__nothrow) __declspec(__noreturn) void exit(int );
extern __declspec(__nothrow) __declspec(__noreturn) void _Exit(int );
extern __declspec(__nothrow) char *getenv(const char * ) __attribute__((__nonnull__(1)));
extern __declspec(__nothrow) int system(const char * );
extern void *bsearch(const void * , const void * ,
size_t , size_t ,
int (* )(const void *, const void *)) __attribute__((__nonnull__(1,2,5)));
# 524 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdlib.h"
extern void qsort(void * , size_t , size_t ,
int (* )(const void *, const void *)) __attribute__((__nonnull__(1,4)));
# 553 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdlib.h"
extern __declspec(__nothrow) __attribute__((const)) int abs(int );
extern __declspec(__nothrow) __attribute__((const)) div_t div(int , int );
extern __declspec(__nothrow) __attribute__((const)) long int labs(long int );
extern __declspec(__nothrow) __attribute__((const)) ldiv_t ldiv(long int , long int );
extern __declspec(__nothrow) __attribute__((const)) long long llabs(long long );
extern __declspec(__nothrow) __attribute__((const)) lldiv_t lldiv(long long , long long );
# 634 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdlib.h"
typedef struct __sdiv32by16 { int quot, rem; } __sdiv32by16;
typedef struct __udiv32by16 { unsigned int quot, rem; } __udiv32by16;
typedef struct __sdiv64by32 { int rem, quot; } __sdiv64by32;
__value_in_regs extern __declspec(__nothrow) __attribute__((const)) __sdiv32by16 __rt_sdiv32by16(
int ,
short int );
__value_in_regs extern __declspec(__nothrow) __attribute__((const)) __udiv32by16 __rt_udiv32by16(
unsigned int ,
unsigned short );
__value_in_regs extern __declspec(__nothrow) __attribute__((const)) __sdiv64by32 __rt_sdiv64by32(
int , unsigned int ,
int );
extern __declspec(__nothrow) unsigned int __fp_status(unsigned int , unsigned int );
extern __declspec(__nothrow) int mblen(const char * , size_t );
extern __declspec(__nothrow) int mbtowc(wchar_t * __restrict ,
const char * __restrict , size_t );
extern __declspec(__nothrow) int wctomb(char * , wchar_t );
extern __declspec(__nothrow) size_t mbstowcs(wchar_t * __restrict ,
const char * __restrict , size_t ) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) size_t wcstombs(char * __restrict ,
const wchar_t * __restrict , size_t ) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) void __use_realtime_heap(void);
extern __declspec(__nothrow) void __use_realtime_division(void);
extern __declspec(__nothrow) void __use_two_region_memory(void);
extern __declspec(__nothrow) void __use_no_heap(void);
extern __declspec(__nothrow) void __use_no_heap_region(void);
extern __declspec(__nothrow) char const *__C_library_version_string(void);
extern __declspec(__nothrow) int __C_library_version_number(void);
# 892 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdlib.h"
# 4 "..\\src\\app\\main.c"
# 1 "..\\src\\app\\test_cfg_global.h"
# 30 "..\\src\\app\\test_cfg_global.h"
# 1 "..\\src\\app\\demo\\ap_demo.h"
# 30 "..\\src\\app\\demo\\ap_demo.h"
void ap_demo(void);
void app_tp_I2C_init(void);
# 75 "..\\src\\app\\test_cfg_global.h"
# 1 "..\\src\\app\\demo\\app_tp_for_custom_s8.h"
# 1 "..\\src\\app\\test_cfg_global.h"
# 84 "..\\src\\app\\test_cfg_global.h"
# 13 "..\\src\\app\\demo\\app_tp_for_custom_s8.h"
# 15 "..\\src\\app\\demo\\app_tp_for_custom_s8.h"
# 1 "..\\src\\common\\tau_device_datatype.h"
# 1 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdint.h"
# 27 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdint.h"
# 46 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdint.h"
typedef signed char int8_t;
typedef signed short int int16_t;
typedef signed int int32_t;
typedef signed __int64 int64_t;
typedef unsigned char uint8_t;
typedef unsigned short int uint16_t;
typedef unsigned int uint32_t;
typedef unsigned __int64 uint64_t;
typedef signed char int_least8_t;
typedef signed short int int_least16_t;
typedef signed int int_least32_t;
typedef signed __int64 int_least64_t;
typedef unsigned char uint_least8_t;
typedef unsigned short int uint_least16_t;
typedef unsigned int uint_least32_t;
typedef unsigned __int64 uint_least64_t;
typedef signed int int_fast8_t;
typedef signed int int_fast16_t;
typedef signed int int_fast32_t;
typedef signed __int64 int_fast64_t;
typedef unsigned int uint_fast8_t;
typedef unsigned int uint_fast16_t;
typedef unsigned int uint_fast32_t;
typedef unsigned __int64 uint_fast64_t;
typedef signed int intptr_t;
typedef unsigned int uintptr_t;
typedef signed long long intmax_t;
typedef unsigned long long uintmax_t;
# 216 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdint.h"
# 241 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdint.h"
# 305 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdint.h"
# 20 "..\\src\\common\\tau_device_datatype.h"
# 1 "..\\src\\common\\tau_common.h"
# 18 "..\\src\\common\\tau_common.h"
# 1 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
# 61 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
# 75 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
# 112 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
extern __attribute__((__pcs__("aapcs"))) unsigned __ARM_dcmp4(double , double );
extern __attribute__((__pcs__("aapcs"))) unsigned __ARM_fcmp4(float , float );
extern __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_fpclassifyf(float );
extern __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_fpclassify(double );
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_isfinitef(float __x)
{
return (((*(unsigned *)&(__x)) >> 23) & 0xff) != 0xff;
}
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_isfinite(double __x)
{
return (((*(1 + (unsigned *)&(__x))) >> 20) & 0x7ff) != 0x7ff;
}
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_isinff(float __x)
{
return ((*(unsigned *)&(__x)) << 1) == 0xff000000;
}
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_isinf(double __x)
{
return (((*(1 + (unsigned *)&(__x))) << 1) == 0xffe00000) && ((*(unsigned *)&(__x)) == 0);
}
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_islessgreaterf(float __x, float __y)
{
unsigned __f = __ARM_fcmp4(__x, __y) >> 28;
return (__f == 8) || (__f == 2);
}
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_islessgreater(double __x, double __y)
{
unsigned __f = __ARM_dcmp4(__x, __y) >> 28;
return (__f == 8) || (__f == 2);
}
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_isnanf(float __x)
{
return (0x7f800000 - ((*(unsigned *)&(__x)) & 0x7fffffff)) >> 31;
}
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_isnan(double __x)
{
unsigned __xf = (*(1 + (unsigned *)&(__x))) | (((*(unsigned *)&(__x)) == 0) ? 0 : 1);
return (0x7ff00000 - (__xf & 0x7fffffff)) >> 31;
}
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_isnormalf(float __x)
{
unsigned __xe = ((*(unsigned *)&(__x)) >> 23) & 0xff;
return (__xe != 0xff) && (__xe != 0);
}
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_isnormal(double __x)
{
unsigned __xe = ((*(1 + (unsigned *)&(__x))) >> 20) & 0x7ff;
return (__xe != 0x7ff) && (__xe != 0);
}
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_signbitf(float __x)
{
return (*(unsigned *)&(__x)) >> 31;
}
static __inline __declspec(__nothrow) __attribute__((__pcs__("aapcs"))) int __ARM_signbit(double __x)
{
return (*(1 + (unsigned *)&(__x))) >> 31;
}
# 230 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
typedef float float_t;
typedef double double_t;
# 251 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
extern const int math_errhandling;
# 261 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
extern __declspec(__nothrow) double acos(double );
extern __declspec(__nothrow) double asin(double );
extern __declspec(__nothrow) __attribute__((const)) double atan(double );
extern __declspec(__nothrow) double atan2(double , double );
extern __declspec(__nothrow) double cos(double );
extern __declspec(__nothrow) double sin(double );
extern void __use_accurate_range_reduction(void);
extern __declspec(__nothrow) double tan(double );
extern __declspec(__nothrow) double cosh(double );
extern __declspec(__nothrow) double sinh(double );
extern __declspec(__nothrow) __attribute__((const)) double tanh(double );
extern __declspec(__nothrow) double exp(double );
extern __declspec(__nothrow) double frexp(double , int * ) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) double ldexp(double , int );
extern __declspec(__nothrow) double log(double );
extern __declspec(__nothrow) double log10(double );
extern __declspec(__nothrow) double modf(double , double * ) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) double pow(double , double );
extern __declspec(__nothrow) double sqrt(double );
static __inline double _sqrt(double __x) { return sqrt(__x); }
static __inline float _sqrtf(float __x) { return (float)sqrt(__x); }
extern __declspec(__nothrow) __attribute__((const)) double ceil(double );
extern __declspec(__nothrow) __attribute__((const)) double fabs(double );
extern __declspec(__nothrow) __attribute__((const)) double floor(double );
extern __declspec(__nothrow) double fmod(double , double );
extern __declspec(__nothrow) double acosh(double );
extern __declspec(__nothrow) double asinh(double );
extern __declspec(__nothrow) double atanh(double );
extern __declspec(__nothrow) double cbrt(double );
static __inline __declspec(__nothrow) __attribute__((const)) double copysign(double __x, double __y)
{
(*(1 + (unsigned *)&(__x))) = ((*(1 + (unsigned *)&(__x))) & 0x7fffffff) | ((*(1 + (unsigned *)&(__y))) & 0x80000000);
return __x;
}
static __inline __declspec(__nothrow) __attribute__((const)) float copysignf(float __x, float __y)
{
(*(unsigned *)&(__x)) = ((*(unsigned *)&(__x)) & 0x7fffffff) | ((*(unsigned *)&(__y)) & 0x80000000);
return __x;
}
extern __declspec(__nothrow) double erf(double );
extern __declspec(__nothrow) double erfc(double );
extern __declspec(__nothrow) double expm1(double );
# 479 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
extern __declspec(__nothrow) double hypot(double , double );
extern __declspec(__nothrow) int ilogb(double );
extern __declspec(__nothrow) int ilogbf(float );
extern __declspec(__nothrow) int ilogbl(long double );
extern __declspec(__nothrow) double lgamma (double );
extern __declspec(__nothrow) double log1p(double );
extern __declspec(__nothrow) double logb(double );
extern __declspec(__nothrow) float logbf(float );
extern __declspec(__nothrow) long double logbl(long double );
extern __declspec(__nothrow) double nextafter(double , double );
extern __declspec(__nothrow) float nextafterf(float , float );
extern __declspec(__nothrow) long double nextafterl(long double , long double );
extern __declspec(__nothrow) double nexttoward(double , long double );
extern __declspec(__nothrow) float nexttowardf(float , long double );
extern __declspec(__nothrow) long double nexttowardl(long double , long double );
extern __declspec(__nothrow) double remainder(double , double );
extern __declspec(__nothrow) __attribute__((const)) double rint(double );
extern __declspec(__nothrow) double scalbln(double , long int );
extern __declspec(__nothrow) float scalblnf(float , long int );
extern __declspec(__nothrow) long double scalblnl(long double , long int );
extern __declspec(__nothrow) double scalbn(double , int );
extern __declspec(__nothrow) float scalbnf(float , int );
extern __declspec(__nothrow) long double scalbnl(long double , int );
extern __declspec(__nothrow) __attribute__((const)) float _fabsf(float);
static __inline __declspec(__nothrow) __attribute__((const)) float fabsf(float __f) { return _fabsf(__f); }
extern __declspec(__nothrow) float sinf(float );
extern __declspec(__nothrow) float cosf(float );
extern __declspec(__nothrow) float tanf(float );
extern __declspec(__nothrow) float acosf(float );
extern __declspec(__nothrow) float asinf(float );
extern __declspec(__nothrow) float atanf(float );
extern __declspec(__nothrow) float atan2f(float , float );
extern __declspec(__nothrow) float sinhf(float );
extern __declspec(__nothrow) float coshf(float );
extern __declspec(__nothrow) float tanhf(float );
extern __declspec(__nothrow) float expf(float );
extern __declspec(__nothrow) float logf(float );
extern __declspec(__nothrow) float log10f(float );
extern __declspec(__nothrow) float powf(float , float );
extern __declspec(__nothrow) float sqrtf(float );
extern __declspec(__nothrow) float ldexpf(float , int );
extern __declspec(__nothrow) float frexpf(float , int * ) __attribute__((__nonnull__(2)));
extern __declspec(__nothrow) __attribute__((const)) float ceilf(float );
extern __declspec(__nothrow) __attribute__((const)) float floorf(float );
extern __declspec(__nothrow) float fmodf(float , float );
extern __declspec(__nothrow) float modff(float , float * ) __attribute__((__nonnull__(2)));
__declspec(__nothrow) long double acosl(long double );
__declspec(__nothrow) long double asinl(long double );
__declspec(__nothrow) long double atanl(long double );
__declspec(__nothrow) long double atan2l(long double , long double );
__declspec(__nothrow) long double ceill(long double );
__declspec(__nothrow) long double cosl(long double );
__declspec(__nothrow) long double coshl(long double );
__declspec(__nothrow) long double expl(long double );
__declspec(__nothrow) long double fabsl(long double );
__declspec(__nothrow) long double floorl(long double );
__declspec(__nothrow) long double fmodl(long double , long double );
__declspec(__nothrow) long double frexpl(long double , int* ) __attribute__((__nonnull__(2)));
__declspec(__nothrow) long double ldexpl(long double , int );
__declspec(__nothrow) long double logl(long double );
__declspec(__nothrow) long double log10l(long double );
__declspec(__nothrow) long double modfl(long double , long double * ) __attribute__((__nonnull__(2)));
__declspec(__nothrow) long double powl(long double , long double );
__declspec(__nothrow) long double sinl(long double );
__declspec(__nothrow) long double sinhl(long double );
__declspec(__nothrow) long double sqrtl(long double );
__declspec(__nothrow) long double tanl(long double );
__declspec(__nothrow) long double tanhl(long double );
extern __declspec(__nothrow) float acoshf(float );
__declspec(__nothrow) long double acoshl(long double );
extern __declspec(__nothrow) float asinhf(float );
__declspec(__nothrow) long double asinhl(long double );
extern __declspec(__nothrow) float atanhf(float );
__declspec(__nothrow) long double atanhl(long double );
__declspec(__nothrow) long double copysignl(long double , long double );
extern __declspec(__nothrow) float cbrtf(float );
__declspec(__nothrow) long double cbrtl(long double );
extern __declspec(__nothrow) float erff(float );
__declspec(__nothrow) long double erfl(long double );
extern __declspec(__nothrow) float erfcf(float );
__declspec(__nothrow) long double erfcl(long double );
extern __declspec(__nothrow) float expm1f(float );
__declspec(__nothrow) long double expm1l(long double );
extern __declspec(__nothrow) float log1pf(float );
__declspec(__nothrow) long double log1pl(long double );
extern __declspec(__nothrow) float hypotf(float , float );
__declspec(__nothrow) long double hypotl(long double , long double );
extern __declspec(__nothrow) float lgammaf(float );
__declspec(__nothrow) long double lgammal(long double );
extern __declspec(__nothrow) float remainderf(float , float );
__declspec(__nothrow) long double remainderl(long double , long double );
extern __declspec(__nothrow) float rintf(float );
__declspec(__nothrow) long double rintl(long double );
extern __declspec(__nothrow) double exp2(double );
extern __declspec(__nothrow) float exp2f(float );
__declspec(__nothrow) long double exp2l(long double );
extern __declspec(__nothrow) double fdim(double , double );
extern __declspec(__nothrow) float fdimf(float , float );
__declspec(__nothrow) long double fdiml(long double , long double );
# 803 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
extern __declspec(__nothrow) double fma(double , double , double );
extern __declspec(__nothrow) float fmaf(float , float , float );
static __inline __declspec(__nothrow) long double fmal(long double __x, long double __y, long double __z) { return (long double)fma((double)__x, (double)__y, (double)__z); }
extern __declspec(__nothrow) __attribute__((const)) double fmax(double , double );
extern __declspec(__nothrow) __attribute__((const)) float fmaxf(float , float );
__declspec(__nothrow) long double fmaxl(long double , long double );
extern __declspec(__nothrow) __attribute__((const)) double fmin(double , double );
extern __declspec(__nothrow) __attribute__((const)) float fminf(float , float );
__declspec(__nothrow) long double fminl(long double , long double );
extern __declspec(__nothrow) double log2(double );
extern __declspec(__nothrow) float log2f(float );
__declspec(__nothrow) long double log2l(long double );
extern __declspec(__nothrow) long lrint(double );
extern __declspec(__nothrow) long lrintf(float );
static __inline __declspec(__nothrow) long lrintl(long double __x) { return lrint((double)__x); }
extern __declspec(__nothrow) long long llrint(double );
extern __declspec(__nothrow) long long llrintf(float );
static __inline __declspec(__nothrow) long long llrintl(long double __x) { return llrint((double)__x); }
extern __declspec(__nothrow) long lround(double );
extern __declspec(__nothrow) long lroundf(float );
static __inline __declspec(__nothrow) long lroundl(long double __x) { return lround((double)__x); }
extern __declspec(__nothrow) long long llround(double );
extern __declspec(__nothrow) long long llroundf(float );
static __inline __declspec(__nothrow) long long llroundl(long double __x) { return llround((double)__x); }
extern __declspec(__nothrow) __attribute__((const)) double nan(const char * );
extern __declspec(__nothrow) __attribute__((const)) float nanf(const char * );
static __inline __declspec(__nothrow) __attribute__((const)) long double nanl(const char *__t) { return (long double)nan(__t); }
# 856 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
extern __declspec(__nothrow) __attribute__((const)) double nearbyint(double );
extern __declspec(__nothrow) __attribute__((const)) float nearbyintf(float );
__declspec(__nothrow) long double nearbyintl(long double );
extern double remquo(double , double , int * );
extern float remquof(float , float , int * );
static __inline long double remquol(long double __x, long double __y, int *__q) { return (long double)remquo((double)__x, (double)__y, __q); }
extern __declspec(__nothrow) __attribute__((const)) double round(double );
extern __declspec(__nothrow) __attribute__((const)) float roundf(float );
__declspec(__nothrow) long double roundl(long double );
extern __declspec(__nothrow) double tgamma(double );
extern __declspec(__nothrow) float tgammaf(float );
__declspec(__nothrow) long double tgammal(long double );
extern __declspec(__nothrow) __attribute__((const)) double trunc(double );
extern __declspec(__nothrow) __attribute__((const)) float truncf(float );
__declspec(__nothrow) long double truncl(long double );
# 896 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
# 1087 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
# 1317 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\math.h"
# 19 "..\\src\\common\\tau_common.h"
# 75 "..\\src\\common\\tau_common.h"
typedef void (*fcb_type)(void *data);
# 21 "..\\src\\common\\tau_device_datatype.h"
enum _status_groups
{
STATUS_GROUP_GENERIC = 0,
STATUS_GROUP_I2C = 1,
STATUS_GROUP_UART = 2,
STATUS_GROUP_SPI = 3,
kStatusGroup_Timer = 4,
};
enum _generic_status
{
STATUS_SUCCESS = ((((STATUS_GROUP_GENERIC)*100) + (0))),
STATUS_FAIL = ((((STATUS_GROUP_GENERIC)*100) + (1))),
STATUS_READ_ONLY = ((((STATUS_GROUP_GENERIC)*100) + (2))),
STATUS_OUT_OF_RANGE = ((((STATUS_GROUP_GENERIC)*100) + (3))),
STATUS_INVALID_ARGUMENT = ((((STATUS_GROUP_GENERIC)*100) + (4))),
STATUS_TIME_OUT = ((((STATUS_GROUP_GENERIC)*100) + (5))),
STATUS_NO_TRANSFER_IN_PROGRESS = ((((STATUS_GROUP_GENERIC)*100) + (6))),
};
typedef enum
{
TIMER_STATUS_IDLE = ((((kStatusGroup_Timer)*100) + (0))),
TIMER_STATUS_RUNNING = ((((kStatusGroup_Timer)*100) + (1))),
TIMER_STATUS_TIMEOUT = ((((kStatusGroup_Timer)*100) + (2))),
} timer_status_e;
typedef enum
{
DETECT_HIGH_LVL = 0,
DETECT_LOW_LVL,
DETECT_RISING_EDGE,
DETECT_FALLING_EDGE
} sys_cfg_trigger_e;
typedef enum
{
TIMER_NUM0 = 0,
TIMER_NUM1,
TIMER_NUM2,
TIMER_NUM3,
TIMER_NUM_MAX
} timer_num_e;
typedef enum
{
GPIO_INT_EXTI_INT0 = 0,
GPIO_INT_EXTI_INT1,
GPIO_INT_EXTI_INT2,
GPIO_INT_EXTI_INT3,
GPIO_INT_EXTI_INT4,
GPIO_INT_EXTI_INT5,
GPIO_INT_EXTI_INT6,
GPIO_INT_EXTI_INT7,
GPIO_INT_MAX
} gpio_int_e;
typedef enum _pwm_int_type
{
PWM_INT_HIGH_OVERFLOW = 0,
PWM_INT_LOW_OVERFLOW,
PWM_INT_TOTAL_OVERFLOW,
PWM_INT_HIGH_DONE,
PWM_INT_LOW_DONE,
PWM_INT_TOTAL_DONE,
PWM_INT_MAX
} pwm_int_type_e;
typedef enum
{
I2C_SELECT_0 = 0,
I2C_SELECT_1,
} i2c_select_e;
typedef enum _i2c_rate
{
I2C_RATE_STANDARD = 1,
I2C_RATE_FAST,
I2C_RATE_HIGH,
} i2c_rate_e;
typedef enum
{
DMA_CH0 = 0,
DMA_CH1 = 1,
DMA_CH2 = 2,
DMA_CH3 = 3,
DMA_CH4 = 4,
DMA_CH5 = 5,
} dma_channel_e;
typedef enum
{
DISABLE = 0,
ENABLE = !DISABLE
} function_state_e;
typedef int32_t status_t;
# 16 "..\\src\\app\\demo\\app_tp_for_custom_s8.h"
# 17 "..\\src\\app\\demo\\app_tp_for_custom_s8.h"
# 1 "..\\src\\app\\demo\\app_tp_transfer.h"
# 14 "..\\src\\app\\demo\\app_tp_transfer.h"
# 15 "..\\src\\app\\demo\\app_tp_transfer.h"
# 16 "..\\src\\app\\demo\\app_tp_transfer.h"
typedef struct
{
uint8_t tp_point_buffer[6];
uint8_t tp_read_point_counter;
uint8_t tp_point_up_error_flag;
uint32_t tp_point_error_time_counter;
} st_tp_scan_data;
void ap_tp_calibration(void);
void app_tp_screen_init(void);
void app_tp_init(void);
void app_tp_transfer_screen_int(void);
void app_tp_transfer_screen_start(void);
_Bool app_tp_phone_reset_on(void);
void app_tp_phone_clear_reset_on(void);
void app_tp_s_write(const uint8_t *txbuffer, size_t buffer_size);
_Bool app_tp_enter_sleep_on(void);
# 18 "..\\src\\app\\demo\\app_tp_for_custom_s8.h"
# 1 "..\\src\\sdk\\include\\hal_gpio.h"
# 17 "..\\src\\sdk\\include\\hal_gpio.h"
# 18 "..\\src\\sdk\\include\\hal_gpio.h"
typedef enum
{
IO_PAD_GPIO0 = 0,
IO_PAD_GPIO1,
IO_PAD_GPIO2,
IO_PAD_GPIO3,
IO_PAD_GPIO4,
IO_PAD_GPIO5,
IO_PAD_GPIO6,
IO_PAD_RESV,
IO_PAD_GPIO8,
IO_PAD_GPIO9,
IO_PAD_GPIO10,
IO_PAD_GPIO11,
IO_PAD_GPIO12,
IO_PAD_GPIO13,
IO_PAD_GPIO14,
IO_PAD_RESV1,
IO_PAD_RESV2,
IO_PAD_GPIO17,
IO_PAD_GPIO18,
IO_PAD_GPIO19,
IO_PAD_GPIO20,
IO_PAD_GPIO21,
IO_PAD_AP_SPIS_MISO = IO_PAD_GPIO0,
IO_PAD_AP_SPIS_MOSI = IO_PAD_GPIO1,
IO_PAD_AP_INT = IO_PAD_GPIO2,
IO_PAD_AP_TE = IO_PAD_GPIO3,
IO_PAD_AP_SWIRE = IO_PAD_GPIO4,
IO_PAD_TD_SPIM_MISO = IO_PAD_GPIO5,
IO_PAD_TD_SPIM_MOSI = IO_PAD_GPIO6,
IO_PAD_TD_RSTN = IO_PAD_RESV,
IO_PAD_TD_TPRSTN = IO_PAD_GPIO8,
IO_PAD_TD_INT = IO_PAD_GPIO9,
IO_PAD_TD_LEDPWM = IO_PAD_GPIO10,
IO_PAD_TD_FC_CLK = IO_PAD_GPIO11,
IO_PAD_TD_FC_CSN = IO_PAD_GPIO12,
IO_PAD_TD_FC_MISO = IO_PAD_GPIO13,
IO_PAD_TD_FC_MOSI = IO_PAD_GPIO14,
IO_PAD_UART_RX = IO_PAD_GPIO17,
IO_PAD_UART_TX = IO_PAD_GPIO18,
IO_PAD_PWMEN = IO_PAD_GPIO19,
IO_PAD_ADCIN = IO_PAD_GPIO20,
IO_PAD_AP_TPRSTN = IO_PAD_GPIO21,
IO_PAD_AP_SPIS_CLK,
IO_PAD_AP_SPIS_CSN,
IO_PAD_TD_SPIM_CLK,
IO_PAD_TD_SPIM_CSN,
IO_PAD_SFC_CLK,
IO_PAD_SFC_CSN,
IO_PAD_SFC_IO0,
IO_PAD_SFC_IO1,
IO_PAD_MAX,
IO_PIN_A1 = IO_PAD_TD_TPRSTN,
IO_PIN_A2 = IO_PAD_TD_FC_CSN,
IO_PIN_A3 = IO_PAD_TD_SPIM_MISO,
IO_PIN_A4 = IO_PAD_TD_SPIM_CLK,
IO_PIN_A5 = IO_PAD_PWMEN,
IO_PIN_A6 = IO_PAD_ADCIN,
IO_PIN_A7 = IO_PAD_AP_INT,
IO_PIN_A8 = IO_PAD_AP_SPIS_MOSI,
IO_PIN_B1 = IO_PAD_TD_FC_CLK,
IO_PIN_B2 = IO_PAD_TD_FC_MISO,
IO_PIN_B3 = IO_PAD_TD_SPIM_MOSI,
IO_PIN_B4 = IO_PAD_TD_SPIM_CSN,
IO_PIN_B5 = IO_PAD_AP_SWIRE,
IO_PIN_B7 = IO_PAD_AP_SPIS_MISO,
IO_PIN_B8 = IO_PAD_AP_SPIS_CSN,
IO_PIN_C1 = IO_PAD_TD_FC_MOSI,
IO_PIN_C2 = IO_PAD_TD_LEDPWM,
IO_PIN_C4 = IO_PAD_UART_TX,
IO_PIN_C5 = IO_PAD_UART_RX,
IO_PIN_C6 = IO_PAD_AP_TE,
IO_PIN_D1 = IO_PAD_TD_RSTN,
IO_PIN_D2 = IO_PAD_TD_INT,
IO_PIN_D7 = IO_PAD_AP_TPRSTN,
IO_PIN_D8 = IO_PAD_AP_SPIS_CLK,
} io_pad_e;
typedef enum
{
IO_MODE_JTAG_TCK = 0,
IO_MODE_SPIS_SCLK = 1,
IO_MODE_I2C0_SCL = 3,
} pad_ap_spis_clk_mode_e;
typedef enum
{
IO_MODE_JTAG_TRSTN = 0,
IO_MODE_SPIS_CSN = 1,
IO_MODE_I2C0_SDA = 3,
} pad_ap_spis_csn_mode_e;
typedef enum
{
IO_MODE_JTAG_TDO = 0,
IO_MODE_SPIS_MISO = 1,
IO_MODE_GPIO0 = 2,
IO_MODE_UART_RX_AP = 3,
IO_MODE_SPIM_MISO_AP = 4,
} pad_ap_spis_miso_mode_e;
typedef enum
{
IO_MODE_JTAG_TMS = 0,
IO_MODE_SPIS_MOSI = 1,
IO_MODE_GPIO1 = 2,
IO_MODE_UART_TX_AP = 3,
IO_MODE_SPIM_MOSI_AP = 4,
} pad_ap_spis_mosi_mode_e;
typedef enum
{
IO_MODE_JTAG_TDI = 0,
IO_MODE_GPIO21 = 2,
} pad_ap_tprstn_mode_e;
typedef enum
{
IO_MODE_GPIO2 = 2,
} pad_ap_int_mode_e;
typedef enum
{
IO_MODE_TEAR = 0,
IO_MODE_GPIO3 = 2,
} pad_ap_te_mode_e;
typedef enum
{
IO_MODE_SWIRE = 0,
IO_MODE_PWMO = 1,
IO_MODE_GPIO4 = 2,
} pad_ap_swire_mode_e;
typedef enum
{
IO_MODE_SPIM_SCLK = 0,
IO_MODE_I2C1_SCL = 1,
} pad_td_spim_clk_mode_e;
typedef enum
{
IO_MODE_SPIM_CSN = 0,
IO_MODE_I2C1_SDA = 1,
} pad_td_spim_csn_mode_e;
typedef enum
{
IO_MODE_SPIM_MISO = 0,
IO_MODE_PWMO1 = 1,
IO_MODE_GPIO5 = 2,
} pad_td_spim_miso_mode_e;
typedef enum
{
IO_MODE_SPIM_MOSI = 0,
IO_MODE_GPIO6 = 2,
} pad_td_spim_mosi_mode_e;
typedef enum
{
IO_MODE_GPIO8 = 2,
} pad_td_tprstn_mode_e;
typedef enum
{
IO_MODE_GPIO9_FUNC = 0,
IO_MODE_GPIO9 = 2,
} pad_td_int_mode_e;
typedef enum
{
IO_MODE_PWMI = 0,
IO_MODE_PWMO2 = 1,
IO_MODE_GPIO10 = 2,
} pad_td_ledpwm_mode_e;
typedef enum
{
IO_MODE_TSPIS_CLK = 0,
IO_MODE_GPIO11 = 2,
} pad_td_fc_clk_mode_e;
typedef enum
{
IO_MODE_TSPIS_CSN = 0,
IO_MODE_GPIO12 = 2,
} pad_td_fc_csn_mode_e;
typedef enum
{
IO_MODE_TSPIS_MISO = 0,
IO_MODE_GPIO13 = 2,
} pad_td_fc_miso_mode_e;
typedef enum
{
IO_MODE_TSPIS_MOSI = 0,
IO_MODE_GPIO14 = 2,
} pad_td_fc_mosi_mode_e;
typedef enum
{
IO_MODE_UART_RX = 0,
IO_MODE_GPIO17 = 2,
} pad_uart_rx_mode_e;
typedef enum
{
IO_MODE_UART_TX = 0,
IO_MODE_GPIO18 = 2,
} pad_uart_tx_mode_e;
typedef enum
{
IO_MODE_GPIO19 = 2,
} pad_pwmen_mode_e;
typedef enum
{
IO_MODE_GPIO20 = 2,
} pad_adcin_mode_e;
typedef enum
{
IO_MODE_INTER_FLS_CLK = 0,
IO_MODE_EXT_FLS_CLK = 1,
} pad_sfc_clk_mode_e;
typedef enum
{
IO_MODE_INTER_FLS_CSN = 0,
IO_MODE_EXT_FLS_CSN = 1,
} pad_sfc_csn_mode_e;
typedef enum
{
IO_MODE_INTER_FLS_IO0 = 0,
IO_MODE_EXT_FLS_MISO = 1,
} pad_sfc_io0_mode_e;
typedef enum
{
IO_MODE_INTER_FLS_IO1 = 0,
IO_MODE_EXT_FLS_MOSI = 1,
} pad_sfc_io1_mode_e;
typedef enum
{
IO_SLEW_RATE_SLOW = 0,
IO_SLEW_RATE_FAST = 1,
} pad_slew_rate_e;
typedef enum
{
IO_IOE_INPUT = 0,
IO_IOE_OUTPUT
} gpio_ioe_direct_e;
typedef enum
{
IO_LVL_LOW = 0,
IO_LVL_HIGH
} gpio_level_e;
void hal_gpio_init_eint(io_pad_e pad, sys_cfg_trigger_e trig);
void hal_gpio_reg_eint_cb(io_pad_e pad, fcb_type cb_func);
void hal_gpio_ctrl_eint(io_pad_e pad, function_state_e state);
gpio_int_e hal_gpio_get_int_type(io_pad_e pad);
void hal_gpio_init_output(io_pad_e pad, gpio_level_e lvl);
void hal_gpio_set_output_data(io_pad_e pad, gpio_level_e lvl);
void hal_gpio_set_output_data_ex(io_pad_e pad1, gpio_level_e pad1_lvl, io_pad_e pad2, gpio_level_e pad2_lvl);
void hal_gpio_init_input(io_pad_e pad);
gpio_level_e hal_gpio_get_input_data(io_pad_e pad);
void hal_gpio_set_mode(io_pad_e pad, uint8_t mode);
void hal_gpio_get_pull_state(io_pad_e pad, function_state_e *up_enable, function_state_e *down_enable);
void hal_gpio_set_pull_state(io_pad_e pad, function_state_e up_enable, function_state_e down_enable);
void hal_gpio_set_schmitt_trigger(io_pad_e pad, function_state_e st_enable);
void hal_gpio_set_driving_strength(io_pad_e pad, uint8_t strength);
void hal_gpio_set_slew_rate(io_pad_e pad, pad_slew_rate_e rate);
void hal_gpio_set_ap_reset_int(_Bool enable, fcb_type cb_func, sys_cfg_trigger_e trig);
# 19 "..\\src\\app\\demo\\app_tp_for_custom_s8.h"
# 38 "..\\src\\app\\demo\\app_tp_for_custom_s8.h"
# 51 "..\\src\\app\\demo\\app_tp_for_custom_s8.h"
# 71 "..\\src\\app\\demo\\app_tp_for_custom_s8.h"
typedef enum
{
I2C_ADDR_BITS_7 = 7,
I2C_ADDR_BITS_10 = 10
} en_I2C_ADDR_BITS_mdoe;
typedef struct
{
uint8_t *buffer;
size_t txbuffer_size;
size_t rxbuffer_size;
_Bool read_flag;
} st_screen_data;
typedef struct
{
const uint8_t *buffer;
size_t txbuffer_size;
size_t rxbuffer_size;
_Bool read_flag;
} st_screen_const_data;
typedef struct
{
uint8_t reg_size;
size_t write_back_size;
const uint8_t *reg_data;
const uint8_t *write_back;
} st_reg_const_data;
typedef struct
{
uint8_t reg_size;
size_t write_back_size;
uint8_t *reg_data;
uint8_t *write_back;
} st_reg_data;
extern io_pad_e g_screen_input_rst_pad;
extern io_pad_e g_screen_input_int_pad;
extern io_pad_e g_phone_input_rst_pad;
extern io_pad_e g_phone_output_int_pad;
extern uint8_t phone_start_flag;
extern uint8_t phone_touch_flag;
extern const uint8_t screen_reg_int_data_size;
extern const uint8_t screen_reg_start_data_size;
extern st_screen_data screen_reg_int_data[];
extern st_screen_const_data screen_reg_start_data[];
uint8_t app_tp_screen_analysis_const(uint8_t transfer_now, uint8_t *rxbuffer, size_t data_size);
uint8_t app_tp_screen_analysis_int(uint8_t transfer_now, uint8_t *rxbuffer, size_t data_size);
void app_tp_phone_analysis_data(uint8_t *rxbuffer, size_t rxbuffer_size, const uint8_t **txbuffer, size_t *txbuffer_size);
# 76 "..\\src\\app\\test_cfg_global.h"
# 5 "..\\src\\app\\main.c"
# 1 "..\\src\\common\\tau_log.h"
# 18 "..\\src\\common\\tau_log.h"
# 19 "..\\src\\common\\tau_log.h"
# 1 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdarg.h"
# 27 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdarg.h"
# 57 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdarg.h"
typedef struct __va_list { void *__ap; } va_list;
typedef va_list __gnuc_va_list;
# 147 "C:\\Keil_v5\\ARM\\ARMCC\\Bin\\..\\include\\stdarg.h"
# 20 "..\\src\\common\\tau_log.h"
# 1 "..\\src\\sdk\\include\\M0\\ArmCM0.h"
typedef enum IRQn
{
NonMaskableInt_IRQn = -14,
HardFault_IRQn = -13,
SVCall_IRQn = -5,
PendSV_IRQn = -2,
SysTick_IRQn = -1,
VIDC_IRQn = 0,
LCDC_IRQn = 1,
MIPI_RX_IRQn = 2,
MIPI_TX_IRQn = 3,
MEMC_IRQn = 4,
VPRE_IRQn = 5,
FLSCTRL_IRQn = 6,
DMA_IRQn = 7,
TIMER0_IRQn = 8,
TIMER1_IRQn = 9,
TIMER2_IRQn = 10,
TIMER3_IRQn = 11,
WDG_IRQn = 12,
UART_IRQn = 13,
I2C0_IRQn = 14,
I2C1_IRQn = 15,
SPIS_IRQn = 16,
SPIM_IRQn = 17,
ADC_IRQn = 18,
PWMDET_IRQn = 19,
OTP_IRQn = 20,
SWIRE_IRQn = 21,
PVD_IRQn = 22,
AP_NRESET_IRQn = 23,
EXTI_INT0_IRQn = 24,
EXTI_INT1_IRQn = 25,
EXTI_INT2_IRQn = 26,
EXTI_INT3_IRQn = 27,
EXTI_INT4_IRQn = 28,
EXTI_INT5_IRQn = 29,
EXTI_INT6_IRQn = 30,
EXTI_INT7_IRQn = 31
} IRQn_Type;
#pragma push
#pragma anon_unions
# 109 "..\\src\\sdk\\include\\M0\\ArmCM0.h"
# 1 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\core_cm0.h"
# 35 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\core_cm0.h"
# 1 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_version.h"
# 64 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\core_cm0.h"
# 114 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\core_cm0.h"
# 1 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_compiler.h"
# 29 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_compiler.h"
# 1 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h"
# 107 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h"
static __inline uint32_t __get_CONTROL(void)
{
register uint32_t __regControl __asm("control");
return(__regControl);
}
static __inline void __set_CONTROL(uint32_t control)
{
register uint32_t __regControl __asm("control");
__regControl = control;
}
static __inline uint32_t __get_IPSR(void)
{
register uint32_t __regIPSR __asm("ipsr");
return(__regIPSR);
}
static __inline uint32_t __get_APSR(void)
{
register uint32_t __regAPSR __asm("apsr");
return(__regAPSR);
}
static __inline uint32_t __get_xPSR(void)
{
register uint32_t __regXPSR __asm("xpsr");
return(__regXPSR);
}
static __inline uint32_t __get_PSP(void)
{
register uint32_t __regProcessStackPointer __asm("psp");
return(__regProcessStackPointer);
}
static __inline void __set_PSP(uint32_t topOfProcStack)
{
register uint32_t __regProcessStackPointer __asm("psp");
__regProcessStackPointer = topOfProcStack;
}
static __inline uint32_t __get_MSP(void)
{
register uint32_t __regMainStackPointer __asm("msp");
return(__regMainStackPointer);
}
static __inline void __set_MSP(uint32_t topOfMainStack)
{
register uint32_t __regMainStackPointer __asm("msp");
__regMainStackPointer = topOfMainStack;
}
static __inline uint32_t __get_PRIMASK(void)
{
register uint32_t __regPriMask __asm("primask");
return(__regPriMask);
}
static __inline void __set_PRIMASK(uint32_t priMask)
{
register uint32_t __regPriMask __asm("primask");
__regPriMask = (priMask);
}
# 342 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h"
static __inline uint32_t __get_FPSCR(void)
{
return(0U);
}
static __inline void __set_FPSCR(uint32_t fpscr)
{
(void)fpscr;
}
__attribute__((section(".rev16_text"))) static __inline __asm uint32_t __REV16(uint32_t value)
{
rev16 r0, r0
bx lr
}
__attribute__((section(".revsh_text"))) static __inline __asm int16_t __REVSH(int16_t value)
{
revsh r0, r0
bx lr
}
__attribute__((always_inline)) static __inline uint32_t __RBIT(uint32_t value)
{
uint32_t result;
uint32_t s = (4U * 8U) - 1U;
result = value;
for (value >>= 1U; value != 0U; value >>= 1U)
{
result <<= 1U;
result |= value & 1U;
s--;
}
result <<= s;
return result;
}
# 732 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h"
__attribute__((always_inline)) static __inline int32_t __SSAT(int32_t val, uint32_t sat)
{
if ((sat >= 1U) && (sat <= 32U))
{
const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U);
const int32_t min = -1 - max ;
if (val > max)
{
return max;
}
else if (val < min)
{
return min;
}
}
return val;
}
__attribute__((always_inline)) static __inline uint32_t __USAT(int32_t val, uint32_t sat)
{
if (sat <= 31U)
{
const uint32_t max = ((1U << sat) - 1U);
if (val > (int32_t)max)
{
return max;
}
else if (val < 0)
{
return 0U;
}
}
return (uint32_t)val;
}
# 866 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h"
# 35 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_compiler.h"
# 268 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_compiler.h"
# 116 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\core_cm0.h"
# 150 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\core_cm0.h"
# 166 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\core_cm0.h"
typedef union
{
struct
{
uint32_t _reserved0:28;
uint32_t V:1;
uint32_t C:1;
uint32_t Z:1;
uint32_t N:1;
} b;
uint32_t w;
} APSR_Type;
typedef union
{
struct
{
uint32_t ISR:9;
uint32_t _reserved0:23;
} b;
uint32_t w;
} IPSR_Type;
typedef union
{
struct
{
uint32_t ISR:9;
uint32_t _reserved0:15;
uint32_t T:1;
uint32_t _reserved1:3;
uint32_t V:1;
uint32_t C:1;
uint32_t Z:1;
uint32_t N:1;
} b;
uint32_t w;
} xPSR_Type;
typedef union
{
struct
{
uint32_t _reserved0:1;
uint32_t SPSEL:1;
uint32_t _reserved1:30;
} b;
uint32_t w;
} CONTROL_Type;
typedef struct
{
volatile uint32_t ISER[1U];
uint32_t RESERVED0[31U];
volatile uint32_t ICER[1U];
uint32_t RESERVED1[31U];
volatile uint32_t ISPR[1U];
uint32_t RESERVED2[31U];
volatile uint32_t ICPR[1U];
uint32_t RESERVED3[31U];
uint32_t RESERVED4[64U];
volatile uint32_t IP[8U];
} NVIC_Type;
typedef struct
{
volatile const uint32_t CPUID;
volatile uint32_t ICSR;
uint32_t RESERVED0;
volatile uint32_t AIRCR;
volatile uint32_t SCR;
volatile uint32_t CCR;
uint32_t RESERVED1;
volatile uint32_t SHP[2U];
volatile uint32_t SHCSR;
} SCB_Type;
typedef struct
{
volatile uint32_t CTRL;
volatile uint32_t LOAD;
volatile uint32_t VAL;
volatile const uint32_t CALIB;
} SysTick_Type;
# 583 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\core_cm0.h"
# 598 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\core_cm0.h"
static __inline void __NVIC_EnableIRQ(IRQn_Type IRQn)
{
if ((int32_t)(IRQn) >= 0)
{
((NVIC_Type *) ((0xE000E000UL) + 0x0100UL) )->ISER[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
}
}
static __inline uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn)
{
if ((int32_t)(IRQn) >= 0)
{
return((uint32_t)(((((NVIC_Type *) ((0xE000E000UL) + 0x0100UL) )->ISER[0U] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
}
else
{
return(0U);
}
}
static __inline void __NVIC_DisableIRQ(IRQn_Type IRQn)
{
if ((int32_t)(IRQn) >= 0)
{
((NVIC_Type *) ((0xE000E000UL) + 0x0100UL) )->ICER[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
do { __schedule_barrier(); __dsb(0xF); __schedule_barrier(); } while (0U);
do { __schedule_barrier(); __isb(0xF); __schedule_barrier(); } while (0U);
}
}
static __inline uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn)
{
if ((int32_t)(IRQn) >= 0)
{
return((uint32_t)(((((NVIC_Type *) ((0xE000E000UL) + 0x0100UL) )->ISPR[0U] & (1UL << (((uint32_t)IRQn) & 0x1FUL))) != 0UL) ? 1UL : 0UL));
}
else
{
return(0U);
}
}
static __inline void __NVIC_SetPendingIRQ(IRQn_Type IRQn)
{
if ((int32_t)(IRQn) >= 0)
{
((NVIC_Type *) ((0xE000E000UL) + 0x0100UL) )->ISPR[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
}
}
static __inline void __NVIC_ClearPendingIRQ(IRQn_Type IRQn)
{
if ((int32_t)(IRQn) >= 0)
{
((NVIC_Type *) ((0xE000E000UL) + 0x0100UL) )->ICPR[0U] = (uint32_t)(1UL << (((uint32_t)IRQn) & 0x1FUL));
}
}
static __inline void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)
{
if ((int32_t)(IRQn) >= 0)
{
((NVIC_Type *) ((0xE000E000UL) + 0x0100UL) )->IP[( (((uint32_t)(int32_t)(IRQn)) >> 2UL) )] = ((uint32_t)(((NVIC_Type *) ((0xE000E000UL) + 0x0100UL) )->IP[( (((uint32_t)(int32_t)(IRQn)) >> 2UL) )] & ~(0xFFUL << ( ((((uint32_t)(int32_t)(IRQn)) ) & 0x03UL) * 8UL))) |
(((priority << (8U - 2U)) & (uint32_t)0xFFUL) << ( ((((uint32_t)(int32_t)(IRQn)) ) & 0x03UL) * 8UL)));
}
else
{
((SCB_Type *) ((0xE000E000UL) + 0x0D00UL) )->SHP[( (((((uint32_t)(int32_t)(IRQn)) & 0x0FUL)-8UL) >> 2UL) )] = ((uint32_t)(((SCB_Type *) ((0xE000E000UL) + 0x0D00UL) )->SHP[( (((((uint32_t)(int32_t)(IRQn)) & 0x0FUL)-8UL) >> 2UL) )] & ~(0xFFUL << ( ((((uint32_t)(int32_t)(IRQn)) ) & 0x03UL) * 8UL))) |
(((priority << (8U - 2U)) & (uint32_t)0xFFUL) << ( ((((uint32_t)(int32_t)(IRQn)) ) & 0x03UL) * 8UL)));
}
}
static __inline uint32_t __NVIC_GetPriority(IRQn_Type IRQn)
{
if ((int32_t)(IRQn) >= 0)
{
return((uint32_t)(((((NVIC_Type *) ((0xE000E000UL) + 0x0100UL) )->IP[ ( (((uint32_t)(int32_t)(IRQn)) >> 2UL) )] >> ( ((((uint32_t)(int32_t)(IRQn)) ) & 0x03UL) * 8UL) ) & (uint32_t)0xFFUL) >> (8U - 2U)));
}
else
{
return((uint32_t)(((((SCB_Type *) ((0xE000E000UL) + 0x0D00UL) )->SHP[( (((((uint32_t)(int32_t)(IRQn)) & 0x0FUL)-8UL) >> 2UL) )] >> ( ((((uint32_t)(int32_t)(IRQn)) ) & 0x03UL) * 8UL) ) & (uint32_t)0xFFUL) >> (8U - 2U)));
}
}
static __inline uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, uint32_t PreemptPriority, uint32_t SubPriority)
{
uint32_t PriorityGroupTmp = (PriorityGroup & (uint32_t)0x07UL);
uint32_t PreemptPriorityBits;
uint32_t SubPriorityBits;
PreemptPriorityBits = ((7UL - PriorityGroupTmp) > (uint32_t)(2U)) ? (uint32_t)(2U) : (uint32_t)(7UL - PriorityGroupTmp);
SubPriorityBits = ((PriorityGroupTmp + (uint32_t)(2U)) < (uint32_t)7UL) ? (uint32_t)0UL : (uint32_t)((PriorityGroupTmp - 7UL) + (uint32_t)(2U));
return (
((PreemptPriority & (uint32_t)((1UL << (PreemptPriorityBits)) - 1UL)) << SubPriorityBits) |
((SubPriority & (uint32_t)((1UL << (SubPriorityBits )) - 1UL)))
);
}
static __inline void NVIC_DecodePriority (uint32_t Priority, uint32_t PriorityGroup, uint32_t* const pPreemptPriority, uint32_t* const pSubPriority)
{
uint32_t PriorityGroupTmp = (PriorityGroup & (uint32_t)0x07UL);
uint32_t PreemptPriorityBits;
uint32_t SubPriorityBits;
PreemptPriorityBits = ((7UL - PriorityGroupTmp) > (uint32_t)(2U)) ? (uint32_t)(2U) : (uint32_t)(7UL - PriorityGroupTmp);
SubPriorityBits = ((PriorityGroupTmp + (uint32_t)(2U)) < (uint32_t)7UL) ? (uint32_t)0UL : (uint32_t)((PriorityGroupTmp - 7UL) + (uint32_t)(2U));
*pPreemptPriority = (Priority >> SubPriorityBits) & (uint32_t)((1UL << (PreemptPriorityBits)) - 1UL);
*pSubPriority = (Priority ) & (uint32_t)((1UL << (SubPriorityBits )) - 1UL);
}
static __inline void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector)
{
uint32_t vectors = 0x0U;
(* (int *) (vectors + ((int32_t)IRQn + 16) * 4)) = vector;
}
static __inline uint32_t __NVIC_GetVector(IRQn_Type IRQn)
{
uint32_t vectors = 0x0U;
return (uint32_t)(* (int *) (vectors + ((int32_t)IRQn + 16) * 4));
}
__declspec(noreturn) static __inline void __NVIC_SystemReset(void)
{
do { __schedule_barrier(); __dsb(0xF); __schedule_barrier(); } while (0U);
((SCB_Type *) ((0xE000E000UL) + 0x0D00UL) )->AIRCR = ((0x5FAUL << 16U) |
(1UL << 2U));
do { __schedule_barrier(); __dsb(0xF); __schedule_barrier(); } while (0U);
for(;;)
{
__nop();
}
}
static __inline uint32_t SCB_GetFPUType(void)
{
return 0U;
}
static __inline uint32_t SysTick_Config(uint32_t ticks)
{
if ((ticks - 1UL) > (0xFFFFFFUL ))
{
return (1UL);
}
((SysTick_Type *) ((0xE000E000UL) + 0x0010UL) )->LOAD = (uint32_t)(ticks - 1UL);
__NVIC_SetPriority (SysTick_IRQn, (1UL << 2U) - 1UL);
((SysTick_Type *) ((0xE000E000UL) + 0x0010UL) )->VAL = 0UL;
((SysTick_Type *) ((0xE000E000UL) + 0x0010UL) )->CTRL = (1UL << 2U) |
(1UL << 1U) |
(1UL );
return (0UL);
}
# 129 "..\\src\\sdk\\include\\M0\\ArmCM0.h"
# 1 "C:\\Users\\Markin\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\Device\\ARM\\ARMCM0\\Include\\system_ARMCM0.h"
extern uint32_t SystemCoreClock;
extern void SystemInit (void);
extern void SystemCoreClockUpdate (void);
# 130 "..\\src\\sdk\\include\\M0\\ArmCM0.h"
# 150 "..\\src\\sdk\\include\\M0\\ArmCM0.h"
#pragma pop
# 169 "..\\src\\sdk\\include\\M0\\ArmCM0.h"
# 194 "..\\src\\sdk\\include\\M0\\ArmCM0.h"
# 206 "..\\src\\sdk\\include\\M0\\ArmCM0.h"
# 21 "..\\src\\common\\tau_log.h"
# 46 "..\\src\\common\\tau_log.h"
# 54 "..\\src\\common\\tau_log.h"
# 62 "..\\src\\common\\tau_log.h"
typedef enum
{
kLOG_LEVEL_DBG = 0,
kLOG_LEVEL_INF,
kLOG_LEVEL_ERR,
kLOG_LEVEL_NONE
} log_level_t;
void LOG_printf(const char *fmt, ...);
# 6 "..\\src\\app\\main.c"
# 1 "..\\src\\sdk\\include\\hal_system.h"
# 16 "..\\src\\sdk\\include\\hal_system.h"
void hal_system_init(uint32_t sysclk);
void hal_system_init_console(uint32_t baud_rate);
void hal_system_idle_mode(_Bool disable_systick);
void hal_system_register_systick_cb(fcb_type cb_func);
_Bool hal_system_enable_systick(uint8_t ms);
_Bool hal_system_disable_systick(void);
uint32_t hal_system_get_tick(void);
void hal_system_deep_sleep_mode(_Bool polarity);
_Bool hal_system_share_flash_mode(_Bool enable);
void hal_system_sleep_mode(_Bool enable);
void hal_system_reset_chip(void);
void hal_system_set_pvd(_Bool enable);
void hal_system_set_vcc(_Bool enable);
_Bool hal_system_flash_read(uint8_t *usr_cfg_t_addr, uint16_t usr_cfg_t_size, uint8_t flash_page);
_Bool hal_system_flash_write(uint8_t *usr_cfg_t_addr, uint16_t usr_cfg_t_size, uint8_t flash_page);
void hal_system_set_phy_calibration(_Bool en);
# 7 "..\\src\\app\\main.c"
# 1 "..\\src\\board\\board.h"
void board_Init(void);
# 8 "..\\src\\app\\main.c"
# 1 "..\\src\\common\\tau_delay.h"
# 19 "..\\src\\common\\tau_delay.h"
void delayMs(uint32_t ms);
void delayUs(uint32_t us);
# 9 "..\\src\\app\\main.c"
int main()
{
board_Init();
while (1)
{
ap_demo();
while (1);
}
}