Contiki-NG

Implementation of the cc2538 PKA engine driver. More...

#include "contiki.h"
#include "dev/pka.h"
#include "dev/sys-ctrl.h"
#include "dev/nvic.h"
#include "lpm.h"
#include "reg.h"
#include <stdbool.h>
#include <stdint.h>

Go to the source code of this file.

Functions

void pka_isr (void)
 The PKA engine ISR. More...
 
PKA functions
void pka_init (void)
 Enables and resets the PKA engine.
 
void pka_enable (void)
 Enables the PKA engine.
 
void pka_disable (void)
 Disables the PKA engine. More...
 
uint8_t pka_check_status (void)
 Checks the status of the PKA engine operation. More...
 
void pka_register_process_notification (struct process *p)
 Registers a process to be notified of the completion of a PKA operation. More...
 

Detailed Description

Implementation of the cc2538 PKA engine driver.

Definition in file pka.c.