Home
last modified time | relevance | path

Searched refs:SHRTIMER_BMCTL (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_shrtimer.c2004 bmctl_reg = SHRTIMER_BMCTL(shrtimer_periph); in shrtimer_bunchmode_config()
2031 SHRTIMER_BMCTL(shrtimer_periph) = bmctl_reg; in shrtimer_bunchmode_config()
2042 SHRTIMER_BMCTL(shrtimer_periph) |= SHRTIMER_BMCTL_BMEN; in shrtimer_bunchmode_enable()
2053 SHRTIMER_BMCTL(shrtimer_periph) &= ~SHRTIMER_BMCTL_BMEN; in shrtimer_bunchmode_disable()
2066 if(RESET != (SHRTIMER_BMCTL(shrtimer_periph) & SHRTIMER_BMCTL_BMOPTF)){ in shrtimer_bunchmode_flag_get()
2795 bmctl_reg = SHRTIMER_BMCTL(shrtimer_periph); in master_timer_waveform_config()
2830 SHRTIMER_BMCTL(shrtimer_periph) = bmctl_reg; in master_timer_waveform_config()
2888 bmctl_reg = SHRTIMER_BMCTL(shrtimer_periph); in slave_timer_waveform_config()
2958 SHRTIMER_BMCTL(shrtimer_periph) = bmctl_reg; in slave_timer_waveform_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_shrtimer.h99 #define SHRTIMER_BMCTL(shrtimery) REG32(((shrtimery) + 0x00000380U) + 0x000000… macro