Common nrfy module
- group nrfy_common
Common nrfy module.
Defines
-
NRFY_EVENT_TO_INT_BITPOS(event)
Macro for calculating interrupt bit position associated with the specified event.
- Parameters:
event – [in] Event.
- Returns:
Interrupt bit position.
-
NRFY_INT_BITPOS_TO_EVENT(bitpos)
Macro for converting interrupt bit position to the specified event.
- Parameters:
bitpos – [in] Interrupt bit position.
- Returns:
Event.
-
NRFY_EVENT_TO_INT_BITMASK(event)
Macro for calculating interrupt bitmask associated with the specified event.
- Parameters:
event – [in] Event.
- Returns:
Interrupt bitmask.
-
NRFY_IRQ_PRIORITY_SET(irq_number, priority)
See also
-
NRFY_IRQ_ENABLE(irq_number)
See also
-
NRFY_IRQ_IS_ENABLED(irq_number)
See also
-
NRFY_IRQ_DISABLE(irq_number)
See also
-
NRFY_IRQ_PENDING_SET(irq_number)
See also
-
NRFY_IRQ_PENDING_CLEAR(irq_number)
See also
-
NRFY_IRQ_IS_PENDING(irq_number)
See also
-
NRFY_CRITICAL_SECTION_ENTER()
See also
-
NRFY_CRITICAL_SECTION_EXIT()
See also
-
NRFY_EVENT_TO_INT_BITPOS(event)