Home
last modified time | relevance | path

Searched refs:AV8021ASMEN (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h481 uint32_t AV8021ASMEN; /*!< Enable AV 802.1AS Mode */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c1569 tmpTSCR = ((uint32_t)ptpconfig->AV8021ASMEN << ETH_MACTSCR_AV8021ASMEN_Pos) | in HAL_ETH_PTP_SetConfig()
1634 ptpconfig->AV8021ASMEN = ((READ_BIT(heth->Instance->MACTSCR, ETH_MACTSCR_AV8021ASMEN) >> in HAL_ETH_PTP_GetConfig()