Home
last modified time | relevance | path

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

/external/pigweed/targets/rp2040_pw_system/
Dboot.cc60 uint32_t* pulIdleTaskStackSize) { in vApplicationGetIdleTaskMemory() argument
63 *pulIdleTaskStackSize = freertos_idle_stack.size(); in vApplicationGetIdleTaskMemory()
/external/pigweed/targets/emcraft_sf2_som/
Dboot.cc63 uint32_t* pulIdleTaskStackSize) { in vApplicationGetTimerTaskMemory() argument
66 *pulIdleTaskStackSize = freertos_idle_stack.size(); in vApplicationGetTimerTaskMemory()
72 uint32_t* pulIdleTaskStackSize) { in vApplicationGetIdleTaskMemory() argument
75 *pulIdleTaskStackSize = freertos_timer_stack.size(); in vApplicationGetIdleTaskMemory()
/external/pigweed/targets/stm32f429i_disc1_stm32cube/
Dboot.cc104 uint32_t* pulIdleTaskStackSize) { in vApplicationGetIdleTaskMemory() argument
107 *pulIdleTaskStackSize = freertos_idle_stack.size(); in vApplicationGetIdleTaskMemory()