Home
last modified time | relevance | path

Searched refs:uc_threshold (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
Dgmac_SAM.c835 uint8_t uc_threshold ) in gmac_dev_set_tx_wakeup_callback() argument
843 if( uc_threshold <= GMAC_TX_BUFFERS ) in gmac_dev_set_tx_wakeup_callback()
846 p_gmac_dev->ul_wakeup_threshold = ( uint32_t ) uc_threshold; in gmac_dev_set_tx_wakeup_callback()
Dgmac_SAM.h1536 uint8_t uc_threshold );
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
Dgmac.c825 uint8_t uc_threshold ) in gmac_dev_set_tx_wakeup_callback() argument
833 if( uc_threshold <= p_gmac_dev->ul_tx_list_size ) in gmac_dev_set_tx_wakeup_callback()
836 p_gmac_dev->uc_wakeup_threshold = uc_threshold; in gmac_dev_set_tx_wakeup_callback()
Dgmac.h1226 uint8_t uc_threshold );
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/instance/
Dgmac.h1230 uint8_t uc_threshold );