Lines Matching refs:MACTSCR
1537 MODIFY_REG(heth->Instance->MACTSCR, ETH_MACTSCR_MASK, tmpTSCR); in HAL_ETH_PTP_SetConfig()
1540 SET_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSENA); in HAL_ETH_PTP_SetConfig()
1547 SET_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSADDREG); in HAL_ETH_PTP_SetConfig()
1548 while ((heth->Instance->MACTSCR & ETH_MACTSCR_TSADDREG) != 0) in HAL_ETH_PTP_SetConfig()
1557 SET_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSCFUPDT); in HAL_ETH_PTP_SetConfig()
1571 SET_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSINIT); in HAL_ETH_PTP_SetConfig()
1591 ptpconfig->Timestamp = READ_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSENA); in HAL_ETH_PTP_GetConfig()
1592 ptpconfig->TimestampUpdate = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1594 ptpconfig->TimestampAll = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1596 ptpconfig->TimestampRolloverMode = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1599 ptpconfig->TimestampV2 = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1601 ptpconfig->TimestampEthernet = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1603 ptpconfig->TimestampIPv6 = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1605 ptpconfig->TimestampIPv4 = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1607 ptpconfig->TimestampEvent = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1609 ptpconfig->TimestampMaster = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1611 ptpconfig->TimestampSnapshots = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1614 ptpconfig->TimestampFilter = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1617 ptpconfig->TimestampChecksumCorrection = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1619 ptpconfig->TimestampStatusMode = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1646 SET_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSUPDT); in HAL_ETH_PTP_SetTime()
1703 if (READ_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSCTRLSSR) == ETH_MACTSCR_TSCTRLSSR) in HAL_ETH_PTP_AddTimeOffset()
1722 SET_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSUPDT); in HAL_ETH_PTP_AddTimeOffset()