Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c229 …const uint32_t tcb_size = 8; /* Unrelated to FreeRTOS… in pxPortInitialiseStack() local
230 …const uint32_t base = ( tcb_size + tls_section_alignment - 1 ) & ( ~( tls_section_alignment - 1 ) … in pxPortInitialiseStack()