Go to the documentation of this file.
24#if defined(__VSF_HEADER_ONLY_SHOW_ARCH_INFO__)
33# define VSF_ARCH_PRI_NUM 64
34# define VSF_ARCH_PRI_BIT 6
36#elif defined(__VSF_HAL_SHOW_VENDOR_INFO__)
43#include "vendor_header.h"
51#ifndef __VSF_HAL_DEVICE_${VENDOR}_${DEVICE}_H__
52#define __VSF_HAL_DEVICE_${VENDOR}_${DEVICE}_H__
64#define VSF_DEV_SWI_NUM 0
84#define VSF_HW_GPIO_PORT_COUNT 1
85#define VSF_HW_GPIO_PIN_COUNT 32
89#define VSF_HW_I2C_COUNT 2
90#define VSF_HW_I2C_MASK 0x05
91#define VSF_HW_I2C0_IRQN I2C0_IRQn
92#define VSF_HW_I2C0_IRQHandler I2C0_IRQHandler
93#define VSF_HW_I2C0_REG I2C0_BASE
94#define VSF_HW_I2C2_IRQN I2C2_IRQn
95#define VSF_HW_I2C2_IRQHandler I2C2_IRQHandler
96#define VSF_HW_I2C2_REG I2C2_BASE
100#define VSF_HW_USART_COUNT 2
101#define VSF_HW_USART0_IRQN UART0_IRQn
102#define VSF_HW_USART0_IRQHandler UART0_IRQHandler
103#define VSF_HW_USART0_REG UART0_BASE
104#define VSF_HW_USART1_IRQN UART1_IRQn
105#define VSF_HW_USART1_IRQHandler UART1_IRQHandler
106#define VSF_HW_USART1_REG UART1_BASE