Go to the source code of this file.
◆ configMINIMAL_STACK_SIZE
| #define configMINIMAL_STACK_SIZE ((uint16_t)1024) |
◆ configMAX_PRIORITIES
| #define configMAX_PRIORITIES (25) |
◆ configTICK_RATE_HZ
| #define configTICK_RATE_HZ (1000) |
◆ configUSE_16_BIT_TICKS
| #define configUSE_16_BIT_TICKS 0 |
◆ pdMS_TO_TICKS
| #define pdMS_TO_TICKS |
( |
| xTimeInMs | ) |
|
Value:
vsf_systimer_tick_t vsf_systimer_ms_to_tick(uint_fast32_t time_ms)
Definition linux_generic.c:440
uint32_t TickType_t
Definition rtos_al.h:59
◆ pdTICKS_TO_MS
| #define pdTICKS_TO_MS |
( |
| xTicks | ) |
|
Value:
vsf_systimer_tick_t vsf_systimer_tick_to_ms(vsf_systimer_tick_t tick)
Definition linux_generic.c:450
unsigned uint32_t
Definition stdint.h:9
◆ configASSERT
| #define configASSERT |
( |
| x | ) |
|