Searched refs:LOCAL_INT_MAX (Results 1 – 2 of 2) sorted by relevance
77 if((local_interrupt > (int8_t)0) && (local_interrupt <= LOCAL_INT_MAX)) in __enable_local_irq()88 if((local_interrupt > (int8_t)0) && (local_interrupt <= LOCAL_INT_MAX)) in __disable_local_irq()
108 #define LOCAL_INT_MAX 47U /* Highest numbered */ macro