Trait stm32_eth::setup::RmiiTxEN

source ·
pub unsafe trait RmiiTxEN { }
Expand description

RMII TX Enable

§Safety

Only pins specified as ETH_RMII_TX_EN in a part’s Reference Manual may implement this trait.

Implementations on Foreign Types§

source§

impl RmiiTxEN for PB11<Input>

source§

impl RmiiTxEN for PG11<Input>

Implementors§