Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/dp83848/
A Dhpm_dp83848_regs.h1193 #define DP83848_PHYCR_BIST_START_MASK (0x100U) macro
1195 …ST_START_SET(x) (((uint16_t)(x) << DP83848_PHYCR_BIST_START_SHIFT) & DP83848_PHYCR_BIST_START_MASK)
1196 #define DP83848_PHYCR_BIST_START_GET(x) (((uint16_t)(x) & DP83848_PHYCR_BIST_START_MASK) >> DP83848…

Completed in 12 milliseconds