Searched refs:PBLx8Mode (Results 1 – 2 of 2) sorted by relevance
2105 …dmaconf->PBLx8Mode = ( ( READ_BIT( heth->Instance->DMACCR, ETH_DMACCR_8PBL ) >> 16 ) > 0U ) ? ENAB… in HAL_ETH_GetDMAConfig()2591 dmaregval = ( ( ( uint32_t ) dmaconf->PBLx8Mode << 16 ) | in ETH_SetDMAConfig()2672 dmaDefaultConf.PBLx8Mode = DISABLE; in ETH_MACDMAConfig()
438 … FunctionalState PBLx8Mode; /*!< Enables or disables the PBL multiplication by eight. */ member