Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h318 uint32_t SendSlope; /*!< sendSlope value required for the CBS algorithm */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c1247 cbsregval = (uint32_t)cbsconf->SendSlope; in ETHEx_SetCBSConfig()
1308 …pCBSConfig->SendSlope = READ_BIT(heth->Instance->MTL_QUEUE[queueIndex].MTLTXQ1SSCR, ETH_MTLTXQ1SSC… in HAL_ETHEx_GetCBSConfig()