Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_lptimer.c178 LPTIMER_CTL1 |= (uint32_t)LPTIMER_CTL1_LPTEN; in lptimer_countinue_start()
202 LPTIMER_CTL1 |= (uint32_t)LPTIMER_CTL1_LPTEN; in lptimer_single_start()
224 LPTIMER_CTL1 &= ~(uint32_t)LPTIMER_CTL1_LPTEN; in lptimer_stop()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_lptimer.h118 #define LPTIMER_CTL1_LPTEN BIT(0) /*!< LPTIMER enable… macro