Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/dp83867/
A Dhpm_dp83867_regs.h1004 #define DP83867_CFG1_TDR_AUTO_RUN_MASK (0x80U) macro
1006 …TO_RUN_SET(x) (((uint16_t)(x) << DP83867_CFG1_TDR_AUTO_RUN_SHIFT) & DP83867_CFG1_TDR_AUTO_RUN_MASK)
1007 #define DP83867_CFG1_TDR_AUTO_RUN_GET(x) (((uint16_t)(x) & DP83867_CFG1_TDR_AUTO_RUN_MASK) >> DP838…

Completed in 10 milliseconds