HAL configuration file. More...
#include "gr55xx.h"#include "gr55xx_hal_cortex.h"#include "gr55xx_hal_adc.h"#include "gr55xx_hal_aes.h"#include "gr55xx_hal_aon_gpio.h"#include "gr55xx_hal_aon_wdt.h"#include "gr55xx_hal_calendar.h"#include "gr55xx_hal_dma.h"#include "gr55xx_hal_dual_tim.h"#include "gr55xx_hal_gpio.h"#include "gr55xx_hal_hmac.h"#include "gr55xx_hal_i2c.h"#include "gr55xx_hal_i2s.h"#include "gr55xx_hal_msio.h"#include "gr55xx_hal_pkc.h"#include "gr55xx_hal_pwm.h"#include "gr55xx_hal_pwr.h"#include "gr55xx_hal_qspi.h"#include "gr55xx_hal_spi.h"#include "gr55xx_hal_tim.h"#include "gr55xx_hal_uart.h"#include "gr55xx_hal_wdt.h"#include "gr55xx_hal_xqspi.h"#include "gr55xx_hal_exflash.h"#include "gr55xx_hal_efuse.h"#include "gr55xx_hal_cgc.h"#include "gr55xx_hal_rng.h"#include "gr55xx_hal_comp.h"#include "gr55xx_hal_iso7816.h"Go to the source code of this file.
HAL configuration file.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of GOODIX nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
| #define gr_assert_param | ( | expr | ) | ((void)0U) |
Uncomment the line below to expanse the "gr_assert_param" macro in the HAL drivers code.
Include module's header file
| #define HAL_ADC_MODULE_ENABLED |
Enable ADC HAL module driver
| #define HAL_AES_MODULE_ENABLED |
Enable AES module driver
| #define HAL_AON_GPIO_MODULE_ENABLED |
Enable AON GPIO HAL module driver
| #define HAL_AON_WDT_MODULE_ENABLED |
Enable AON WDT module driver
| #define HAL_CALENDAR_MODULE_ENABLED |
Enable CALENDAR module driver
| #define HAL_CGC_MODULE_ENABLED |
Enable CGC module driver
| #define HAL_COMP_MODULE_ENABLED |
Enable COMP module driver
| #define HAL_CORTEX_MODULE_ENABLED |
Enable CORTEX HAL module driver
| #define HAL_DMA_MODULE_ENABLED |
Enable DMA HAL module driver
| #define HAL_DUAL_TIMER_MODULE_ENABLED |
Enable DUAL TIM module driver
| #define HAL_EFUSE_MODULE_ENABLED |
Enable EFUSE module driver
| #define HAL_EXFLASH_MODULE_ENABLED |
Enable EXFLASH module driver
| #define HAL_GPIO_MODULE_ENABLED |
Enable GPIO module driver
| #define HAL_HMAC_MODULE_ENABLED |
Enable HMAC module driver
| #define HAL_I2C_MODULE_ENABLED |
Enable I2C module driver
| #define HAL_I2S_MODULE_ENABLED |
Enable I2S module driver
| #define HAL_ISO7816_MODULE_ENABLED |
Enable ISO7816 module driver
| #define HAL_MODULE_ENABLED |
This is the list of modules to be used in the HAL driver.
Enable HAL module driver
| #define HAL_MSIO_MODULE_ENABLED |
Enable MSIO module driver
| #define HAL_PKC_MODULE_ENABLED |
Enable PKC module driver
| #define HAL_PWM_MODULE_ENABLED |
Enable PWM module driver
| #define HAL_PWR_MODULE_ENABLED |
Enable PWR module driver
| #define HAL_QSPI_MODULE_ENABLED |
Enable QSPI module driver
| #define HAL_RNG_MODULE_ENABLED |
Enable RNG module driver
| #define HAL_SPI_MODULE_ENABLED |
Enable SPI module driver
| #define HAL_TIMER_MODULE_ENABLED |
Enable TIM module driver
| #define HAL_UART_MODULE_ENABLED |
Enable UART module driver
| #define HAL_WDT_MODULE_ENABLED |
Enable WDT module driver
| #define HAL_XQSPI_MODULE_ENABLED |
Enable XQSPI module driver
| #define TICK_INT_PRIORITY ((uint32_t)(1U<<(__NVIC_PRIO_BITS - 4)) - 1U) |
This is the HAL system configuration section.
tick interrupt priority (lowest by default) by group priority 4.
| #define USE_RTOS 0U |
use rtos