threadx
__get_interrupt_posture()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
__get_interrupt_posture()
__get_interrupt_posture() function
GCC/AC6 and IAR **
Syntax
Show:
Summary
Declaration
from
tx_port.h:533
__attribute__
(
(
always_inline
)
)
static
inline
unsigned
int
__get_interrupt_posture
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
__attribute__
(
(
always_inline
)
)
static
inline
unsigned
int
__get_interrupt_posture
(
void
)
tx_port.h:533
int_posture
=
__get_interrupt_posture
(
)
;
tx_port.h:570
__disable_interrupts()
interrupt_save
=
__get_interrupt_posture
(
)
;
tx_port.h:588
_tx_thread_system_return_inline()
Call Tree
from
examples
__get_interrupt_posture()
is called by 2 functions:
__disable_interrupts()
_tx_thread_system_return_inline()
All items filtered out
__get_interrupt_posture()
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out