Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth_ex.h395 uint32_t AdditionalFragmentSize; /*! Additional Fragment Size */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth_ex.c1774 fpeconf->AdditionalFragmentSize = READ_BIT(heth->Instance->MTLFPECSR, ETH_MTLFPECSR_AFSZ); in HAL_ETHEx_GetFPEConfig()
1792 fperegval = fpeconf->PreemptionClassification | fpeconf->AdditionalFragmentSize; in ETHEx_SetFPEConfig()