Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP.h277 #define pdMS_TO_MIN_TICKS( xTimeInMs ) ipMS_TO_MIN_TICKS( xTimeInMs ) macro
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
DNetworkInterface.c595 const TickType_t max_block_time = pdMS_TO_MIN_TICKS( 50 ); in _process_received_packet()