Searched refs:tmpTSCR (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_eth.c | 1542 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/ |
D | stm32f4xx_hal_eth.c | 1542 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/ |
D | stm32h7rsxx_hal_eth.c | 1501 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/ |
D | stm32h7xx_hal_eth.c | 1510 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/ |
D | stm32h5xx_hal_eth.c | 1510 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/ |
D | stm32n6xx_hal_eth.c | 1558 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()
|