Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_timer.h405 #define TIMER_FCCHP0_FCCHP0EN BIT(31) /*!< free compl… macro
728 #define TIMER_FCCHP_STATE_ENABLE ((uint32_t)TIMER_FCCHP0_FCCHP0EN) /*!< free compl…
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_timer.c2805 …&= (~(uint32_t)(TIMER_FCCHP0_DTCFG | TIMER_FCCHP0_IOS | TIMER_FCCHP0_ROS | TIMER_FCCHP0_FCCHP0EN)); in timer_channel_free_complementary_config()