Skip to content

[Feature Request] STM32Hxx port: Duplicate MDIO Clock Config setup in HAL #540

@Dweb2

Description

@Dweb2

On the current version: ETH_MAC_MDIO_ClkConfig()

static void ETH_MAC_MDIO_ClkConfig( ETH_HandleTypeDef * heth )
and HAL_ETH_SetMDIOClockRange()
void HAL_ETH_SetMDIOClockRange( ETH_HandleTypeDef * heth )
are effectively identical functions which set the management clock. They get called from different contexts.

Maybe consider using just one function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions