Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c266 uint32_t ItMode );
881 heth->RxDescList.ItMode = 1U; in HAL_ETH_Start_IT()
1010 heth->RxDescList.ItMode = 0U; in HAL_ETH_Stop_IT()
1505 if( dmarxdesclist->ItMode != 0U ) in HAL_ETH_BuildRxDescriptors()
2804 WRITE_REG( heth->RxDescList.ItMode, 0 ); in ETH_DMARxDescListInit()
2876 uint32_t ItMode ) in ETH_Prepare_Tx_Descriptors() argument
2929 if( ItMode != ( ( uint32_t ) RESET ) ) in ETH_Prepare_Tx_Descriptors()
Dstm32hxx_hal_eth.h266 … uint32_t ItMode; /*<! If 1, DMA will generate the Rx complete interrupt. member