gr55xx_hal_conf.h File Reference

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_rtc.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_pdm.h"
#include "gr55xx_hal_sleep_timer.h"
#include "gr55xx_hal_dspi.h"
#include "gr55xx_hal_bod.h"
#include "gr55xx_hal_clock.h"
#include "gr55xx_hal_pwr_mgmt.h"
#include "gr55xx_ll_advs.h"
#include "gr55xx_ll_aon_pmu.h"
#include "gr55xx_ll_aon_rf.h"
#include "gr55xx_ll_clk_cal.h"
#include "gr55xx_ll_ddvs.h"
#include "gr55xx_hal_br.h"

Go to the source code of this file.

Macros

#define HAL_MODULE_ENABLED
 This is the list of modules to be used in the HAL driver. More...
 
#define HAL_ADC_MODULE_ENABLED
 
#define HAL_AON_GPIO_MODULE_ENABLED
 
#define HAL_CORTEX_MODULE_ENABLED
 
#define HAL_DMA_MODULE_ENABLED
 
#define HAL_DUAL_TIMER_MODULE_ENABLED
 
#define HAL_EXFLASH_MODULE_ENABLED
 
#define HAL_GPIO_MODULE_ENABLED
 
#define HAL_I2C_MODULE_ENABLED
 
#define HAL_MSIO_MODULE_ENABLED
 
#define HAL_PKC_MODULE_ENABLED
 
#define HAL_PWM_MODULE_ENABLED
 
#define HAL_PWR_MODULE_ENABLED
 
#define HAL_QSPI_MODULE_ENABLED
 
#define HAL_SPI_MODULE_ENABLED
 
#define HAL_TIMER_MODULE_ENABLED
 
#define HAL_UART_MODULE_ENABLED
 
#define HAL_WDT_MODULE_ENABLED
 
#define HAL_XQSPI_MODULE_ENABLED
 
#define HAL_AON_WDT_MODULE_ENABLED
 
#define HAL_CALENDAR_MODULE_ENABLED
 
#define HAL_RTC_MODULE_ENABLED
 
#define HAL_HMAC_MODULE_ENABLED
 
#define HAL_I2S_MODULE_ENABLED
 
#define HAL_AES_MODULE_ENABLED
 
#define HAL_EFUSE_MODULE_ENABLED
 
#define HAL_CGC_MODULE_ENABLED
 
#define HAL_RNG_MODULE_ENABLED
 
#define HAL_COMP_MODULE_ENABLED
 
#define HAL_PDM_MODULE_ENABLED
 
#define HAL_SLEEP_TIMER_MODULE_ENABLED
 
#define HAL_DSPI_MODULE_ENABLED
 
#define HAL_BOD_MODULE_ENABLED
 
#define HAL_BR_MODULE_ENABLED
 
#define HAL_CLOCK_MODULE_ENABLED
 
#define HAL_PWR_MGMT_MODULE_ENABLED
 
#define HAL_PMU_MODULE_ENABLED
 
#define TICK_INT_PRIORITY   ((uint32_t)(1U<<(__NVIC_PRIO_BITS - 4)) - 1U)
 This is the HAL system configuration section. More...
 
#define USE_RTOS   0U
 
#define gr_assert_param(expr)   ((void)0U)
 Uncomment the line below to expanse the "gr_assert_param" macro in the HAL drivers code. More...
 

Detailed Description

HAL configuration file.

Author
BLE Driver Team
Attention
#####Copyright (c) 2019 GOODIX 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.

Definition in file gr55xx_hal_conf.h.