Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_ctc.c204 capture_value = (uint16_t)GET_STAT_REFCAP(CTC_STAT); in ctc_counter_capture_value_read()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_ctc.h89 #define GET_STAT_REFCAP(regval) GET_BITS((regval),16,31) macro