Home
last modified time | relevance | path

Searched refs:start_bit (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_irq_impl.c68 uint16_t start_bit = ((uint16_t)system_irq) * _CYHAL_IRQ_PRIO_BITS; in _cyhal_system_irq_lookup_priority() local
70 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() local
85 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()