nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
CRACEN Interrupt Management

Interrupt initialization, ISR handler, and blocking wait functions. More...

Functions

void cracen_interrupts_init (void)
 
void cracen_isr_handler (void *i)
 Cracen ISR handler.
 
uint32_t cracen_wait_for_cm_interrupt (void)
 Blocks until interrupt for CryptoMaster is raised.
 
uint32_t cracen_wait_for_pke_interrupt (void)
 Blocks until interrupt for PK engine is raised.
 

Detailed Description

Interrupt initialization, ISR handler, and blocking wait functions.

CRACEN interrupt management.

Provides cracen_interrupts_init, cracen_isr_handler, and blocking waits for CryptoMaster and PK engine interrupts.

Note
These APIs are for internal use only. Applications must use the PSA Crypto API (psa_* functions) instead of calling these functions directly.