Searched refs:PTP_TSCTL_CKNT (Results 1 – 2 of 2) sorted by relevance
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/ |
D | gd32e50x_enet.h | 1208 #define PTP_TSCTL_CKNT(regval) (BITS(16,17) & ((uint32_t)(regval) << 16)) /*!… macro 1431 …ENET_CKNT_ORDINARY = PTP_TSCTL_CKNT(0), /*!< t… 1432 …ENET_CKNT_BOUNDARY = PTP_TSCTL_CKNT(1), /*!< t… 1433 …ENET_CKNT_END_TO_END = PTP_TSCTL_CKNT(2), /*!< t… 1434 …ENET_CKNT_PEER_TO_PEER = PTP_TSCTL_CKNT(3), /*!< t…
|
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/ |
D | gd32f4xx_enet.h | 367 #define PTP_TSCTL_CKNT(regval) (BITS(16,17) & ((uint32_t)(regval) << 16)) /*!< write v… macro 952 …ENET_CKNT_ORDINARY = PTP_TSCTL_CKNT(0), /*!< type of ordin… 953 …ENET_CKNT_BOUNDARY = PTP_TSCTL_CKNT(1), /*!< type of bound… 954 …ENET_CKNT_END_TO_END = PTP_TSCTL_CKNT(2), /*!< type of end-t… 955 …ENET_CKNT_PEER_TO_PEER = PTP_TSCTL_CKNT(3), /*!< type of peer-…
|