Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c227 …const uint32_t tcb_size = 8; /* Unrelated to FreeRTOS… in pxPortInitialiseStack() local
228 …const uint32_t base = ( tcb_size + tls_section_alignment - 1 ) & ( ~( tls_section_alignment - 1 ) … in pxPortInitialiseStack()