Home
last modified time | relevance | path

Searched defs:ENET_RANGE (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_enet.h625 #define ENET_RANGE(hclk, n, m) (((hclk) >= (n))&&((hclk) < (m))) macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_enet.h621 #define ENET_RANGE(hclk, n, m) (((hclk) >= (n))&&((hclk) < (m))) macro