Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_lptimer.c421 LPTIMER_INTEN |= (uint32_t)interrupt; in lptimer_interrupt_enable()
446 LPTIMER_INTEN &= (~(uint32_t)interrupt); in lptimer_interrupt_disable()
472 val = (LPTIMER_INTEN & int_flag); in lptimer_interrupt_flag_get()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_lptimer.h46 #define LPTIMER_INTEN REG32(LPTIMER + 0x08U) /*!< interrupt enab… macro