Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_timer.h51 #define TIMER_CTL0(timerx) REG32((timerx) + 0x00U) /*!< TIMER control regis… argument
52 #define TIMER_CTL1(timerx) REG32((timerx) + 0x04U) /*!< TIMER control regis… argument
55 #define TIMER_INTF(timerx) REG32((timerx) + 0x10U) /*!< TIMER interrupt fla… argument
57 #define TIMER_CHCTL0(timerx) REG32((timerx) + 0x18U) /*!< TIMER channel contr… argument
58 #define TIMER_CHCTL1(timerx) REG32((timerx) + 0x1CU) /*!< TIMER channel contr… argument
59 #define TIMER_CHCTL2(timerx) REG32((timerx) + 0x20U) /*!< TIMER channel contr… argument
60 #define TIMER_CNT(timerx) REG32((timerx) + 0x24U) /*!< TIMER counter regis… argument
61 #define TIMER_PSC(timerx) REG32((timerx) + 0x28U) /*!< TIMER prescaler reg… argument
62 #define TIMER_CAR(timerx) REG32((timerx) + 0x2CU) /*!< TIMER counter auto … argument
63 #define TIMER_CREP(timerx) REG32((timerx) + 0x30U) /*!< TIMER counter repet… argument
[all …]
/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_hwtimer.c83 static void __set_timerx_freq(uint32_t timerx, uint32_t freq) in __set_timerx_freq()

Completed in 10 milliseconds