Home
last modified time | relevance | path

Searched refs:TimestampUpdateMode (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h448 uint32_t TimestampUpdateMode; /*!< Fine or Coarse Timestamp Update */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h448 uint32_t TimestampUpdateMode; /*!< Fine or Coarse Timestamp Update */ member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h454 uint32_t TimestampUpdateMode; /*!< Fine or Coarse Timestamp Update */ member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h454 uint32_t TimestampUpdateMode; /*!< Fine or Coarse Timestamp Update */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h448 uint32_t TimestampUpdateMode; /*!< Fine or Coarse Timestamp Update */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h483 uint32_t TimestampUpdateMode; /*!< Fine or Coarse Timestamp Update */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c1555 if (ptpconfig->TimestampUpdateMode == ENABLE) in HAL_ETH_PTP_SetConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c1555 if (ptpconfig->TimestampUpdateMode == ENABLE) in HAL_ETH_PTP_SetConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c1583 ((uint32_t)ptpconfig->TimestampUpdateMode); in HAL_ETH_PTP_SetConfig()