Lines Matching refs:PTPTSCR

1564   MODIFY_REG(heth->Instance->PTPTSCR, ETH_MACTSCR_MASK, tmpTSCR);  in HAL_ETH_PTP_SetConfig()
1567 SET_BIT(heth->Instance->PTPTSCR, ETH_PTPTSCR_TSE); in HAL_ETH_PTP_SetConfig()
1574 SET_BIT(heth->Instance->PTPTSCR, ETH_PTPTSCR_TSARU); in HAL_ETH_PTP_SetConfig()
1575 while ((heth->Instance->PTPTSCR & ETH_PTPTSCR_TSARU) != 0) in HAL_ETH_PTP_SetConfig()
1582 SET_BIT(heth->Instance->PTPTSCR, ETH_PTPTSCR_TSSTI); in HAL_ETH_PTP_SetConfig()
1612 ptpconfig->Timestamp = READ_BIT(heth->Instance->PTPTSCR, ETH_PTPTSCR_TSE); in HAL_ETH_PTP_GetConfig()
1613 ptpconfig->TimestampUpdate = ((READ_BIT(heth->Instance->PTPTSCR, in HAL_ETH_PTP_GetConfig()
1615 ptpconfig->TimestampAll = ((READ_BIT(heth->Instance->PTPTSCR, in HAL_ETH_PTP_GetConfig()
1617 ptpconfig->TimestampRolloverMode = ((READ_BIT(heth->Instance->PTPTSCR, in HAL_ETH_PTP_GetConfig()
1620 ptpconfig->TimestampV2 = ((READ_BIT(heth->Instance->PTPTSCR, in HAL_ETH_PTP_GetConfig()
1622 ptpconfig->TimestampEthernet = ((READ_BIT(heth->Instance->PTPTSCR, in HAL_ETH_PTP_GetConfig()
1625 ptpconfig->TimestampIPv6 = ((READ_BIT(heth->Instance->PTPTSCR, in HAL_ETH_PTP_GetConfig()
1627 ptpconfig->TimestampIPv4 = ((READ_BIT(heth->Instance->PTPTSCR, in HAL_ETH_PTP_GetConfig()
1629 ptpconfig->TimestampEvent = ((READ_BIT(heth->Instance->PTPTSCR, in HAL_ETH_PTP_GetConfig()
1631 ptpconfig->TimestampMaster = ((READ_BIT(heth->Instance->PTPTSCR, in HAL_ETH_PTP_GetConfig()
1633 ptpconfig->TimestampFilter = ((READ_BIT(heth->Instance->PTPTSCR, in HAL_ETH_PTP_GetConfig()
1635 ptpconfig->TimestampClockType = ((READ_BIT(heth->Instance->PTPTSCR, in HAL_ETH_PTP_GetConfig()
1661 SET_BIT(heth->Instance->PTPTSCR, ETH_PTPTSCR_TSSTU); in HAL_ETH_PTP_SetTime()
1718 if (READ_BIT(heth->Instance->PTPTSCR, ETH_PTPTSCR_TSSSR) == ETH_PTPTSCR_TSSSR) in HAL_ETH_PTP_AddTimeOffset()
1736 SET_BIT(heth->Instance->PTPTSCR, ETH_PTPTSCR_TSSTU); in HAL_ETH_PTP_AddTimeOffset()