Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_timer.c541 TIMER_CCHP(timer_periph) = (uint32_t)(((uint32_t)(breakpara->runoffstate)) | in timer_break_config()
558 TIMER_CCHP(timer_periph) |= (uint32_t)TIMER_CCHP_BRKEN; in timer_break_enable()
569 TIMER_CCHP(timer_periph) &= ~(uint32_t)TIMER_CCHP_BRKEN; in timer_break_disable()
580 TIMER_CCHP(timer_periph) |= (uint32_t)TIMER_CCHP_OAEN; in timer_automatic_output_enable()
591 TIMER_CCHP(timer_periph) &= ~(uint32_t)TIMER_CCHP_OAEN; in timer_automatic_output_disable()
604 TIMER_CCHP(timer_periph) |= (uint32_t)TIMER_CCHP_POEN; in timer_primary_output_config()
606 TIMER_CCHP(timer_periph) &= (~(uint32_t)TIMER_CCHP_POEN); in timer_primary_output_config()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_timer.h68 #define TIMER_CCHP(timerx) REG32((timerx) + 0x44U) /*!< TIMER channel compl… macro

Completed in 13 milliseconds