Lines Matching refs:MACTSCR

1525   MODIFY_REG(heth->Instance->MACTSCR, ETH_MACTSCR_MASK, tmpTSCR);  in HAL_ETH_PTP_SetConfig()
1528 SET_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSENA); in HAL_ETH_PTP_SetConfig()
1535 SET_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSADDREG); in HAL_ETH_PTP_SetConfig()
1536 while ((heth->Instance->MACTSCR & ETH_MACTSCR_TSADDREG) != 0) in HAL_ETH_PTP_SetConfig()
1543 SET_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSINIT); in HAL_ETH_PTP_SetConfig()
1573 ptpconfig->Timestamp = READ_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSENA); in HAL_ETH_PTP_GetConfig()
1574 ptpconfig->TimestampUpdate = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1576 ptpconfig->TimestampAll = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1578 ptpconfig->TimestampRolloverMode = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1581 ptpconfig->TimestampV2 = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1583 ptpconfig->TimestampEthernet = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1585 ptpconfig->TimestampIPv6 = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1587 ptpconfig->TimestampIPv4 = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1589 ptpconfig->TimestampEvent = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1591 ptpconfig->TimestampMaster = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1593 ptpconfig->TimestampSnapshots = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1596 ptpconfig->TimestampFilter = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1599 ptpconfig->TimestampChecksumCorrection = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1601 ptpconfig->TimestampStatusMode = ((READ_BIT(heth->Instance->MACTSCR, in HAL_ETH_PTP_GetConfig()
1628 SET_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSUPDT); in HAL_ETH_PTP_SetTime()
1685 if (READ_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSCTRLSSR) == ETH_MACTSCR_TSCTRLSSR) in HAL_ETH_PTP_AddTimeOffset()
1704 SET_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_TSUPDT); in HAL_ETH_PTP_AddTimeOffset()