Searched refs:_CYHAL_IRQ_PRIO_BITS (Results 1 – 2 of 2) sorted by relevance
64 static uint8_t _cyhal_system_irq_priority[((_CYHAL_IRQ_PRIO_BITS * _CYHAL_IRQ_COUNT) + 7) / 8]; /* …68 uint16_t start_bit = ((uint16_t)system_irq) * _CYHAL_IRQ_PRIO_BITS; in _cyhal_system_irq_lookup_priority()70 for(uint16_t bit = start_bit; bit < start_bit + _CYHAL_IRQ_PRIO_BITS; ++bit) in _cyhal_system_irq_lookup_priority()84 uint16_t start_bit = ((uint16_t)system_irq) * _CYHAL_IRQ_PRIO_BITS; in _cyhal_system_irq_store_priority()85 for(uint16_t bit = start_bit; bit < start_bit + _CYHAL_IRQ_PRIO_BITS; ++bit) in _cyhal_system_irq_store_priority()
49 #define _CYHAL_IRQ_PRIO_BITS (3u) macro51 #define _CYHAL_IRQ_PRIO_BITS (CPUSS_CM4_LVL_WIDTH) macro53 #define _CYHAL_IRQ_PRIO_BITS (CPUSS_CM7_LVL_WIDTH) macro