Home
last modified time | relevance | path

Searched refs:RB_TMR_COUNT_EN (Results 1 – 8 of 8) sorted by relevance

/bsp/wch/arm/ch579m/libraries/StdPeriphDriver/
A DCH57x_timer0.c23 R8_TMR0_CTRL_MOD = RB_TMR_COUNT_EN; in TMR0_TimerInit()
36 R8_TMR0_CTRL_MOD = RB_TMR_CAP_COUNT|RB_TMR_MODE_IN|RB_TMR_COUNT_EN; in TMR0_EXTSingleCounterInit()
52 R8_TMR0_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR0_CountInit()
70 R8_TMR0_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR0_PWMInit()
87 R8_TMR0_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR0_CapInit()
A DCH57x_timer3.c23 R8_TMR3_CTRL_MOD = RB_TMR_COUNT_EN; in TMR3_TimerInit()
36 R8_TMR3_CTRL_MOD = RB_TMR_CAP_COUNT|RB_TMR_MODE_IN|RB_TMR_COUNT_EN; in TMR3_EXTSingleCounterInit()
52 R8_TMR3_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR3_CountInit()
70 R8_TMR3_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR3_PWMInit()
87 R8_TMR3_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR3_CapInit()
A DCH57x_timer1.c23 R8_TMR1_CTRL_MOD = RB_TMR_COUNT_EN; in TMR1_TimerInit()
36 R8_TMR1_CTRL_MOD = RB_TMR_CAP_COUNT|RB_TMR_MODE_IN|RB_TMR_COUNT_EN; in TMR1_EXTSingleCounterInit()
52 R8_TMR1_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR1_CountInit()
70 R8_TMR1_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR1_PWMInit()
87 R8_TMR1_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR1_CapInit()
A DCH57x_timer2.c23 R8_TMR2_CTRL_MOD = RB_TMR_COUNT_EN; in TMR2_TimerInit()
36 R8_TMR2_CTRL_MOD = RB_TMR_CAP_COUNT|RB_TMR_MODE_IN|RB_TMR_COUNT_EN; in TMR2_EXTSingleCounterInit()
52 R8_TMR2_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR2_CountInit()
70 R8_TMR2_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR2_PWMInit()
87 R8_TMR2_CTRL_MOD = RB_TMR_COUNT_EN \ in TMR2_CapInit()
/bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/
A DCH57x_timer.h84 #define TMR0_Disable() (R8_TMR0_CTRL_MOD &= ~RB_TMR_COUNT_EN) /* 关闭 TMR0 */
85 #define TMR0_Enable() (R8_TMR0_CTRL_MOD |= RB_TMR_COUNT_EN) /* 开启 TMR0 */
117 #define TMR1_Disable() (R8_TMR1_CTRL_MOD &= ~RB_TMR_COUNT_EN) /* 关闭 TMR1 */
118 #define TMR1_Enable() (R8_TMR1_CTRL_MOD |= RB_TMR_COUNT_EN) /* 开启 TMR1 */
150 #define TMR2_Disable() (R8_TMR2_CTRL_MOD &= ~RB_TMR_COUNT_EN) /* 关闭 TMR2 */
151 #define TMR2_Enable() (R8_TMR2_CTRL_MOD |= RB_TMR_COUNT_EN) /* 开启 TMR2 */
182 #define TMR3_Disable() (R8_TMR3_CTRL_MOD &= ~RB_TMR_COUNT_EN) /* 关闭 TMR3 */
183 #define TMR3_Enable() (R8_TMR3_CTRL_MOD |= RB_TMR_COUNT_EN) /* 开启 TMR3 */
A DCH579SFR.h777 #define RB_TMR_COUNT_EN 0x04 // RW, timer count enable macro
/bsp/wch/risc-v/Libraries/ch56x_drivers/
A Dch56x_timer.h40 #define RB_TMR_COUNT_EN 0x04 macro
A Dch56x_timer.c114 txreg->CTRL_MOD.reg = RB_TMR_COUNT_EN; in hwtimer_start()

Completed in 31 milliseconds