Searched refs:MAX_EVENT_NESTING (Results 1 – 1 of 1) sorted by relevance
28 #define MAX_EVENT_NESTING 2U macro51 sdei_dispatch_context_t dispatch_stack[MAX_EVENT_NESTING];122 assert(state->stack_top < MAX_EVENT_NESTING); in push_dispatch()138 assert(state->stack_top <= MAX_EVENT_NESTING); in pop_dispatch()153 assert(state->stack_top <= MAX_EVENT_NESTING); in get_outstanding_dispatch()