Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_core_ca.h96 __STATIC_INLINE uint32_t StackOffsetR0 (uint8_t stack_frame) { in StackOffsetR0() argument
99 if ((stack_frame & 0x04U) != 0U) { in StackOffsetR0()
101 } else if ((stack_frame & 0x02U) != 0U) { in StackOffsetR0()
Drtx_core_cm.h97 __STATIC_INLINE uint32_t StackOffsetR0 (uint8_t stack_frame) { in StackOffsetR0() argument
100 return (((stack_frame & 0x10U) == 0U) ? ((16U+8U)*4U) : (8U*4U)); in StackOffsetR0()
102 (void)stack_frame; in StackOffsetR0()
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_os.h117 uint8_t stack_frame; ///< Stack Frame (EXC_RETURN[7..0]) member