Go to the source code of this file.
◆ rtos_riot_cortex_m_stack_align()
◆ rtos_riot_cortex_m0_stack_offsets
◆ rtos_riot_cortex_m0_stacking
Initial value:= {
.stack_registers_size = 0x44,
.stack_growth_direction = -1,
}
#define ARMV7M_NUM_CORE_REGS
static target_addr_t rtos_riot_cortex_m_stack_align(struct target *target, const uint8_t *stack_data, const struct rtos_register_stacking *stacking, target_addr_t stack_ptr)
static const struct stack_register_offset rtos_riot_cortex_m0_stack_offsets[ARMV7M_NUM_CORE_REGS]
Definition at line 19 of file rtos_riot_stackings.c.
Referenced by riot_create().
◆ rtos_riot_cortex_m34_stack_offsets
◆ rtos_riot_cortex_m34_stacking
Initial value:= {
.stack_registers_size = 0x44,
.stack_growth_direction = -1,
}
static const struct stack_register_offset rtos_riot_cortex_m34_stack_offsets[ARMV7M_NUM_CORE_REGS]
Definition at line 19 of file rtos_riot_stackings.c.
Referenced by riot_create().