Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c1963 SET_BIT(heth->RxCH, ETH_DMA_CH1); in HAL_ETH_IRQHandler()
1974 CLEAR_BIT(heth->RxCH, ETH_DMA_CH1); in HAL_ETH_IRQHandler()
2005 SET_BIT(heth->TxCH, ETH_DMA_CH1); in HAL_ETH_IRQHandler()
2016 CLEAR_BIT(heth->TxCH, ETH_DMA_CH1); in HAL_ETH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h1702 #define ETH_DMA_CH1 0x00000002U macro