Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c1942 SET_BIT(heth->RxCH, ETH_DMA_CH0); in HAL_ETH_IRQHandler()
1953 CLEAR_BIT(heth->RxCH, ETH_DMA_CH0); in HAL_ETH_IRQHandler()
1963 SET_BIT(heth->RxCH, ETH_DMA_CH1); in HAL_ETH_IRQHandler()
1974 CLEAR_BIT(heth->RxCH, ETH_DMA_CH1); in HAL_ETH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h606 …__IO uint32_t RxCH; /*!< Holds the Rx DMA Channels Number events. member