Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c1542 uint32_t tmpTSCR; in HAL_ETH_PTP_SetConfig() local
1550 tmpTSCR = ptpconfig->Timestamp | in HAL_ETH_PTP_SetConfig()
1564 MODIFY_REG(heth->Instance->PTPTSCR, ETH_MACTSCR_MASK, tmpTSCR); in HAL_ETH_PTP_SetConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c1542 uint32_t tmpTSCR; in HAL_ETH_PTP_SetConfig() local
1550 tmpTSCR = ptpconfig->Timestamp | in HAL_ETH_PTP_SetConfig()
1564 MODIFY_REG(heth->Instance->PTPTSCR, ETH_MACTSCR_MASK, tmpTSCR); in HAL_ETH_PTP_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c1501 uint32_t tmpTSCR; in HAL_ETH_PTP_SetConfig() local
1509 tmpTSCR = ptpconfig->Timestamp | in HAL_ETH_PTP_SetConfig()
1525 MODIFY_REG(heth->Instance->MACTSCR, ETH_MACTSCR_MASK, tmpTSCR); in HAL_ETH_PTP_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c1510 uint32_t tmpTSCR; in HAL_ETH_PTP_SetConfig() local
1521 tmpTSCR = ptpconfig->Timestamp | in HAL_ETH_PTP_SetConfig()
1537 MODIFY_REG(heth->Instance->MACTSCR, ETH_MACTSCR_MASK, tmpTSCR); in HAL_ETH_PTP_SetConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c1510 uint32_t tmpTSCR; in HAL_ETH_PTP_SetConfig() local
1521 tmpTSCR = ptpconfig->Timestamp | in HAL_ETH_PTP_SetConfig()
1537 MODIFY_REG(heth->Instance->MACTSCR, ETH_MACTSCR_MASK, tmpTSCR); in HAL_ETH_PTP_SetConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c1558 uint32_t tmpTSCR; in HAL_ETH_PTP_SetConfig() local
1569 tmpTSCR = ((uint32_t)ptpconfig->AV8021ASMEN << ETH_MACTSCR_AV8021ASMEN_Pos) | in HAL_ETH_PTP_SetConfig()
1586 MODIFY_REG(heth->Instance->MACTSCR, ETH_MACTSCR_MASK, tmpTSCR); in HAL_ETH_PTP_SetConfig()