Home
last modified time | relevance | path

Searched defs:timerx (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Include/
Dgd32vf103_timer.h52 #define TIMER_CTL0(timerx) REG32((timerx) + 0x00U) /*!< TIMER control regis… argument
53 #define TIMER_CTL1(timerx) REG32((timerx) + 0x04U) /*!< TIMER control regis… argument
54 #define TIMER_SMCFG(timerx) REG32((timerx) + 0x08U) /*!< TIMER slave mode co… argument
55 #define TIMER_DMAINTEN(timerx) REG32((timerx) + 0x0CU) /*!< TIMER DMA and inter… argument
56 #define TIMER_INTF(timerx) REG32((timerx) + 0x10U) /*!< TIMER interrupt fla… argument
57 #define TIMER_SWEVG(timerx) REG32((timerx) + 0x14U) /*!< TIMER software even… argument
58 #define TIMER_CHCTL0(timerx) REG32((timerx) + 0x18U) /*!< TIMER channel contr… argument
59 #define TIMER_CHCTL1(timerx) REG32((timerx) + 0x1CU) /*!< TIMER channel contr… argument
60 #define TIMER_CHCTL2(timerx) REG32((timerx) + 0x20U) /*!< TIMER channel contr… argument
61 #define TIMER_CNT(timerx) REG32((timerx) + 0x24U) /*!< TIMER counter regis… argument
[all …]