Searched refs:start_bit (Results 1 – 1 of 1) sorted by relevance
68 uint16_t start_bit = ((uint16_t)system_irq) * _CYHAL_IRQ_PRIO_BITS; in _cyhal_system_irq_lookup_priority() local70 for(uint16_t bit = start_bit; bit < start_bit + _CYHAL_IRQ_PRIO_BITS; ++bit) in _cyhal_system_irq_lookup_priority()74 uint8_t offset = bit - start_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() local85 for(uint16_t bit = start_bit; bit < start_bit + _CYHAL_IRQ_PRIO_BITS; ++bit) in _cyhal_system_irq_store_priority()89 uint8_t offset = bit - start_bit; in _cyhal_system_irq_store_priority()