thread_arch.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2019 Gunar Schorcht
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
30 extern void thread_isr_stack_init(void);
31 
32 #ifdef __cplusplus
33 }
34 #endif
void thread_isr_stack_init(void)
Initializes the ISR stack Initializes the ISR stack with predefined values (address value) to be able...