Home
last modified time | relevance | path

Searched refs:portTICKS_PER_DOS_TICK (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.0.1/portable/oWatcom/16BitDOS/PC/
Dport.c157 sDOSTickCounter = portTICKS_PER_DOS_TICK; in xPortStartScheduler()
222 sDOSTickCounter = ( int16_t ) portTICKS_PER_DOS_TICK; in prvPortResetPIC()
Dportmacro.h96 #define portTICKS_PER_DOS_TICK ( ( uint16_t ) ( ( ( portDOUBLE ) configTICK_RATE_HZ / portDOS_TICK… macro
/Kernel-v11.0.1/portable/BCC/16BitDOS/PC/
Dport.c147 sDOSTickCounter = portTICKS_PER_DOS_TICK; in xPortStartScheduler()
209 sDOSTickCounter = ( int16_t ) portTICKS_PER_DOS_TICK; in prvPortResetPIC()
Dprtmacro.h84 #define portTICKS_PER_DOS_TICK ( ( uint16_t ) ( ( ( portDOUBLE ) configTICK_RATE_HZ / portDOS_TICK… macro