Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c733 heth->RxOpCH = ch; in HAL_ETH_Start()
740 heth->RxOpCH = 0; in HAL_ETH_Start()
788 heth->RxOpCH = ch; in HAL_ETH_Start_IT()
813 heth->RxOpCH = 0; in HAL_ETH_Start_IT()
1078 uint32_t ch = heth->RxOpCH; in HAL_ETH_ReadData()
1203 uint32_t ch = heth -> RxOpCH; in ETH_UpdateDescriptor()
1394 uint32_t ch = heth->RxOpCH; in HAL_ETH_GetRxDataErrorCode()
1848 uint32_t ch = heth->RxOpCH; in HAL_ETH_PTP_GetRxTimestamp()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h612 …__IO uint32_t RxOpCH; /*!< Holds the Rx DMA Channel Index which re… member