|
VSF Documented
|
#include "hal/vsf_hal_cfg.h"#include "./device.h"#include "hal/driver/common/template/vsf_template_hal_driver.h"#include "hal/driver/common/swi/vsf_swi_template.h"#include "../common/adc/adc.h"#include "../common/flash/flash.h"#include "../common/gpio/gpio.h"#include "../common/i2c/i2c.h"#include "../common/pwm/pwm.h"#include "../common/rtc/rtc.h"#include "../common/spi/spi.h"#include "../common/timer/timer.h"#include "../common/rng/rng.h"#include "../common/usart/usart.h"#include "../common/usb_otg.nonip/usb_otg.nonip.h"#include "../common/sdio/sdio.h"#include "../common/i2s/i2s.h"#include "../common/wdt/wdt.h"#include "../common/eth/eth.h"#include "hal/driver/common/template/vsf_template_gpio.h"#include "hal/driver/common/gpio/gpio_template.h"#include "hal/driver/common/template/vsf_template_adc.h"#include "hal/driver/common/adc/adc_template.h"#include "hal/driver/common/template/vsf_template_flash.h"#include "hal/driver/common/flash/flash_template.h"#include "hal/driver/common/template/vsf_template_i2c.h"#include "hal/driver/common/i2c/i2c_template.h"#include "hal/driver/common/template/vsf_template_pwm.h"#include "hal/driver/common/pwm/pwm_template.h"#include "hal/driver/common/template/vsf_template_rtc.h"#include "hal/driver/common/rtc/rtc_template.h"#include "hal/driver/common/template/vsf_template_spi.h"#include "hal/driver/common/spi/spi_template.h"#include "hal/driver/common/template/vsf_template_timer.h"#include "hal/driver/common/timer/timer_template.h"#include "hal/driver/common/template/vsf_template_rng.h"#include "hal/driver/common/rng/rng_template.h"#include "hal/driver/common/template/vsf_template_usart.h"#include "hal/driver/common/usart/usart_template.h"#include "hal/driver/common/template/vsf_template_wdt.h"#include "hal/driver/common/wdt/wdt_template.h"Go to the source code of this file.
Macros | |
| #define | __VSF_HAL_DRIVER_ ${VENDOR}_${DEVICE}_H__ |
| #define | VSF_GPIO_CFG_DEC_PREFIX vsf_hw |
| #define | VSF_GPIO_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define | VSF_ADC_CFG_DEC_PREFIX vsf_hw |
| #define | VSF_ADC_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define | VSF_FLASH_CFG_DEC_PREFIX vsf_hw |
| #define | VSF_FLASH_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define | VSF_I2C_CFG_DEC_PREFIX vsf_hw |
| #define | VSF_I2C_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define | VSF_PWM_CFG_DEC_PREFIX vsf_hw |
| #define | VSF_PWM_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define | VSF_RTC_CFG_DEC_PREFIX vsf_hw |
| #define | VSF_RTC_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define | VSF_SPI_CFG_DEC_PREFIX vsf_hw |
| #define | VSF_SPI_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define | VSF_TIMER_CFG_DEC_PREFIX vsf_hw |
| #define | VSF_TIMER_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define | VSF_RNG_CFG_DEC_PREFIX vsf_hw |
| #define | VSF_RNG_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define | VSF_USART_CFG_DEC_PREFIX vsf_hw |
| #define | VSF_USART_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define | VSF_WDT_CFG_DEC_PREFIX vsf_hw |
| #define | VSF_WDT_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define __VSF_HAL_DRIVER_ ${VENDOR}_${DEVICE}_H__ |
| #define VSF_GPIO_CFG_DEC_PREFIX vsf_hw |
| #define VSF_GPIO_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define VSF_ADC_CFG_DEC_PREFIX vsf_hw |
| #define VSF_ADC_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define VSF_FLASH_CFG_DEC_PREFIX vsf_hw |
| #define VSF_FLASH_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define VSF_I2C_CFG_DEC_PREFIX vsf_hw |
| #define VSF_I2C_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define VSF_PWM_CFG_DEC_PREFIX vsf_hw |
| #define VSF_PWM_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define VSF_RTC_CFG_DEC_PREFIX vsf_hw |
| #define VSF_RTC_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define VSF_SPI_CFG_DEC_PREFIX vsf_hw |
| #define VSF_SPI_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define VSF_TIMER_CFG_DEC_PREFIX vsf_hw |
| #define VSF_TIMER_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define VSF_RNG_CFG_DEC_PREFIX vsf_hw |
| #define VSF_RNG_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define VSF_USART_CFG_DEC_PREFIX vsf_hw |
| #define VSF_USART_CFG_DEC_UPCASE_PREFIX VSF_HW |
| #define VSF_WDT_CFG_DEC_PREFIX vsf_hw |
| #define VSF_WDT_CFG_DEC_UPCASE_PREFIX VSF_HW |