code
stringlengths
1
1.05M
repo_name
stringlengths
6
83
path
stringlengths
3
242
language
stringclasses
222 values
license
stringclasses
20 values
size
int64
1
1.05M
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_float_to_q15.c * Description: Converts the elements of the floating-point vector to Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_float_to_q15.c
C
apache-2.0
5,242
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_float_to_q31.c * Description: Converts the elements of the floating-point vector to Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_float_to_q31.c
C
apache-2.0
5,365
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_float_to_q7.c * Description: Converts the elements of the floating-point vector to Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_float_to_q7.c
C
apache-2.0
5,108
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q15_to_float.c * Description: Converts the elements of the Q15 vector to floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_q15_to_float.c
C
apache-2.0
3,206
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q15_to_q31.c * Description: Converts the elements of the Q15 vector to Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_q15_to_q31.c
C
apache-2.0
3,742
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q15_to_q7.c * Description: Converts the elements of the Q15 vector to Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_q15_to_q7.c
C
apache-2.0
3,646
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q31_to_float.c * Description: Converts the elements of the Q31 vector to floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_q31_to_float.c
C
apache-2.0
3,242
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q31_to_q15.c * Description: Converts the elements of the Q31 vector to Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_q31_to_q15.c
C
apache-2.0
3,337
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q31_to_q7.c * Description: Converts the elements of the Q31 vector to Q7 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_q31_to_q7.c
C
apache-2.0
3,179
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q7_to_float.c * Description: Converts the elements of the Q7 vector to floating-point vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_q7_to_float.c
C
apache-2.0
3,174
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q7_to_q15.c * Description: Converts the elements of the Q7 vector to Q15 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_q7_to_q15.c
C
apache-2.0
3,472
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_q7_to_q31.c * Description: Converts the elements of the Q7 vector to Q31 vector * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/SupportFunctions/arm_q7_to_q31.c
C
apache-2.0
3,323
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_bitreversal.c * Description: Bitreversal functions * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ---------------------------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_bitreversal.c
C
apache-2.0
6,975
;/* ---------------------------------------------------------------------- ; * Project: CMSIS DSP Library ; * Title: arm_bitreversal2.S ; * Description: arm_bitreversal_32 function done in assembly for maximum speed. ; * Called after doing an fft to reorder the output. ; * The f...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_bitreversal2.S
Unix Assembly
apache-2.0
5,360
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_f32.c * Description: Combined Radix Decimation in Frequency CFFT Floating point processing function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processo...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_f32.c
C
apache-2.0
17,477
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_q15.c * Description: Combined Radix Decimation in Q15 Frequency CFFT processing function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_q15.c
C
apache-2.0
8,436
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_q31.c * Description: Combined Radix Decimation in Frequency CFFT fixed point processing function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_q31.c
C
apache-2.0
6,198
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix2_f32.c * Description: Radix-2 Decimation in Frequency CFFT & CIFFT Floating point processing function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix2_f32.c
C
apache-2.0
11,314
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix2_init_f32.c * Description: Radix-2 Decimation in Frequency Floating-point CFFT & CIFFT Initialization function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix2_init_f32.c
C
apache-2.0
6,470
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix2_init_q15.c * Description: Radix-2 Decimation in Frequency Q15 FFT & IFFT initialization function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Proc...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix2_init_q15.c
C
apache-2.0
5,640
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix2_init_q31.c * Description: Radix-2 Decimation in Frequency Fixed-point CFFT & CIFFT Initialization function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * T...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix2_init_q31.c
C
apache-2.0
5,963
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix2_q15.c * Description: Radix-2 Decimation in Frequency CFFT & CIFFT Fixed point processing function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Pro...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix2_q15.c
C
apache-2.0
16,670
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix2_q31.c * Description: Radix-2 Decimation in Frequency CFFT & CIFFT Fixed point processing function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Pro...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix2_q31.c
C
apache-2.0
8,419
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix4_f32.c * Description: Radix-4 Decimation in Frequency CFFT & CIFFT Floating point processing function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix4_f32.c
C
apache-2.0
33,825
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix4_init_f32.c * Description: Radix-4 Decimation in Frequency Floating-point CFFT & CIFFT Initialization function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix4_init_f32.c
C
apache-2.0
5,101
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix4_init_q15.c * Description: Radix-4 Decimation in Frequency Q15 FFT & IFFT initialization function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Proc...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix4_init_q15.c
C
apache-2.0
4,640
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix4_init_q31.c * Description: Radix-4 Decimation in Frequency Q31 FFT & IFFT initialization function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Proc...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix4_init_q31.c
C
apache-2.0
4,794
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix4_q15.c * Description: This file has function definition of Radix-4 FFT & IFFT function and * In-place bit reversal using bit reversal table * * $Date: 27...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix4_q15.c
C
apache-2.0
54,358
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix4_q31.c * Description: This file has function definition of Radix-4 FFT & IFFT function and * In-place bit reversal using bit reversal table * * $Date: 27...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix4_q31.c
C
apache-2.0
38,593
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix8_f32.c * Description: Radix-8 Decimation in Frequency CFFT & CIFFT Floating point processing function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_cfft_radix8_f32.c
C
apache-2.0
8,766
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_dct4_f32.c * Description: Processing function of DCT4 & IDCT4 F32 * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_dct4_f32.c
C
apache-2.0
16,453
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_dct4_init_f32.c * Description: Initialization function of DCT-4 & IDCT4 F32 * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_dct4_init_f32.c
C
apache-2.0
811,867
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_dct4_init_q15.c * Description: Initialization function of DCT-4 & IDCT4 Q15 * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_dct4_init_q15.c
C
apache-2.0
501,393
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_dct4_init_q31.c * Description: Initialization function of DCT-4 & IDCT4 Q31 * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * --------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_dct4_init_q31.c
C
apache-2.0
644,858
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_dct4_q15.c * Description: Processing function of DCT4 & IDCT4 Q15 * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_dct4_q15.c
C
apache-2.0
12,464
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_dct4_q31.c * Description: Processing function of DCT4 & IDCT4 Q31 * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_dct4_q31.c
C
apache-2.0
12,532
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_rfft_f32.c * Description: RFFT & RIFFT Floating point process function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_rfft_f32.c
C
apache-2.0
9,078
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_rfft_f32.c * Description: RFFT & RIFFT Floating point process function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_rfft_fast_f32.c
C
apache-2.0
11,023
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_init_f32.c * Description: Split Radix Decimation in Frequency CFFT Floating point processing function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Proces...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_rfft_fast_init_f32.c
C
apache-2.0
4,793
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_rfft_init_f32.c * Description: RFFT & RIFFT Floating point initialisation function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_rfft_init_f32.c
C
apache-2.0
345,146
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_rfft_init_q15.c * Description: RFFT & RIFFT Q15 initialisation function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_rfft_init_q15.c
C
apache-2.0
256,270
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_rfft_init_q31.c * Description: RFFT & RIFFT Q31 initialisation function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_rfft_init_q31.c
C
apache-2.0
329,938
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_rfft_q15.c * Description: RFFT & RIFFT Q15 process function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ------------------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_rfft_q15.c
C
apache-2.0
12,578
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_rfft_q31.c * Description: FFT & RIFFT Q31 process function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * -------------------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/arm_rfft_q31.c
C
apache-2.0
9,064
/** ****************************************************************************** * @file rtl8711b_faac_tables.c * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains tables for aac ****************************************************************************** * @attention ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/rom/rtl8721dhp_faac_tables.c
C
apache-2.0
44,997
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_common_tables.h * Description: Extern declaration for common tables * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ----------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/arm_common_tables.h
C
apache-2.0
6,035
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_const_structs.h * Description: Constant structs that are initialized for user convenience. * For example, some can be given as arguments to the arm_cfft_f32() function. * ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/arm_const_structs.h
C
apache-2.0
2,961
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_math.h * Description: Public header file for CMSIS DSP Library * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Target Processor: Cortex-M cores * ---------------------...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/arm_math.h
C
apache-2.0
248,084
/* mbed Microcontroller Library * A generic CMSIS include header ******************************************************************************* * Copyright (c) 2014, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted pro...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/cmsis.h
C
apache-2.0
1,903
/**************************************************************************//** * @file cmsis_compiler.h * @brief CMSIS compiler specific macros, functions, instructions * @version V5.00 * @date 09. November 2016 ******************************************************************************/ /* * Copy...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/cmsis_compiler.h
C
apache-2.0
5,341
/**************************************************************************//** * @file cmsis_gcc.h * @brief CMSIS Cortex-M Core Function/Instruction Header File * @version V5.00 * @date 20. December 2016 ******************************************************************************/ /* * Copyright (c...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/cmsis_gcc.h
C
apache-2.0
57,388
/* mbed Microcontroller Library * CMSIS-style functionality to support dynamic vectors ******************************************************************************* * Copyright (c) 2014, STMicroelectronics * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modificat...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/cmsis_nvic.h
C
apache-2.0
2,313
/**************************************************************************//** * @file core_armv8mbl.h * @brief CMSIS ARMv8MBL Core Peripheral Access Layer Header File * @version V5.0.1 * @date 25. November 2016 ******************************************************************************/ /* * Copy...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/core_armv8mbl.h
C
apache-2.0
101,951
/**************************************************************************//** * @file core_armv8mml.h * @brief CMSIS ARMv8MML Core Peripheral Access Layer Header File * @version V5.0.2 * @date 07. December 2016 ******************************************************************************/ /* * Copy...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/core_armv8mml.h
C
apache-2.0
167,214
/**************************************************************************//** * @file core_cache.h * @brief Realtek TM4 TM0 CMSIS Core Peripheral Access Layer Header File * @version V5.0.1 * @date 25. November 2016 ******************************************************************************/ /* * ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/core_cache.h
C
apache-2.0
9,918
/**************************************************************************//** * @file core_cm0.h * @brief CMSIS Cortex-M0 Core Peripheral Access Layer Header File * @version V3.20 * @date 25. February 2013 * * @note * ******************************************************************************/ ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/core_cm0.h
C
apache-2.0
32,360
/**************************************************************************//** * @file core_cm0plus.h * @brief CMSIS Cortex-M0+ Core Peripheral Access Layer Header File * @version V3.20 * @date 25. February 2013 * * @note * ***************************************************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/core_cm0plus.h
C
apache-2.0
39,636
/**************************************************************************//** * @file core_cm3.h * @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File * @version V3.20 * @date 25. February 2013 * * @note * ******************************************************************************/ ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/core_cm3.h
C
apache-2.0
98,979
/**************************************************************************//** * @file core_cm4.h * @brief CMSIS Cortex-M4 Core Peripheral Access Layer Header File * @version V3.20 * @date 25. February 2013 * * @note * ******************************************************************************/ ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/core_cm4.h
C
apache-2.0
107,646
/**************************************************************************//** * @file core_cm4_simd.h * @brief CMSIS Cortex-M4 SIMD Header File * @version V3.20 * @date 25. February 2013 * * @note * ******************************************************************************/ /* Copyright (c) 20...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/core_cm4_simd.h
C
apache-2.0
22,062
/**************************************************************************//** * @file core_cmFunc.h * @brief CMSIS Cortex-M Core Function Access Header File * @version V3.20 * @date 25. February 2013 * * @note * ******************************************************************************/ /* Cop...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/core_cmFunc.h
C
apache-2.0
16,510
/**************************************************************************//** * @file core_cmInstr.h * @brief CMSIS Cortex-M Core Instruction Access Header File * @version V3.20 * @date 05. March 2013 * * @note * ******************************************************************************/ /* Co...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/core_cmInstr.h
C
apache-2.0
19,825
/**************************************************************************//** * @file mpu.h * @brief Defines macros for the MPU registers seting. * * @version V1.00 * @date 2017-03-21 * * @note * ****************************************************************************** * * Copyright(c) 20...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/mpu.h
C
apache-2.0
7,402
/**************************************************************************//** * @file mpu_config.c * @brief Defines macros for the MPU configuration for the Secure region. * * @version V1.00 * @date 2017-03-21 * * @note * **************************************************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/mpu_config.h
C
apache-2.0
3,710
/**************************************************************************//** * @file mpu_config.c * @brief Defines macros for the MPU configuration for the Secure region. * * @version V1.00 * @date 2017-03-21 * * @note * **************************************************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/mpu_config_ns.h
C
apache-2.0
3,710
/**************************************************************************//** * @file mpu_config.c * @brief Defines macros for the MPU configuration for the Secure region. * * @version V1.00 * @date 2017-03-21 * * @note * **************************************************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/mpu_config_s.h
C
apache-2.0
3,710
/** ****************************************************************************** * @file rtl8721dhp_aes_rom.c * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file provides firmware functions to manage the following * functionalities of the HW crypto: * - Initia...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/rtl8721dhp_aes_rom.c
C
apache-2.0
16,351
/** ****************************************************************************** * @file rtl8721dhp_chacha_poly1305.c * @author * @version V1.0.0 * @date 2017-10-25 * @brief This file provides firmware functions to manage the following * functionalities of the HW crypto: * ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/rtl8721dhp_chacha_poly1305.c
C
apache-2.0
8,368
/** ****************************************************************************** * @file rtl8721dhp_crypto_ram.c * @author * @version V1.0.0 * @date 2017-10-10 * @brief This file provides firmware functions to manage the following * functionalities of the HW crypto: * ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/rtl8721dhp_crypto_ram.c
C
apache-2.0
32,987
/** ****************************************************************************** * @file rtl8721dhp_des_rom.c * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file provides firmware functions to manage the following * functionalities of the HW crypto: * - 3DES C...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/rtl8721dhp_des_rom.c
C
apache-2.0
23,073
/** ****************************************************************************** * @file rtl8721dhp_md5.c * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file provides firmware functions to manage the following * functionalities of the HW crypto: * - MD5 * ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/rtl8721dhp_md5.c
C
apache-2.0
8,466
/** ****************************************************************************** * @file rtl8721dhp_sha.c * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file provides firmware functions to manage the following * functionalities of the HW crypto: * - SHA1/SHA2 ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/rtl8721dhp_sha.c
C
apache-2.0
18,204
/* * Routines to access hardware * * Copyright (c) 2013 Realtek Semiconductor Corp. * * This module is a confidential and proprietary property of RealTek and * possession or use of this module requires written permission of RealTek. */ #ifndef _AMEBA_SOC_H_ #define _AMEBA_SOC_H_ /* rom headers */ #include "...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ameba_soc.h
C
apache-2.0
776
/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * ******************************************************************************/ #ifndef __BASIC_TYPES_H__ #define __BASIC_T...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/basic_types.h
C
apache-2.0
14,148
/* * Routines to access hardware * * Copyright (c) 2013 Realtek Semiconductor Corp. * * This module is a confidential and proprietary property of RealTek and * possession or use of this module requires written permission of RealTek. */ #ifndef __HAL_CRYPTO_H__ #define __HAL_CRYPTO_H__ #include "ameba_soc....
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/hal_crypto.h
C
apache-2.0
380
/** ****************************************************************************** * @file hal_platform.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the definations of platform. ****************************************************************************** * @...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/hal_platform.h
C
apache-2.0
89,804
/* * Routines to access hardware * * Copyright (c) 2013 Realtek Semiconductor Corp. * * This module is a confidential and proprietary property of RealTek and * possession or use of this module requires written permission of RealTek. */ #ifndef _HAL_SDIO_HOST_H_ #define _HAL_SDIO_HOST_H_ #include "rtl8721d...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/hal_sdio_host.h
C
apache-2.0
2,261
/** ****************************************************************************** * @file rom_map.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the definations of rom map. ****************************************************************************** * @attent...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rom_map.h
C
apache-2.0
789
/* * Routines to access hardware * * Copyright (c) 2013 Realtek Semiconductor Corp. * * This module is a confidential and proprietary property of RealTek and * possession or use of this module requires written permission of RealTek. */ #ifndef _HAL_8721D_H_ #define _HAL_8721D_H_ #include "platform_autoconf....
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d.h
C
apache-2.0
7,161
/** ****************************************************************************** * @file rtl8721d_adc.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the functions prototypes for the ADC firmware * library. *********************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_adc.h
C
apache-2.0
22,124
/** ****************************************************************************** * @file rtl8721d_audio.h * @author * @version V1.0.0 * @date 2017-12-13 * @brief This file contains all the functions prototypes for the audio codec firmware * library. ***********************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_audio.h
C
apache-2.0
15,550
/** ****************************************************************************** * @file rtl8721d_backup_reg.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file provides firmware functions to manage the 16bytes backup registers ****************************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_backup_reg.h
C
apache-2.0
6,322
#ifndef _HAL_8710B_BOOT_ #define _HAL_8710B_BOOT_ #if defined ( __ICCARM__ ) extern u8* __image2_entry_func__; extern u8* __image1_bss_start__; extern u8* __image1_bss_end__; extern u8* __bss_start__; extern u8* __bss_end__; extern u8* __cmd_table_start__; extern u8* __cmd_table_end__; extern u8* __psram_bss_start__...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_boot.h
C
apache-2.0
3,696
/** ****************************************************************************** * @file rtl8721d_bor.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the functions prototypes for the bor. ***************************************************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_bor.h
C
apache-2.0
4,371
/** ****************************************************************************** * @file rtl8721d_cache.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the functions prototypes for the flash cache firmware * library. ***********************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_cache.h
C
apache-2.0
6,450
/** ****************************************************************************** * @file rtl8721d_captouch.h * @author * @version V1.0.0 * @date 2017-10-16 * @brief This file contains all the functions prototypes for the captouch. *****************************************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_captouch.h
C
apache-2.0
16,468
/** ****************************************************************************** * @file rtl8711b_clk.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file provides firmware functions to manage the following * functionalities of clock control: * - NCO32K clock...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_clk.h
C
apache-2.0
6,660
/** ****************************************************************************** * @file rtl8721d_comparator.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the functions prototypes for the Comparator firmware * library. *******************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_comparator.h
C
apache-2.0
10,412
/** ****************************************************************************** * @file rtl8721d_crc.h * @author * @version V1.0.0 * @date 2017-10-10 * @brief This file contains all the functions prototypes for the IPsec firmware * library ********************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_crc.h
C
apache-2.0
6,962
/** ****************************************************************************** * @file rtl8721d_crypto.h * @author * @version V1.0.0 * @date 2017-09-15 * @brief This file contains all the functions prototypes for the IPsec firmware * library *****************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_crypto.h
C
apache-2.0
26,571
/** ****************************************************************************** * @file rtl_8721d_crypto_api.h * @author * @version V1.0.0 * @date 2017-10-26 * @brief This file provides firmware functions to manage the following * functionalities of the HW crypto: * - Init...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_crypto_api.h
C
apache-2.0
13,234
/** ****************************************************************************** * @file rtl8721d_deepsleep.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file provides firmware functions to manage the following * functionalities of the soc power management circut: * ...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_deepsleep.h
C
apache-2.0
1,050
/** ****************************************************************************** * @file rtl8721d_delay.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file provides firmware functions to manage the following * functionalities of the systimer & delay: * - SYS...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_delay.h
C
apache-2.0
2,504
/** ****************************************************************************** * @file rtl8721d_efuse.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the functions prototypes for the EFUSE firmware * library. *****************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_efuse.h
C
apache-2.0
8,166
/** ****************************************************************************** * @file rtl8721d_flash.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the functions prototypes for the Flash firmware * library. *****************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_flash.h
C
apache-2.0
25,054
/** ****************************************************************************** * @file rtl8721d_flashclk.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the functions prototypes for the Flash Clock firmware * library. ********************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_flashclk.h
C
apache-2.0
1,429
/** ****************************************************************************** * @file rtl8721d_gdma.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the functions prototypes for the GDMA firmware * library. *******************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_gdma.h
C
apache-2.0
31,441
/** ****************************************************************************** * @file rtl8721d_gpio.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the functions prototypes for the GPIO firmware * library. *******************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_gpio.h
C
apache-2.0
8,965
/** ****************************************************************************** * @file rtl8721d_i2s.h * @author * @version V1.0.0 * @date 2017-11-03 * @brief This file contains all the functions prototypes for the I2S firmware * library. *********************************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_i2s.h
C
apache-2.0
15,706
/** ****************************************************************************** * @file rtl8710b_inic.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the functions prototypes for the USB & SDIO INIC firmware * library. ********************************...
YifuLiu/AliOS-Things
hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/rtl8721d_inic.h
C
apache-2.0
4,437