Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/oWatcom/16BitDOS/PC/
Dportmacro.h94 #define portDOS_TICK_RATE ( 18.20648 ) macro
96 …_PER_DOS_TICK ( ( uint16_t ) ( ( ( portDOUBLE ) configTICK_RATE_HZ / portDOS_TICK_RATE ) + 0.5 ) )
/Kernel-v11.0.1/portable/BCC/16BitDOS/PC/
Dprtmacro.h82 #define portDOS_TICK_RATE ( 18.20648 ) macro
84 …_PER_DOS_TICK ( ( uint16_t ) ( ( ( portDOUBLE ) configTICK_RATE_HZ / portDOS_TICK_RATE ) + 0.5 ) )