Function stm32_eth::eth_interrupt_handler
source · pub fn eth_interrupt_handler(eth_dma: ÐERNET_DMA) -> InterruptReasonSummary
Expand description
The handler for ETH
interrupts.
There are two ways to call this:
- Indirectly by using
EthernetDMA::interrupt_handler
driver instance that your interrupt handler has access to. - By unsafely getting
Peripherals
.