Home
last modified time | relevance | path

Searched refs:SHRTIMER_BMCTL_BMSE (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/include/
Dgd32e50x_shrtimer.h779 #define SHRTIMER_BMCTL_BMSE BIT(10) /*!< bunch mode shadow… macro
1571 #define SHRTIMER_BUNCHMODEPRELOAD_ENABLED (SHRTIMER_BMCTL_BMSE) …
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_shrtimer.c2019 bmctl_reg &= ~(SHRTIMER_BMCTL_BMSE); in shrtimer_bunchmode_config()