Searched refs:stack_frame (Results 1 – 3 of 3) sorted by relevance
96 __STATIC_INLINE uint32_t StackOffsetR0 (uint8_t stack_frame) { in StackOffsetR0() argument99 if ((stack_frame & 0x04U) != 0U) { in StackOffsetR0()101 } else if ((stack_frame & 0x02U) != 0U) { in StackOffsetR0()
97 __STATIC_INLINE uint32_t StackOffsetR0 (uint8_t stack_frame) { in StackOffsetR0() argument100 return (((stack_frame & 0x10U) == 0U) ? ((16U+8U)*4U) : (8U*4U)); in StackOffsetR0()102 (void)stack_frame; in StackOffsetR0()
117 uint8_t stack_frame; ///< Stack Frame (EXC_RETURN[7..0]) member